RE: OSDL Bugzilla #2399: A user can remotely route a packet throu gh eth0 on a Linux machine
From: Jan Olderdissen <hidden> Date: 2004-05-11 18:44:42
Jared,
I can't shake the feeling that the service didn't actually bind to eth1, but
instead bound to INADDR_ANY. You can find out with 'netstat -lnp'. Would you
mind posting the output?
A 'cat' or
/proc/sys/net/ipv4/ip_forward
on the Linux laptop was "0" so ip forwarding was not enabled.
I don't think the ip_forward flag applies here.
Jan