Search results

  1. A

    Mac Address problem in container

    Hi, I've this problem, when i reboot a container or add a new interface sometimes the auto mac address generate a mac that non work and the container does not connect to internet and is unreachable from other container. After some mac auto-regen on the interface all works, how i can fix it?
  2. A

    Container with lan interface outgoing connection problem

    Yes, this is another solution. I will test it! Thank you
  3. A

    Container with lan interface outgoing connection problem

    Solved, thank you so much! My CT os is centos 7 and the network interface config is a little bit different, instead of "post-up" and "post-down" in /etc/network/interfaces i've created two files in /sbin/ The first one is "ifup-local" and the content is: #!/bin/bash if [[ "$1" == "eth1" ]]...
  4. A

    Container with lan interface outgoing connection problem

    Hi, I have an installation of Proxmox on my server and my idea is the following: 5 container without public ip and with LAN interface 1 container with LAN interface and public IP My problem is when i try to download some packages with yum for example in the containers without public ip. How...