Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

LXC and Iptables
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

LXC and Iptables

dnwkdnwk Member

I am running ubuntu on LXC. It's network was bridge on host eth port to get IP from external DHCP.
Right now I have problems with iptables. If I block with -A INPUT -j DROP, it will block my outgoing traffic as well.

When I try to add this line

iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT

It gives me this error:
iptables: No chain/target/match by that name.

Is there anyway to make Iptables work within my LXC?
Thanks

Comments

Sign In or Register to comment.