I have a server at OVH with Proxmox VE 6 installation and also a failover IP block.
I created a virtual MAC in OVH and assigned it to a VM with static failover ip. But VM cannot ping 8.8.8.8.
I've tried several articles and tutorials but none have been able to help me with this problem.
See my settings
File /etc/network/interfaces in PROXMOX
My centOS 7 VM in attached file!
Could someone please help me with this question.
Thanks!
I created a virtual MAC in OVH and assigned it to a VM with static failover ip. But VM cannot ping 8.8.8.8.
I've tried several articles and tutorials but none have been able to help me with this problem.
See my settings
File /etc/network/interfaces in PROXMOX
Code:
auto lo
iface lo inet loopback
iface ens3f0 inet manual
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up echo 1 > /proc/sys/net/ipv4/conf/ens3f0/proxy_arp
iface enp0s20f0u2u2c2 inet manual
iface ens13f0 inet manual
iface ens13f1 inet manual
iface ens3f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 51.222.YYY.XXXX/24
gateway 51.222.YYY.254
bridge-ports ens3f0
bridge-stp off
bridge-fd 0
My centOS 7 VM in attached file!
Could someone please help me with this question.
Thanks!
Last edited: