PS:如何沒法使用service iptables save 命令而且出現以下錯誤(The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.)rest
或/etc/sysconfig 下無iptables命令 能夠按以下步驟操做ip
1.首先使用systemctl stop firewalld 關閉防火牆
2.使用 yum install iptables-services 安裝或更新服務
3.使用systemctl enable iptables 啓動iptables
4.使用systemctl start iptables 打開iptables
5.可使用service iptables save命令了io
1、開放某個端口(例如開放22端口)table
1.打開vi /etc/sysconfig/iptables 添加以下一句,保存後退出。iptables
2.重啓防火牆:使用 service iptables restart 命令service