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 _______________________________________________ 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]
