I am using RedHat 7.2 and I can't get it to route packets between the 2 interfaces. You can probably guess by the title that I am trying to route traffic between a token ring net and an ethernet network. Both interfaces are reachable on their respective network, but won't route packets. I can ping addresses on either side from the Linux box. I have tried to enable ip forwarding by doing this:
echo 1 > /proc/sys/net/ipv4/ip_forward
I have also entered in static routes for each card.
This is what I did for the static routes:
(TOken ring interface = 10.0.0.l, ethernet=192.168.0.5)
route add -net 10.0.0.0 netmask 255.0.0.0 tr0
route add -net 192.168.0.0 netmask 255.255.255.0 eth0
I still get nothing, if anyone has any suggestions, I would really appreciate the help.
Thanks
echo 1 > /proc/sys/net/ipv4/ip_forward
I have also entered in static routes for each card.
This is what I did for the static routes:
(TOken ring interface = 10.0.0.l, ethernet=192.168.0.5)
route add -net 10.0.0.0 netmask 255.0.0.0 tr0
route add -net 192.168.0.0 netmask 255.255.255.0 eth0
I still get nothing, if anyone has any suggestions, I would really appreciate the help.
Thanks