<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Set_up_VLAN_interface_on_Linux_Machine</id>
	<title>Set up VLAN interface on Linux Machine - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Set_up_VLAN_interface_on_Linux_Machine"/>
	<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Set_up_VLAN_interface_on_Linux_Machine&amp;action=history"/>
	<updated>2026-04-04T02:40:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>http://wiki.acrodus.uk/index.php?title=Set_up_VLAN_interface_on_Linux_Machine&amp;diff=58&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;This guide gives you commands to quickly set up a vlan tagged interface one a linux machine.  $ sudo ip link add link enp0s3 name enp0s3.100 type vlan id 100 $ sudo ip addr add 192.168.0.200/24 dev enp0s3.100 $ sudo ip link set up enp0s3.100  Ensure that the link is up, in doing so the operating system will add the route into the routing table. This however can be confirmed with the ip r command.&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Set_up_VLAN_interface_on_Linux_Machine&amp;diff=58&amp;oldid=prev"/>
		<updated>2024-10-26T14:49:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This guide gives you commands to quickly set up a vlan tagged interface one a linux machine.  $ sudo ip link add link enp0s3 name enp0s3.100 type vlan id 100 $ sudo ip addr add 192.168.0.200/24 dev enp0s3.100 $ sudo ip link set up enp0s3.100  Ensure that the link is up, in doing so the operating system will add the route into the routing table. This however can be confirmed with the ip r command.&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This guide gives you commands to quickly set up a vlan tagged interface one a linux machine.&lt;br /&gt;
&lt;br /&gt;
$ sudo ip link add link enp0s3 name enp0s3.100 type vlan id 100&lt;br /&gt;
$ sudo ip addr add 192.168.0.200/24 dev enp0s3.100&lt;br /&gt;
$ sudo ip link set up enp0s3.100&lt;br /&gt;
&lt;br /&gt;
Ensure that the link is up, in doing so the operating system will add the route into the routing table. This however can be confirmed with the ip r command.&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>