Update iptables rule file path.
This commit is contained in:
parent
7c178d141b
commit
449c818e22
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue