Created
May 5, 2020 15:10
-
-
Save hsteiger/f06059e784f79e14d7f77d2c9d7466f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEVICE="eth0:0" | |
ONBOOT="yes" | |
BOOTPROTO="none" # For CentOS use "static" | |
IPADDR="IP_FAILOVER" | |
NETMASK="255.255.255.255" | |
BROADCAST="IP_FAILOVER" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment