Update iptables rule file path.

This commit is contained in:
Samson-W 2019-04-16 02:41:26 +08:00
parent 7c178d141b
commit 449c818e22
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ Set the corresponding firewall rules according to the applications used. Hardene
to do the following:
```
$ INTERFACENAME="your network interfacename(Example eth0)"
$ sed -i "s/PUB_IFS=.*/PUB_IFS=\"$INTERFACENAME\"/g" docs/examples/configurations/etc.iptables.rules.v4.sh
$ sudo bash docs/examples/configurations/etc.iptables.rules.v4.sh
$ sed -i "s/PUB_IFS=.*/PUB_IFS=\"$INTERFACENAME\"/g" docs/configurations/etc.iptables.rules.v4.sh
$ sudo bash docs/configurations/etc.iptables.rules.v4.sh
$ sudo -s
# iptables-save > /etc/iptables/rules.v4
# ip6tables-save > /etc/iptables/rules.v6