Hello,
I recently did a Debian Jessie -> Proxmox conversion, but unfortunately am having issues with NAT on the containers. No matter what I tried, I could not get the container to ping the internal IP of the host when following the docs on the wiki.
I found that I had to set
	
		
 in /var/lib/lxc/100/config manually for this to work.  Because 
	
	
	
		
 resets that file, I had to start the container with 
	
	
	
		
.
I have confirmed that I have the latest packages. Is this an isolated incident, or is
	
		
 not being set?  I have confirmed that this fix also works if added to /etc/lxc/default.conf.
				
			I recently did a Debian Jessie -> Proxmox conversion, but unfortunately am having issues with NAT on the containers. No matter what I tried, I could not get the container to ping the internal IP of the host when following the docs on the wiki.
I found that I had to set
		Code:
	
	lxc.network.link = vmbr0
		Code:
	
	pct start 100
		Code:
	
	lxc-start -n 100I have confirmed that I have the latest packages. Is this an isolated incident, or is
		Code:
	
	lxc.network.link = vmbr0 
	 
	