User Tools

Site Tools


public:managing_networking_on_debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:managing_networking_on_debian [2024/05/16 17:24] thomaspublic:managing_networking_on_debian [2024/05/16 18:21] (current) – [Setting up VLAN interfaces] thomas
Line 35: Line 35:
 </code> </code>
  
-The vlan-raw-device parameter is optional, if you use the standard name format (''interface.vlanid''). If you use custom names, it must be added to refer to the underlying interface.+The vlan-raw-device parameter is optional, if you use the standard name format (''interface.vlanid''). If you use the alternative naming scheme (vlanXXX)then it must be added to refer to the underlying interface. 
 + 
 +If you create VLAN interfaces only to put them into a bridge, there is no need to define the VLAN interfaces manually. Just config the bridge, and the VLAN interface will be created automatically when creating the bridge. 
 +===== Show overview of active VLANs ===== 
 + 
 +<code> 
 +cat /proc/net/vlan/config  
 +VLAN Dev name    | VLAN ID 
 +Name-Type: VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD 
 +enp10s0.2      | 2  | enp10s0 
 +enp10s0.6      | 6  | enp10s0 
 +</code> 
  
 ===== References ===== ===== References =====
  
   * https://wiki.debian.org/NetworkConfiguration   * https://wiki.debian.org/NetworkConfiguration
public/managing_networking_on_debian.1715880295.txt.gz · Last modified: by thomas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki