> hi pluggers,
>
> i have set the following rules for my ipchains. but why is it not
> working. what i mean, i can't surf the net. i have also set 1 for
> packet forwarding. did i miss something?
>
> Chain input (policy ACCEPT):
> target     prot opt     source                destination
> ports icmp       icmp ------  anywhere             anywhere
>  any ->   any ACCEPT     tcp  ------  10.0.0.0/8           anywhere
>          any ->   any ACCEPT     udp  ------  10.0.0.0/8
> anywhere              any ->   any Chain forward (policy ACCEPT):
> target     prot opt     source                destination
> ports MASQ       tcp  ------  10.0.0.0/8           anywhere
>  any ->   any MASQ       udp  ------  10.0.0.0/8           anywhere
>          any ->   any Chain output (policy ACCEPT):
> Chain icmp (1 references):
> target     prot opt     source                destination
> ports ACCEPT     all  ------  anywhere             anywhere
>  n/a
>
>
> Thank you
> Mark
>
> __________________________________
> www.edsamail.com
> _
> Philippine Linux Users Group. Web site and archives at
> http://plug.linux.org.ph To leave: send "unsubscribe" in the body to
> [EMAIL PROTECTED]
>
> To subscribe to the Linux Newbies' List: send "subscribe" in the body
> to [EMAIL PROTECTED]

try to add this things.... /etc/sysconfig/ipchains

ipchains -A input -s 0/0 -d 0/0 -i lo -j ACCEPT - "if this one cannot solve"
ipchains -A input -s 0/0 -d 0/0 -i eth0 -j ACCEPT -" try to add this lines"
ipchains -A input -s 0/0 -d 0/0 -i eth1 -j ACCEPT


oninz <-- {^0^}


_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to