Last active
October 23, 2017 04:56
-
-
Save atton/c2977defa587e307658b4caa683b6caa to your computer and use it in GitHub Desktop.
CentOS7 VLAN configurations
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=bond0.111 | |
BOOTPROTO=none | |
ONBOOT=yes | |
VLAN=yes | |
BRIDGE=br111 |
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=br111 | |
TYPE=Bridge | |
ONBOOT=yes | |
BOOTPROTO=none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment