Results 1 to 2 of 2
Hello,
I'd like to know how to load an iptables script.
I wrote my rules in a .sh file: I executed this file, and then I did /etc/inid.d/iptables load active ...
- 01-19-2005 #1Just Joined!
- Join Date
- Feb 2003
- Posts
- 38
iptables - simple hint
Hello,
I'd like to know how to load an iptables script.
I wrote my rules in a .sh file: I executed this file, and then I did /etc/inid.d/iptables load active and /etc/inid.d/iptables save active but I'm not sure the firewall is up.
iptables -L says my default policies is set to ACCEPT, but in my script is set to DROP.
How to load this script? How to save it?
Thank you very much.
P.S.: my system is a Debian Woody with a 2.6 kernel.
- 01-19-2005 #2
Just run the script. You may have to chmod it to 750 to make it executeable. Make sure you are root when you do this as only root can institute iptables rules.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy


Reply With Quote
