[Touch-packages] [Bug 1858464] Re: iptable rules are still present after disabling ufw

2020-01-06 Thread Jamie Strandboge
Thank you for using Ubuntu and reporting a bug. Please note that 'sudo ufw disable' will flush the ufw chains and make them all 'pass through' (ie, think of them as NOPs) until reboot. On reboot, ufw won't run and even the pass through chains won't be added. Furthermore, unless MANAGE_BUILTINS

[Touch-packages] [Bug 1858464] Re: iptable rules are still present after disabling ufw

2020-01-06 Thread Nikolas Britton
iptables-persistent doesn't appear to work ether, this had no effect after reboot: apt -y install iptables-persistent; ufw disable; systemctl stop ufw; systemctl disable ufw; apt -y install iptables-pers iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -t