#!/bin/sh
#
# User startup/shutdown and firewall script.
. /etc/system.cfg
. /etc/live.cfg
. /etc/chat.pwd
if [ "$1" = firewall ]; then
# Add your custom firewall rules here. Warning, incorrect rules could
# leave your system insecure. $INET always represents the internet
# interface. These rules come before standard system rules. Example:
# reject incomming tcp connections to port 22 from the internet and log
#ipfwadm -I -a reject -P tcp -W $INET -D 0.0.0.0/0 22 -y -o
#----------------------------------------------------------------------
exit; fi
if [ "$1" = stop -o "$1" = restart ]; then
echo -n "Stopping rc_user...III"
Sorki jestem całkowicie ciemny

i gdzie to wpisać zeby nie było firewalla ??