Hi,
This is with respect 2 "Firewalling using iptables" artical in
"Linuxforyou" magazine.
As per i have understood iptables,i belive there is some printing
mistakes in your artical.
--------
In page 93,
The flow char should end with "POSTROUTING",but its ending with
"PREENDING"
----------
In page 94,
The Script should contain,
echo "1" > /proc/sys/net/ipv4/ip_forward
some where ?
-----------
Hi All,
I'm having one doubt.If you find time kindly clarify it.
The line,
$IPT -A FORWARD -i eth1 -m state -state ESTABLISHED,RELATED -j
ACCEPT
should be
$IPT -A FORWARD -i eth1 -o eth0 -m state -state
ESTABLISHED,RELATED -j ACCEPT
There should is eth0 right ?Without mentioning it how come it will
be forwared to interface eth0 ?
As per i read the other docs in net,it was there in some doc and
it was not in some :(
Thanks n Regards
-Dilip.M
---------
NOTE**
That was your doc,which me huge knowledge within 3 pages!!
---------