Chadley Wilson wrote:
Greetings Guys,
I am trying to understand this but I am confused! :=\
Is this table forwarding packets from one iface to the other?
[root@chadlin root]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.10.0 * 255.255.255.0 U 0 0 0 eth0
196.25.100.0 * 255.255.255.0 U 0 0 0 eth1
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default * 0.0.0.0 U 0 0 0 eth0
[root@chadlin root]#
do you have setting kernel parameter net.ipv4.ip_forward to 1.
man sysctl.
bye :)