Files
Arch-R/packages/network/iptables/config
Radostan Riedel 68e038c675 iptables: Fix several issues
- iptables.service: Fix flush on stop if EnviromentFile becomes
unavailable

- home.v*: Fix wifi tethering

- iptables_helper: fix check_docker function
2018-01-05 12:28:44 +01:00
..
2018-01-05 12:28:44 +01:00
2018-01-05 12:28:44 +01:00
2017-12-18 09:25:09 +01:00
2017-12-18 09:25:09 +01:00
2017-12-18 09:25:09 +01:00

To create your own set of Netfilters you can save your rules in:

/storage/.config/iptables/rules.v4 for ipv4
/storage/.config/iptables/rules.v6 for ipv6

To modify tables, edit with nano then save with:

iptables-save /storage/.config/iptables/rules.v4
ip6tables-save /storage/.config/iptables/rules.v6

To disable iptables use the following command:

systemctl mask iptables

To enable iptables again:

systemctl unmask iptables