Hi:
I know we have /etc/rc.d/rc.Firewall script, but after a while of internet usage, I have zero packets processed and zero dropped, using iptables -nvL command. During boot, I get a message that firewall started. but, I dont think iptables is started no /etc/rc.d/rc.iptables, or /etc/init.d/iptables comand. I had to compile and install iptables from netfilter.org.
Thanks
PA
Iptables not working
- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Iptables not working
hi patherton,
you have to start firewall manually so please add to rc.local:
in porteus 2.1 final it will be enough to make this file executable as i have added relevant check to the booting scripts.
you have to start firewall manually so please add to rc.local:
Code: Select all
sh /etc/rc.d/rc.FireWall start
there is /sbin/iptables (symlink) so must be run by root.I dont think iptables is started no /etc/rc.d/rc.iptables, or /etc/init.d/iptables comand
Please add [Solved] to your thread title if the solution was found.