How To Add Failover Ip On Centos 8

Snippet 1

  

#Run ifconfig to find out the devices

(base) ➜  ~ ifconfig
eno1: flags=4163  mtu 1500
     …

#Notedown the device name and then run following command…

sudo ifconfig eno1:0 netmask 255.255.255.255 up

#Test your IP by pinging it…

ping
 

 


Similar Snippets


How To Add Failover Ip On Centos 8 – centos 8

Copyright © Code Fetcher 2020

 

 

Published

Leave a comment

Your email address will not be published. Required fields are marked *