RHEL 6.8에서 방화벽을 비활성화하는 방법은 무엇입니까? 나는 노력했다
service iptables stop
chkconfig iptables off
service ip6tables stop
chkconfig iptables off
다음을 실행하여 서비스가 다운되고 비활성화되었음을 확인할 수 있습니다.
service iptables status
chkconfig --list iptables
문제는 재부팅 후 시스템 iptables가 다시 시작된다는 것입니다. /etc/init.d에서 "iptables"를 찾았지만 관련된 내용을 찾지 못했습니다.
답변1
RHEL 6.9 시스템과 CentOS 6.9 시스템에 액세스할 수 있습니다. 둘 다 인터넷에 액세스할 수 있고 테스트를 위해 방화벽을 끄고 시작하고 싶지 않습니다. system-config-firewall-tui 명령을 실행해 보셨나요? ? 어쩌면 chkconfig와 약간 다른 기능을 수행할 수도 있습니다(예: /etc/sysconfig/system-config-firewall 참조).
$ sudo system-config-firewall-tui
비활성화 옵션으로 열리는 콘솔 GUI를 시작합니다.
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 │ │
│ └────┘ └───────────┘ └────────┘ │
│ │
│ │
└────────────────────────────────────────────────┘
시스템에 이 명령이 있는지 확인하고 원하는 대로 작동하는지 확인해야 할 수도 있습니다.