Open georgejhunt opened 7 years ago
The variable IPTABLES_DATA= for debain has the wrong path in xs-gen-iptables. I would suspect other symptoms would be occurring, such as not loading the ruleset upon boot.
ok I might be little out of touch... Why is xs-gen-iptables using "netfilter-persistent save" for debain in place of iptables-save > $IPTABLES_DATA? That is exactly what your workaround is doing.
requires "iptables -F", and then a "iptables-save > /etc/iptables/rules.v4" for work around