Skip to main content

linux routing issue

More
13 years 5 months ago #35713 by andriesh
linux routing issue was created by andriesh
Hi!
I have a server on wich I have the following settings:

root@blackhole:/home/andriesh# uname -a
Linux blackhole 2.6.32-24-generic-pae #39-Ubuntu SMP Wed Jul 28 07:39:26 UTC 2010 i686 GNU/Linux

eth0 192.168.98.45/24
eth1 192.168.1.64/24
ppp0 192.168.244.4/32


Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.244.10 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.98.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.1.254 0.0.0.0 UG 100 0 0 eth1

The host 192.168.1.254 is a Wireless ADSL Modem

The value in /proc/sys/net/ipv4/ip_forward is "1"

Topology:

Modem <---> Server <---> PC
The server doesn't want to route my packets that come from eth0 or ppp0.
How can I manage this?

Thanks in advance!
Time to create page: 0.134 seconds