Disable Firewalld Service.

[root@rhel-centos7-tejas-barot-linux ~]# systemctl mask firewalld

Stop Firewalld Service.

[root@rhel-centos7-tejas-barot-linux ~]# systemctl stop firewalld

Install iptables service related packages.

[root@rhel-centos7-tejas-barot-linux ~]# yum -y install iptables-services

Make sure service starts at boot:

[root@rhel-centos7-tejas-barot-linux ~]# systemctl enable iptables

Now, Finally Let’s start the iptables services.

[root@rhel-centos7-tejas-barot-linux ~]# systemctl start iptables

相关文章:

  • 2021-07-07
  • 2022-02-22
  • 2021-11-03
  • 2021-12-25
  • 2021-12-29
猜你喜欢
  • 2022-12-23
  • 2021-08-31
  • 2022-02-23
  • 2021-09-01
  • 2021-11-30
  • 2022-01-23
  • 2018-10-05
相关资源
相似解决方案