Setups taken from bl-13-1 when it was set up as an interactive machine
[root@bl-13-1 network-scripts]# cat ifcfg-eth0 (This NIC is NOT trunked)
DEVICE=eth0
HWADDR=00:22:19:90:0f:0c
IPADDR=10.10.1.235
NETMASK=255.255.254.0
BOOTPROTO=static
ONBOOT=yes
MTU=1500
[root@bl-13-1 network-scripts]# cat ifcfg-eth1
DEVICE=eth1
HWADDR=00:22:19:90:0f:0e
#IPADDR=192.41.230.235
#NETMASK=255.255.255.0
BOOTPROTO=static
ONBOOT=yes
MTU=1500
VLAN=no
[root@bl-13-1 network-scripts]# cat ifcfg-eth1.4001
DEVICE=eth1.4001
#HWADDR=00:22:19:90:0f:0e
IPADDR=192.41.230.235
NETMASK=255.255.255.0
BOOTPROTO=static
ONBOOT=yes
MTU=1500
VLAN=yes
[root@bl-13-1 network-scripts]# cat ifcfg-eth1.562
DEVICE=eth1.562
BOOTPROTO=static
MTU=1500
ONBOOT=yes
VLAN=yes
IPADDR=141.211.101.122
NETMASK=255.255.255.0
GATEWAY=141.211.101.1
TYPE=Ethernet
[root@bl-13-1 network-scripts]# cat route-eth1.4001
192.41.231.0/24 via 192.41.230.1
The corresponding port on sw6-2 (-1) is set up to trunk both VLANs
--
BobBall - 29 Sep 2009