route -n:
Code: Select all
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
71.1.141.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth1Code: Select all
0.0.0.0 71.1.141.1 0.0.0.0 UG 0 0 0 eth0Code: Select all
config_eth0=( "71.1.141.94 netmask 255.255.255.0 brd 71.1.141.255" )
routes_eth0=( "default via 71.1.141.1" )
config_eth1=( "dhcp" )
dhcp_eth1="nodns nontp nonis"
