Recent content by JamesYS

  1. J

    [SOLVED] Container network not working until interface renamed

    Sorry for the late reply, problem was solved... I had wrong GW on lxc containers and the behaviour was so strange that I didn't notice it. Just updated thread title to [SOLVED] ps: yes, I use your templates, good to know netplan is not used there :p
  2. J

    Adding a second IP to a LXC Container

    1000 thanks to @PretoX the failover ips that we want to add to the VPS must be given the same MAC that has the main IP of the VPS. I was adding post-up rules on /etc/network/interfaces on the host and it works too, but it's too manual, error prone and requires changes when moving the lxc to...
  3. J

    [SOLVED] Container network not working until interface renamed

    Hello, I've been using px 5.0 for some time, now I've installed 5.4 in a new server (OVH) and having some weird network issues using LXC containers. I have a LXC container (ubuntu 18.04) with a public IP (eth0 to vmbr0, mac = virtual mac created on ovh panel, gw = host ip but ended on 254 as...