
16 Dell Compellent Using Storage Center with FCoE and Linux
# cat ifcfg-eth0
DEVICE="eth0"
#HWADDR="00:C0:DD:1B:A0:E0"
NM_CONTROLLED="yes"
ONBOOT="yes"
MTU=9000
BOOTPROTO=none
TYPE=Ethernet
# cat ifcfg-eth1
DEVICE="eth1"
HWADDR="00:C0:DD:1B:A0:E2"
NM_CONTROLLED="yes"
ONBOOT="yes"
MTU=9000
BOOTPROTO=none
TYPE=Ethernet
In the scenario below, one interface is receiving VLAN 550 tagged frames, and the other is receiving VLAN
10 tagged frames. Each physical interface must be associated with a virtual interface that is VLAN aware
and has an IP from a subnet that is available on the VLAN.
# cat ifcfg-eth0.550
DEVICE="eth0.550"
ONBOOT="yes"
BOOTPROTO=static
IPADDR=172.16.26.32
NETMASK=255.255.240.0
MTU=9000
VLAN=yes
Kommentare zu diesen Handbüchern