Recent content by restos

  1. R

    VMs No Internet Connection OVH Scale Servers

    This is a new Scale range server on OVH and I've read in reddit that the network configuration of this servers is different. According to some posts, adding these lines to vmbr0 should work: post-up ip route add IPBLOCK/27 dev vmbr0 post-up echo 1 >/proc/sys/net/ipv4/ip_forward But it is not...
  2. R

    VMs No Internet Connection OVH Scale Servers

    Hello, I can't get the VM internet connection working on a host hosted in OVH. I've create the MAC address on OVH control panel and configure the VM IP as OVH recommendation but I all my VMs can't get network connection... This is the /etc/network/interfaces file: auto lo iface lo inet...