Hi everybody,
I have problem with configuration of IP failover on High Grade server.
I have got Proxmox VE 7 installed from official OVH template. I'm using official documentation to configure IP failover, but it's not working in my situation.
I don't want vRack configuration, but only Failover IP in routed mode on public network interfaces.
This is my config:
`
auto lo
iface lo inet loopback
auto enp26s0f0np0
iface enp26s0f0np0 inet manual
auto enp26s0f1np1
iface enp26s0f1np1 inet manual
auto enp134s0f0np0
iface enp134s0f0np0 inet manual
auto enp134s0f1np1
iface enp134s0f1np1 inet manual
auto bond0
iface bond0 inet dhcp
bond-slaves enp26s0f0np0 enp26s0f1np1
bond-miimon 100
bond-mode 802.3ad
post-up echo 1 > /proc/sys/net/ipv4/conf/bond0/proxy_arp
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
auto vmbr0
iface vmbr0 inet static
address 192.168.0.1
netmask 255.255.255.255
bridge-ports none
bridge-stp off
bridge-fd 0
post-up ip route add XXX.XX.XX.XXX/32 dev vmbr0 #host IP
`
After reboot I can't connect to the server and after few minutes server is rebooting to rescue mode.
What am I doing wrong?
Dedicated Servers - How I can configure IP failover on Proxmox and High Grade server?
Related questions
- Blacklisted IP ranges by UCEPROTECTL3
33347
23.02.2021 09:08
- Hot to delete my account?
31730
29.07.2018 19:49
- Free easy to setup OpenWRT NAT firewall for OVH (c)ESXi dedicated hosts
26191
16.05.2022 07:18
- Upcoming change: EFI System Partition over RAID1 for Linux installations
25841
08.10.2025 16:29
- Proxmox + opnsense
25584
19.07.2018 15:53
- Network Resilience Improvement for LACP aggregation on OVHcloud Bare Metal Servers
24810
27.10.2025 11:21
- Purchased a dedicated server - Awaiting Validation on a Saturday
24290
19.05.2018 20:07
- .iso install on IPMI very slow
24189
22.05.2018 11:14
- KVM error, blank screen, not send Keys
23889
11.12.2021 11:45
- Can't cancel/return server
22391
25.06.2018 08:31