At 01:56 PM 1/24/00 +0000, Patrick wrote: >ip masq is definately enabled in the kernel but not sure about ip forwarding. > >My real question is how can I diagnose the error. Where can I get a message >what setting I've missed as I know this is Operator Error.
If 'ls /proc/sys/net/ipv4' yields a 'ip_forward' then the kernel supports ip forwarding. But futher diagnostics is done step bij step: (others: please correct me when I'm wrong because I'm doing this 'on the fly') - check the kernel for support - check kernel parameters - check ifconfig - check route - check ipchains Good luck, Onno