IP Failover enable

nano /etc/rc.local

#!/bin/bash
ifconfig ens3:0 188.165.x.x/32
exit 0

save
chmod +x /etc/rc.local

Don’t forget to edit your correct network interface (ens3)