All,
I have a Solaris 10 server which is not reachable by IP (ie can't ping to/from the server). I believe I have the default route setup correctly. See below:
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.62.100 netmask ffffff00 broadcast 192.168.62.255
ether 0:14:4f:b1:9b:30
# netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.62.0 192.168.62.100 U 1 40 bge0
224.0.0.0 192.168.62.100 U 1 0 bge0
default 192.168.62.1 UG 1 0
127.0.0.1 127.0.0.1 UH 1 4 lo0
#
# cat /etc/defaultrouter
192.168.62.1
I have verified layer1 and layer 2 are up on the switchport, and that it's on the correct VLAN. I have also checked the default gateawy (192.168.62.1) is in fact reachable since I can ping it from my PC:
Pinging 192.168.62.1 with 32 bytes of data:
Reply from 192.168.62.1: bytes=32 time=1ms TTL=254
Reply from 192.168.62.1: bytes=32 time=1ms TTL=254
Reply from 192.168.62.1: bytes=32 time=3ms TTL=254
Reply from 192.168.62.1: bytes=32 time=6ms TTL=254
I'm at a loss as to what is wrong. I would highly appreciated your assistance.
Thank you very much.