I ve setted following parameters in /etc/rc.d/rc.local:
ipfwadm -F -p deny
ipfwadm -F -a m -S 192.168.1.2/24 -D 0.0.0.0/0
ipfwadm -F -a m -S 192.168.1.3/24 -D 0.0.0.0/0
So, that my 2 local machines 192.168.1.2 and 192.168.1.3, connected
on an ethernet Lan to my linux box (with IP forward and a modem/PPPlink on
it) , could access to the net.
In /etc/sysconfig/network:
networking is yes and IPV4 is true.
Now, my main question:
#In /proc/net/ip_forward I have:
IP firewall forward rules default 0
(Is that OK?? when it's 4..what does that mean??)
Then I have things like (still in /proc/net/ip_forward):
0A80100 FFFFF0->00000 00000-00 204 0 00 0 0$
0A80100 FFFFF0->00000 00000-00 204 0 00 0 0$
(for both last lines, I guess that 's correct..just referring to
the ipfwadm parameters in /etc/rc.d/rc.local.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu