1.描述问题

linux中service的问题

2.解决方案

linux中service的问题

 

linux中service的问题

systemctl stop firewalld
systemctl mask firewalld

Then, install the iptables-services package:

yum install iptables-services

Enable the service at boot-time:

systemctl enable iptables

Managing the service

systemctl [stop|start|restart] iptables

Saving your firewall rules can be done as follows:

service iptables save


参考:http://www.bubuko.com/infodetail-1954829.html
http://blog.csdn.net/song_csdn1550/article/details/51768671
http://blog.163.com/xavier_666/blog/static/25884000720163299503423/
http://blog.csdn.net/song_csdn1550/article/details/51768671

 

相关文章:

  • 2022-12-23
  • 2022-01-12
  • 2022-02-18
  • 2022-12-23
  • 2021-06-05
  • 2021-06-12
  • 2022-12-23
  • 2021-11-11
猜你喜欢
  • 2022-12-23
  • 2021-11-12
  • 2021-08-30
  • 2021-07-06
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案