Created
December 1, 2016 18:39
-
-
Save mb00g/0df4dc7dc43333073374bb2dddde9797 to your computer and use it in GitHub Desktop.
VLAN di Debian Linux
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
### ethernet 3 vlan ID 829 dan 828 | |
auto eth3.829 | |
iface eth3.829 inet static | |
address 10.10.10.1 | |
netmask 255.255.255.252 | |
auto eth3.828 | |
iface eth3.828 inet static | |
address 10.100.100.1 | |
netmask 255.255.255.252 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment