Editing
VLAN Interfaces
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
When it is necessary to provide a system access to one of the defined VLANs without having an available network interface, create the virtual interface on the primary ethernet interface. The VLANs defined for WilliamsNet are: {| class="wikitable" |- ! VLAN number !! VLAN name !! IP subnet !! VLAN purpose |- | 1 || HomeNet || 10.0.0.0/24 || Primary VLAN |- | 10 || StorageNet || 10.1.0.0/24 || Private network for Development Cluster |- | 15 || SCSIVLAN || 10.2.0.0/24 || isolated VLAN for iSCSI Storage Traffic |- | 20 || MgmtVLAN || || unused |- | 21 || NodeBackbone || || unused |- | 22 || StorageVLAN || || unused |} Note that all these are defined in the HP Procurve Switches (http://10.0.0.1 -- interface requires java plugins, and only accessible using IE 11) When creating the virtual interface, ensure that the port used by the system is included in the 'tagged' definition for the appropriate VLAN in the ProCurve VLAN configuration. == Debian/Ubuntu == The following is excerpted from https://wiki.debian.org/NetworkConfiguration#Bridges_and_VLANs and https://wiki.ubuntu.com/vlan The interface can be set up manually using the following commands: modprobe 8021q apt install vlan ip link add link eth1 name eth1.222 type vlan id 222 # 222 is vlan number ip addr add 10.0.0.1/24 dev eth1.222 ip link set up eth1.222 As this will disappear with the next reboot, it is recommended to put the definition in the /etc/network/interfaces file: auto eth1.222 iface eth1.222 inet static address 10.10.10.1/24 vlan-raw-device eth1
Summary:
Please note that all contributions to WilliamsNet Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
WilliamsNet Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Navigation
Commons
Architecture
How-To
Systems
Hardware
SysAdmin
Kubernetes
OpenSearch
Special
Pages to create
All pages
Recent changes
Random page
Help about MediaWiki
Formatting Help
Tools
What links here
Related changes
Special pages
Page information