- Disable Firewalld Service.
# systemctl mask firewalld
- Stop Firewalld Service.
# systemctl stop firewalld
- Install iptables service related packages.
# yum -y install iptables-services
- Make sure service starts at boot:
# systemctl enable iptables
If you do not want ip6tables, You can skip following command
# systemctl enable ip6tables
- start the iptables services.
# systemctl start iptables
If you do not want ip6tables, You can skip following command.
# systemctl start ip6tables
Firewalld Service is now disabled, You can use iptables.
No comments:
Post a Comment