Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If I manually add a rule via the command line like:
#iptables -A INPUT -s 127.0.0.1 -p ICMP -j DROP
it works fine but I'm trying to add this to /etc/sysconfig/iptables. I used the same syntax but when I reload iptables i get an error:
Applying iptables firewall rules: iptables-restore: line 2 failed
Is the syntax in the file different than on the commend line?
Originally posted by Tinkster If what MDK/FC store in /etc/sysconfig/iptables
is the result/input of an iptables-save/-restore
operation it's definitely different.
Those files aren't your normal shell-script kind
of firewall setup-scripts.
Try a
iptables-save | less
with a few rules active to see what I mean
Cheers,
Tink
Cheers Tinkster, I see what you mean....
Where do these rules save then and how do you write a file that contains them? Or am I missing something here?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.