Anand Raman wrote:
> 
> hi guys
> I am faced with a simple netorking problem
> 
> One of my linux machine (SuSE 6.2) (called ourserv) is connected to the net..
> The default route has been properly set and shows in the route -n command
> ourserv:~ # route -n
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 203.122.21.192  0.0.0.0         255.255.255.224 U     0      0        0 eth0
> 192.168.3.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
> 127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
> 0.0.0.0         203.122.21.193  0.0.0.0         UG    0      0        0 eth0
> 
> I am also trying to forward all packets from another linux machine
> (called testbed) thru this. For this purpose i entered a default route for
> this other machine too..
> [root@testbed /root]# route -n
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 192.168.3.39    0.0.0.0         255.255.255.255 UH    0      0        0 eth0
> 192.168.3.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
> 127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
> 0.0.0.0         192.168.3.65    0.0.0.0         UG    0      0        0 eth0
> 
> But things dont seem to be working.. I am not able to ping or connect to any
> external ip address..
> What could be the problem.. The first machine has ip_forward option
> enabled..


Your first machine's (gateway) routing table does not show your LAN side
(192.168.3.(65??) (possibly on eth1 as UH)) as being recognised and up.

Do run an ifconfig and check if the LAN side interface on your gateway
machine is up and working. Check using ping from gateway to second LAN
machine and the reverse too.


---VK

----------------------------------------------
LIH is all for free speech.  But it was created
for a purpose.  Violations of the rules of
this list will result in stern action.

Reply via email to