I am using Proxmox 4.4.
I would like to create a network namespace within an LXC container as follows:
ip netns add eth1_NS
However, upon doing so, I get this error:
mount --make-shared /var/run/netns failed: Permission denied
Does this have to do with the isolation techniques Proxmox uses to isolate containers?
How may I get around this issue and successfully create and use a network namespace?
I would like to create a network namespace within an LXC container as follows:
ip netns add eth1_NS
However, upon doing so, I get this error:
mount --make-shared /var/run/netns failed: Permission denied
Does this have to do with the isolation techniques Proxmox uses to isolate containers?
How may I get around this issue and successfully create and use a network namespace?