Hi Jeetu,

> I would appreciate if someone could shed light as to if this is normal
> and expected behaviour and if so how could I bring about network
> isolation within my container.
AFAIU, this is normal: If you don't configure any networks within the
lxc config file, no network isolation happens and the container shares
the same network stack as the host.

So it should be sufficient to just add network configuration. For
example, to give the container access to (just) the eth0 device:

lxc.network.type = phys
lxc.network.link = eth0

I think these should be sufficient (not using this configuration myself,
though).

Gr.

Matthijs

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to