Created
April 29, 2019 16:45
-
-
Save oscarsmx/17baf8b21e4d88f7e8080fdd46086a1e to your computer and use it in GitHub Desktop.
vrack virtual lan ovh centos7
This file contains 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=eth1 | |
BOOTPROTO=static | |
IPADDR=172.16.0.1 | |
NETMASK=255.255.255.0 | |
ONBOOT=yes | |
TYPE=Ethernet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment