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