Compare commits
No commits in common. "b256fe40480be26e878d8167a7b872710aab6aa4" and "a87b6e4320bef9001f165cb859c37a818a9b8189" have entirely different histories.
b256fe4048
...
a87b6e4320
@ -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
|
|
Loading…
Reference in New Issue
Block a user