Results 1 to 2 of 2
hi guys
can i actually edit /etc/sysconfig/iptables and create/delete rules inside that file?
will it work?
i just find using the IPTABLES -A or -D command a hassle...
- 01-09-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 4
edit /etc/sysconfig/iptables??
hi guys
can i actually edit /etc/sysconfig/iptables and create/delete rules inside that file?
will it work?
i just find using the IPTABLES -A or -D command a hassle
- 01-09-2010 #2Linux User
- Join Date
- Nov 2009
- Location
- France
- Posts
- 292
Yes, if there are no errors in the rules you write down. You must also start th iptables service (perhaps your system knows the service through another name):
service start iptables
You can also manage your firewall rules fairly easily using webmin.
Of course, you must know what you are doing as you can also forbid you system to talk to itself !!


Reply With Quote