XSCE / xsce

xsce code base
Other
32 stars 32 forks source link

gateway->appliance mode does not flush iptables persistent settings #914

Open georgejhunt opened 7 years ago

georgejhunt commented 7 years ago

requires "iptables -F", and then a "iptables-save > /etc/iptables/rules.v4" for work around

jvonau commented 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.

jvonau commented 7 years ago

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.