VMs No Internet Connection OVH Scale Servers

restos

New Member
Nov 7, 2020
2
0
1
47
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:

Code:
auto lo
iface lo inet loopback

iface enp193s0f0 inet manual

iface enp133s0f0 inet manual

auto enp133s0f1
iface enp133s0f1 inet manual

auto enp193s0f1
iface enp193s0f1 inet manual

auto vmbr0
iface vmbr0 inet dhcp
        bridge-ports enp193s0f0
        bridge-stp off
        bridge-fd 0


IN VM (Windows Server) I've the following:

IP: Failover IP
Mask: 255.255.255.0
Gateway: host IP .254

DNS: 8.8.8.8
8.8.4.4

I think there is something wrong with this configuration...

Thank you.
 
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:

Code:
post-up ip route add IPBLOCK/27 dev vmbr0
post-up echo 1 >/proc/sys/net/ipv4/ip_forward

But it is not working....

Thank you.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!