Configure IP Failover on an Debian/CentOS based OVH VPS.
npm install ovh-vps-config-failoverbash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
bash
nvm install node
`
or
`bash
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
bash
nvm install node
`
then
Configure the IP-failover on OVH VPS using Debian / CentOS
`bash
npx ovh-vps-config-failover gen -i eth0 -v
``