Skip to content

Instantly share code, notes, and snippets.

@mb00g
Created December 1, 2016 18:39
Show Gist options
  • Save mb00g/0df4dc7dc43333073374bb2dddde9797 to your computer and use it in GitHub Desktop.
Save mb00g/0df4dc7dc43333073374bb2dddde9797 to your computer and use it in GitHub Desktop.
VLAN di Debian Linux
### 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