post the output of the following commands
ip addr
service iptables status
iptables -L
route
we can help when those are available.
Also as leisner wisely said check your ip forwarding!
cat /proc/sys/net/ipv4/ip_forw
if it shows 0 then use the following command to turn it on.
echo 1 > /proc/sys/net/ipv4/ip_forw
makhan
Main Topics
Browse All Topics





by: leisnerPosted on 2006-05-15 at 21:01:34ID: 16687529
hmmm...I haven't had a machine like that in a while...that wasn't a firewall...
ard). (I think this might be important).
Do you have ip_forwarding turned on (
cat /proc/sys/net/ipv4/ip_forw
When your own the gateway, can you connect to interfaces other hosts
on both sides of the box seemlessly?
What does route -n say? ifconfig?