I have been running a NFS server on an LXC container. I have to modify the container configuration on the server and clients to prevent a dependency error as explained here in 2015:
https://forum.proxmox.com/threads/is-it-possible-to-run-a-nfs-server-within-a-lxc.24403
Is there a plan to allow...
Whether or not I allocate swap to a container, the container still shows the swap size of the physical server.
Software such as NextCloud reports memory usage by adding Mem and Swap together.
/proc/meminfo
MemTotal: 262144 kB
MemFree: 218196 kB
MemAvailable: 218196 kB
...
Yes, I can. When I use the default configuration, it works.
However, in the Networking documents, it says the routing mode is better.
Here is my working configuration:
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.0.2...
Proxmox 4.4 with CentOS 7 guest in container.
Host can reach the internet, but containers cannot.
It seems others have had similar problems but I cannot find a solution.
Host /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.