Permanently Adding iptable rules
When ever I add a rule to iptables like
iptables -A INPUT -p tcp -i eth0 --dport 10000 -j ACCEPT
and need to reboot my new rules get flushed
I was told I would have to add them to a config file
I am running IPCop 1.3.0 and really need help
Thanks!
|