Problem: iptables cannot be changed.
On my computer, I can run iptables -F. iptables -L shows it is flushed.
When any packets come into or out of the machine, all rules are back! The same behaviour happens if I do a iptables-restore < new_settings. They are there for a second, but once a packet comes through iptables it reverts.
I'm using debian 8 the OS was an upgrade from debian 7. It is someone else's computer originally.
What I've checked, thinking it would be one of these things:
iptables-persistentisn't present/etc/iptables/does not exist- When I look at
systemctlprocesses there isn't even anything withipin it's name
/# systemctl --all | grep ip
run-rpc_pipefs.mount loaded active mounted /run/rpc_pipefs
systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
- There is no
# firewalldon the system.
Where can we find services or something that is changing system configs?