Thu Jul 04, 2013 5:48 am
Ah yes, and of course ip-forwarding should be enabled:
more /proc/sys/net/ipv4/ip_forward
if this is set to 0, there won't be any forwarding, i guess. Set it then with
echo 1 > /proc/sys/nete/ipv4/ip_forward - but this will disappear after reboot and i don't remember for the moment where to set it. Its no long in /etc/sysconfig... in each case.
Cheers