how can i set vlan id in Ubuntu ???

Zidan86

New Member
Joined
Jul 8, 2018
Messages
5
Reaction score
0
Credits
0
After Greeting ,

How can you set Vlan id of Networking cart config in UBuntu ???? How doing that in GUI ?????


thanks .,
 


G'day @Zidan86 and welcome to linux.org :)

I do not know much about Networking nor VLAN, so hopefully someone else will be along soon.

Have you read this article?

https://wiki.ubuntu.com/vlan

search keywords were

ubuntu set vlan id

Good luck

Chris Turner
wizardfromoz
 
sudo apt-get install vlan.
Load the 8021q module into the kernel. sudo modprobe 8021q.
Create a new interface that is a member of a specific VLAN, VLAN id 10 is used in this example. ...
Assign an address to the new interface. ...
Starting the new interface. ...
Create the interface and make it available when the system boots.
 


Latest posts

Top