Home > Article > Operation and Maintenance > How to turn off the firewall in Linux system?
How to turn off the firewall in Linux system: first open the SSH software; then execute the command "/etc/init.d/iptables status"; finally execute the command "/etc/init.d/iptables stop" to stop the service. Can.
The steps to turn off the firewall in LINUX system are as follows:
1. First open the SSH software and press the Enter key to prompt you to log in. Enter the IP and username to log in.
2. Execute the command: /etc/init.d/iptables status, and you will get a series of information, indicating that the firewall is on.
3. Execute the command: /etc/init.d/iptables stop to stop the service.
4. Execute the command: chkconfig --levels 35 iptables off, turn off the firewall service and start it. This solves the problem of turning off the firewall in LINUX systems.
The above is the detailed content of How to turn off the firewall in Linux system?. For more information, please follow other related articles on the PHP Chinese website!