iptables forwarding not working/iptables-save not saving

Mads Kiilerich mads at kiilerich.com
Thu Nov 20 20:32:28 UTC 2008


Antonio Olivares wrote:
>  
> [root at localhost ~]# iptables-save
> # Generated by iptables-save v1.4.1.1 on Thu Nov 20 13:14:50 2008
>   

iptables-save does exactly that: prints to stdout so you can save it 
yourself. See man iptables-save.

To save to /etc/sysconfig/iptables use
    service iptables save
or
    /etc/init.d/iptables save

/Mads




More information about the fedora-test-list mailing list