Find the answer to your Linux question:
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...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    4

    Red face 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

  2. #2
    Linux 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 !!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...