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?
How I can configure IP failover on Proxmox and High Grade server?
Related questions
- Blacklisted IP ranges by UCEPROTECTL3
9125
23.02.2021 09:08
- Hot to delete my account?
8674
29.07.2018 19:49
- Purchased a dedicated server - Awaiting Validation on a Saturday
5459
19.05.2018 20:07
- .iso install on IPMI very slow
4764
22.05.2018 11:14
- Can't cancel/return server
4349
25.06.2018 08:31
- Proxmox + opnsense
4153
19.07.2018 15:53
- Setting up proxmox network?
3966
03.05.2018 10:15
- Help with FiveM (GTA Online) DDoS protection
3883
02.01.2021 22:53
- pfSense, IPv6, virtualized on dedicated server
3390
09.02.2018 18:06
- It is written that server Delivered in in 120s - I wait more than 12 hours and still do
3332
10.03.2018 08:44