VLAN Tagging Issue (Red Hat Ver 5)
I am trying to setup vlan tagging on a server and running into issues...
The network group told me that the VLAN ID's were as follows:
192.168.131.129 VLAN ID 868
155.90.164.4 VLAN ID 922
After configuring ifcfg-eth0 files and restarting network service I receive the following:
Bringing up interface eth0.868: SIOCGIFFLAGS: No such device
ERROR: Trying to add VLAN #868 to IF -:eth0:- error: Invalid Argument
ERROR: could no add vlan 868 as etho.868 on dev eth0 [ FAILED ]
Bringing up interface eth0.922: SIOCGIFFLAGS: No such device
ERROR: Trying to add VLAN #922 to IF -:eth0:- error: Invalid Argument
ERROR: could no add vlan 922 as etho.922 on dev eth0 [ FAILED ]
My ifcfg-eth0 files are as follows:
=> cat ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
could not add vlan 868
=> cat itcfg-eth0.868
DEVICE=eth0.868
BOOTPROTO=static
BROADCAST=192.168.131.191
HWADDR=00:22:19:2C:2F:17
IPADDR=192.168.131.129
NETMASK=255.255.255.192
NETWORK=192.168.131.128
ONBOOT=yes
TYPE=Ethernet
VLAN=yes
=> cat itcfg-eth0.922
DEVICE=eth0.922
BOOTPROTO=static
BROADCAST=155.90.164.61
HWADDR=00:22:19:2C:2F:17
IPADDR=155.90.164.4
NETMASK=255.255.255.192
NETWORK=155.90.164.0
ONBOOT=yes
TYPE=Ethernet
VLAN=yes
|