I have a fix ip in a LAN. I can ping any ip inside the LAN, but I
can't ping any ip outside the gateway. First my netstat shows
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
202.184.13.128 0.0.0.0 255.255.255.128 U 1500 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 3584 0 0 lo
I try,
% route add -net (my ip) gw (the gateway)
SIOCADRT: Invalid argument
% route add -net (x.x.x.0) gw (the gateway)
I still can't ping ip outside the gateway? Why.
Excuse me for taking out the ip. :)