Compare commits

..

No commits in common. "b256fe40480be26e878d8167a7b872710aab6aa4" and "a87b6e4320bef9001f165cb859c37a818a9b8189" have entirely different histories.

1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
save iptables in CentOS7:
disable firewalld daemon:
# systemctl disable firewalld
Then install iptables-service by following command:
# yum install iptables-services
Then enable iptables as services:
# systemctl enable iptables
Now you can save your iptable rules by following command:
# service iptables save