Hi all, I have create a rules for my firewall: #iptables -A INPUT -s 0/0 -d 1.2.3.4 -m state --state NEW -p tcp --dport 80 -i eth0 -j DROP When I try to connect to my web server the connections is refuse, and this is ok, but if I want to see the rules in the configuration-file /etc/sysconfig/iptables the line there isn't. Where put the rules my fedora core 2 box? Thanks Andrea