Skip to content

Commit

Permalink
Vlan Cheetsheet
Browse files Browse the repository at this point in the history
Vlan Cheetsheet
  • Loading branch information
1nPr0c committed Oct 15, 2014
1 parent e364684 commit af866f3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Cheatsheet_Vlans.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Configure an Ethernet interface as a VLAN trunk
---------------------------------------------------

Suppose that a host requires access to two VLANs, both carried by a trunk connected to physical interface eth0. The assigned IP addresses for the host are 192.168.2.1/24 on VLAN 2 and 192.168.3.1/24 on VLAN 3.

[+] First install the vlan package if it is not already present:

apt-get install vlan

[+] Configuring interfaces

vconfig add eth0 <VLAN ID>
ifconfig eth0.<VLAN ID> <IP Address>/24 up
ifconfig eth0.<VLAN ID>

Note: If any issues run, ifconfig eth0 0.0.0.0 up

0 comments on commit af866f3

Please sign in to comment.