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..

Could any one please enlighten me on this..

Thanx
Anand

----------------------------------------------
An alpha version of a web based tool to manage
your subscription with this mailing list is at
http://lists.linux-india.org/cgi-bin/mj_wwwusr

Reply via email to