Barry Fawthrop wrote:
> Hi Kristian
> with iptables  I opened the interfaces
> 
> 
>  iptables -A INPUT -i eth1 -s 192.168.0.0/255.255.255.0 -j ACCEPT
>  iptables -A INPUT -i eth2 -s 10.10.10.0/255.255.255.0 -j ACCEPT
> 
>  iptables -A FORWARD  -i eth1 -s 192.168.0.0/255.255.255.0 -j ACCEPT
>  iptables -A FORWARD  -i eth2 -s 10.10.10.0/255.255.255.0 -j ACCEPT
> 
> Now it receives LAN packets
> 
> Which brings me to another question  Where is the iptables rules kept ?
> I have my own set I want to use ?
> 
> Thanks
> Barry
> 

Barry,

        Unless you specifically changed the iptables configuration (or have 
your interface mis configured), traffic for any of the internal 
interfaces should always be allowed.  Please do "service iptables 
restart" and send me the output of the following:

iptables -L -v
iptables -L FORWARD -v

cat /etc/rc.conf

--
Kristian Kielhofner
_______________________________________________
Astlinux-users mailing list
[email protected]
http://lists.kriscompanies.com/mailman/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]

Reply via email to