COMMAND OPTIONS: firewall --non-free
Setting IPTABLES_RULES to yes in /etc/firewall.conf
/sbin/hwsetup: line 851: /etc/init.d/firewall: Permission denied
adding firewall daemon to start automatically at boot
====================================
----
Press ENTER to close...
RUN_DAEMONS="dbus hald firewall slim"
SliTaz provides a very basic firewall, the kernel security rules are launched at boot time and iptables rules are disabled by default. You can activate/disable these at startup by using the configuration file /etc/firewall.conf.
The default firewall script begins with its own set options for the Kernel ie. ICMP redirects, source routing, logs for unresolved addresses and spoof filters. The script then launches the rules defined in the iptables_rules() function of the configuration file: /etc/firewall.conf.
The firewall uses Iptables, it consists of two files: /etc/firewall.conf and /etc/init.d/firewall, you shouldn't need to modify these. Note Iptables has lots of options. For more infomation see the official documentation available online: http://www.netfilter.org/documentation/.
chmod +x /etc/init.d/*
# Enable/disable kernel security.
KERNEL_SECURITY="yes"
# Enable/disable iptables rules (iptables package must be installed).
IPTABLES_RULES="yes"
RUN_DAEMONS="dbus hald firewall slim"
iptables -Lin a terminal as root.
It looks like you're new here. If you want to get involved, click one of these buttons!