|
I am putting the output
# ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
eri0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 10.130.92.27 netmask ffffffc0 broadcast 10.130.92.63
ether 0:3:ba:27:99:f3
# cat /etc/resolve.conf
cat: cannot open /etc/resolve.conf
# netstat -nr
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
10.130.92.0 10.130.92.27 U 1 12 eri0
224.0.0.0 10.130.92.27 U 1 0 eri0
default 10.130.92.27 UG 1 0
127.0.0.1 127.0.0.1 UH 28 256078 lo0
# cat /etc/nssswitch.conf
cat: cannot open /etc/nssswitch.conf
|