[SOLVED] Container Firewall

DatOneLefty

New Member
Sep 11, 2017
4
0
1
21
I am trying to make a container not be able to communicate to any other device on my local network. My firewall setup is:
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.