Search results

  1. T

    no connection to the internet from container

    Hello, I currenty facing network problems with the virtual adapter for the container network. Here is my network config /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 5.35.x.y netmask 255.255.255.0 gateway 5.35.x.y...
  2. T

    Docker and Proxmox side-by-side

    Hello, I've currenty setup another proxmox instance, which has some special needs. Since we have heterogenous systems (existing containers) and new docker(-compose) based solutions we try to get them all on one system. Therefore i installed a fresh proxmox system. The second step was to install...
  3. T

    NFS: mount nfs on startup (mount.point.entry) not working

    Hello, I've multiple lxc containers sharing one directory on a nfs server on another container. While manual mounting is working, mounting via mount.point.entry on the nfs client seem to be not working. NFS-Server: 10.0.2.20 NFS-Client config arch: amd64 cpulimit: 1 cpuunits: 1024 hostname...
  4. T

    [SOLVED] How to configure the network correct

    Hi, I'm new to proxmox as well as advanced network configuration. I have a KMV vServer which should host some lxc container. This picture is the goal i want to reach: postimg.org/image/4cv00dh8v/full/ Some additional informations: proxy should become a (reverse-)proxy which routes the...