I am trying to make a container not be able to communicate to any other device on my local network. My firewall setup is:
I can still ssh & ping into and out of this container, how can I lock it off without locking it from the internet?
firewall is enabled for net0, in the firewall options, and on the entire server.
Code:
[OPTIONS]
enable: 1
[RULES]
IN DROP -source 10.0.0.1-10.0.0.255
OUT DROP -source 10.0.0.1-10.0.0.255
I can still ssh & ping into and out of this container, how can I lock it off without locking it from the internet?
firewall is enabled for net0, in the firewall options, and on the entire server.