Created
September 16, 2018 09:53
-
-
Save adrianparvino/f2fdff2df71aadf3c2ba7c85525a8796 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
interfaces = { | |
enp3s0 = { | |
ipv4.addresses = [{ | |
address = "192.168.2.101"; | |
prefixLength = 24; | |
}]; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment