Disable firewall service

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
-1
down vote

favorite












How do I disable the firewall in RHEL 6.8?
I tried



service iptables stop
chkconfig iptables off
service ip6tables stop
chkconfig iptables off


I can see that the service is off and disabled by running:



service iptables status
chkconfig --list iptables


The problem is that after I reboot the system iptables starts again. I grepped for "iptables" in /etc/init.d but did not find anything relevant.







share|improve this question

























    up vote
    -1
    down vote

    favorite












    How do I disable the firewall in RHEL 6.8?
    I tried



    service iptables stop
    chkconfig iptables off
    service ip6tables stop
    chkconfig iptables off


    I can see that the service is off and disabled by running:



    service iptables status
    chkconfig --list iptables


    The problem is that after I reboot the system iptables starts again. I grepped for "iptables" in /etc/init.d but did not find anything relevant.







    share|improve this question





















      up vote
      -1
      down vote

      favorite









      up vote
      -1
      down vote

      favorite











      How do I disable the firewall in RHEL 6.8?
      I tried



      service iptables stop
      chkconfig iptables off
      service ip6tables stop
      chkconfig iptables off


      I can see that the service is off and disabled by running:



      service iptables status
      chkconfig --list iptables


      The problem is that after I reboot the system iptables starts again. I grepped for "iptables" in /etc/init.d but did not find anything relevant.







      share|improve this question











      How do I disable the firewall in RHEL 6.8?
      I tried



      service iptables stop
      chkconfig iptables off
      service ip6tables stop
      chkconfig iptables off


      I can see that the service is off and disabled by running:



      service iptables status
      chkconfig --list iptables


      The problem is that after I reboot the system iptables starts again. I grepped for "iptables" in /etc/init.d but did not find anything relevant.









      share|improve this question










      share|improve this question




      share|improve this question









      asked Jul 19 at 15:55









      ventsyv

      4192717




      4192717




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I have access to both RHEL 6.9 systems and CentOS 6.9 systems and while both have internet access and while I don't want to boot them with the firewall turned off to test, have you tried running the system-config-firewall-tui command? Perhaps it does something slightly different than what chkconfig does (i.e. see /etc/sysconfig/system-config-firewall).



           $ sudo system-config-firewall-tui


          It starts a console-gui that opens with an option to disable:



          system-config-firewall

          ┌───────────┤ Firewall Configuration ├───────────┐
          │ │
          │ A firewall protects against unauthorized │
          │ network intrusions. Enabling a firewall blocks │
          │ all incoming connections. Disabling a firewall │
          │ allows all connections and is not recommended. │
          │ │
          │ Firewall: [*] Enabled │
          │ │
          │ ┌────┐ ┌───────────┐ ┌────────┐ │
          │ │ OK │ │ Customize │ │ Cancel │ │
          │ └────┘ └───────────┘ └────────┘ │
          │ │
          │ │
          └────────────────────────────────────────────────┘


          Perhaps you should see if your system has this command and determine if it does what you desire.






          share|improve this answer























            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f457254%2fdisable-firewall-service%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            I have access to both RHEL 6.9 systems and CentOS 6.9 systems and while both have internet access and while I don't want to boot them with the firewall turned off to test, have you tried running the system-config-firewall-tui command? Perhaps it does something slightly different than what chkconfig does (i.e. see /etc/sysconfig/system-config-firewall).



             $ sudo system-config-firewall-tui


            It starts a console-gui that opens with an option to disable:



            system-config-firewall

            ┌───────────┤ Firewall Configuration ├───────────┐
            │ │
            │ A firewall protects against unauthorized │
            │ network intrusions. Enabling a firewall blocks │
            │ all incoming connections. Disabling a firewall │
            │ allows all connections and is not recommended. │
            │ │
            │ Firewall: [*] Enabled │
            │ │
            │ ┌────┐ ┌───────────┐ ┌────────┐ │
            │ │ OK │ │ Customize │ │ Cancel │ │
            │ └────┘ └───────────┘ └────────┘ │
            │ │
            │ │
            └────────────────────────────────────────────────┘


            Perhaps you should see if your system has this command and determine if it does what you desire.






            share|improve this answer



























              up vote
              0
              down vote













              I have access to both RHEL 6.9 systems and CentOS 6.9 systems and while both have internet access and while I don't want to boot them with the firewall turned off to test, have you tried running the system-config-firewall-tui command? Perhaps it does something slightly different than what chkconfig does (i.e. see /etc/sysconfig/system-config-firewall).



               $ sudo system-config-firewall-tui


              It starts a console-gui that opens with an option to disable:



              system-config-firewall

              ┌───────────┤ Firewall Configuration ├───────────┐
              │ │
              │ A firewall protects against unauthorized │
              │ network intrusions. Enabling a firewall blocks │
              │ all incoming connections. Disabling a firewall │
              │ allows all connections and is not recommended. │
              │ │
              │ Firewall: [*] Enabled │
              │ │
              │ ┌────┐ ┌───────────┐ ┌────────┐ │
              │ │ OK │ │ Customize │ │ Cancel │ │
              │ └────┘ └───────────┘ └────────┘ │
              │ │
              │ │
              └────────────────────────────────────────────────┘


              Perhaps you should see if your system has this command and determine if it does what you desire.






              share|improve this answer

























                up vote
                0
                down vote










                up vote
                0
                down vote









                I have access to both RHEL 6.9 systems and CentOS 6.9 systems and while both have internet access and while I don't want to boot them with the firewall turned off to test, have you tried running the system-config-firewall-tui command? Perhaps it does something slightly different than what chkconfig does (i.e. see /etc/sysconfig/system-config-firewall).



                 $ sudo system-config-firewall-tui


                It starts a console-gui that opens with an option to disable:



                system-config-firewall

                ┌───────────┤ Firewall Configuration ├───────────┐
                │ │
                │ A firewall protects against unauthorized │
                │ network intrusions. Enabling a firewall blocks │
                │ all incoming connections. Disabling a firewall │
                │ allows all connections and is not recommended. │
                │ │
                │ Firewall: [*] Enabled │
                │ │
                │ ┌────┐ ┌───────────┐ ┌────────┐ │
                │ │ OK │ │ Customize │ │ Cancel │ │
                │ └────┘ └───────────┘ └────────┘ │
                │ │
                │ │
                └────────────────────────────────────────────────┘


                Perhaps you should see if your system has this command and determine if it does what you desire.






                share|improve this answer















                I have access to both RHEL 6.9 systems and CentOS 6.9 systems and while both have internet access and while I don't want to boot them with the firewall turned off to test, have you tried running the system-config-firewall-tui command? Perhaps it does something slightly different than what chkconfig does (i.e. see /etc/sysconfig/system-config-firewall).



                 $ sudo system-config-firewall-tui


                It starts a console-gui that opens with an option to disable:



                system-config-firewall

                ┌───────────┤ Firewall Configuration ├───────────┐
                │ │
                │ A firewall protects against unauthorized │
                │ network intrusions. Enabling a firewall blocks │
                │ all incoming connections. Disabling a firewall │
                │ allows all connections and is not recommended. │
                │ │
                │ Firewall: [*] Enabled │
                │ │
                │ ┌────┐ ┌───────────┐ ┌────────┐ │
                │ │ OK │ │ Customize │ │ Cancel │ │
                │ └────┘ └───────────┘ └────────┘ │
                │ │
                │ │
                └────────────────────────────────────────────────┘


                Perhaps you should see if your system has this command and determine if it does what you desire.







                share|improve this answer















                share|improve this answer



                share|improve this answer








                edited Jul 24 at 15:53


























                answered Jul 24 at 15:48









                kbulgrien

                254214




                254214






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f457254%2fdisable-firewall-service%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay