# /etc/rc.d/rc.inet1mobile.conf # # This file contains the configuration settings for network interfaces. # If USE_DHCP[interface] is set to "yes", this overrides any other settings. # If you don't have an interface, leave the settings null (""). # Config information for eth1: IPADDR[1]="192.168.1.19" NETMASK[1]="255.255.255.240" USE_DHCP[1]="" DHCP_HOSTNAME[1]="" # Config information for eth0: IPADDR[0]="" NETMASK[0]="" USE_DHCP[0]="" DHCP_HOSTNAME[0]="" # Config information for eth2: IPADDR[2]="" NETMASK[2]="" USE_DHCP[2]="" DHCP_HOSTNAME[2]="" # Config information for eth3: IPADDR[3]="" NETMASK[3]="" USE_DHCP[3]="" DHCP_HOSTNAME[3]="" # Default gateway IP address: GATEWAY="192.168.1.17" GATEWAYmts="10.64.64.64" GATEWAYlocal="192.168.1.17" #GATEWAYrelcom="193.124.254.86" GATEWAYrelcom="DIALUP.Relcom.RU" # Change this to "yes" for debugging output to stdout. Unfortunately, # /sbin/hotplug seems to disable stdout so you'll only see debugging output # when rc.inet1 is called directly. DEBUG_ETH_UP="no"