I think my IPTables on startup have a 'starting state' that is slightly different to completely flushing them.
Some docker containers have a tendency to stuff around with the IPTables in a negative way- and I'd like to put things back after I've removed them.
I've tried restarting the network
service - but that doesn't seem to have the desired effect. I don't have firewalld
.
One way to do this is to restart the box. But I'd like to get that effect without restarting the box.
My question is: How can I 'freshen' my IPTables same as rebooting without rebooting on Centos?