Error Creating Network Namespace in LXC Container (Proxmox 4.4)

dtheese

New Member
Jul 3, 2017
17
1
3
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?