User Tools

Site Tools


linux:netzwerk:interfaces_redhat

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
linux:netzwerk:interfaces_redhat [2021/06/29 14:04] stonelinux:netzwerk:interfaces_redhat [2021/11/11 14:47] (current) – [Beispiel Interface mit VLAN und IP] stone
Line 36: Line 36:
 NAME=enp1s0.10 NAME=enp1s0.10
 DEVICE=enp1s0.10 DEVICE=enp1s0.10
-TYPE=Ethernet 
 ONBOOT=yes ONBOOT=yes
-BOOTPROTO=static+BOOTPROTO=none
 NM_CONTROLLED=no NM_CONTROLLED=no
 IPADDR=10.0.0.10 IPADDR=10.0.0.10
Line 50: Line 49:
 \\ \\
  
 +**VLAN Kernel Module**
 +<code>
 +modprobe 8021q
 +
 +
 +lsmod | grep 8021q
 +8021q                  36864  0
 +garp                   16384  1 8021q
 +mrp                    20480  1 8021q
 +
 +
 +echo "8021q" >> /etc/modules
 +</code>
  
 ===== Beispiele LACP Bond mit IP ===== ===== Beispiele LACP Bond mit IP =====
linux/netzwerk/interfaces_redhat.1624975458.txt.gz · Last modified: by stone