onkar wrote: > sol1:~# netstat -rn > > Routing Table: IPv4 > Destination Gateway Flags Ref Use Interface > -------------------- -------------------- ----- ----- ---------- --------- > 127.0.0.1 127.0.0.1 UH 1 8 lo0 > > Routing Table: IPv6 > Destination/Mask Gateway Flags Ref Use If > > --------------------------- --------------------------- ----- --- ------- > ----- > ::1 ::1 UH 1 0 lo0 > > > > [EMAIL PROTECTED]:~# ifconfig -a > lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 > index 1 > inet 127.0.0.1 netmask ff000000 > nge0: flags=201000842<BROADCAST,RUNNING,MULTICAST,IPv4,CoS> mtu 1500 index 2 > inet 192.168.1.17 netmask ffffff00 broadcast 192.168.1.255 > ether 81:ea:66:a0:1a:0 > lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 > index 1 > inet6 ::1/128
Your nge interface is not 'up', which is why it does not appear in the routing table. Try 'ifconfig nge0 up'. Paul _______________________________________________ networking-discuss mailing list [email protected]
