Disable firewall service
Clash 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.
rhel iptables firewall
add a comment |Â
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.
rhel iptables firewall
add a comment |Â
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.
rhel iptables firewall
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.
rhel iptables firewall
asked Jul 19 at 15:55
ventsyv
4192717
4192717
add a comment |Â
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
edited Jul 24 at 15:53
answered Jul 24 at 15:48
kbulgrien
254214
254214
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password