VMware Server VLAN Config on CentOS 4 ------------------------------------- 2008-08-27 If you want to run free VMware Server on a CentOS 4.x host and need VLAN support for your guests, the below options can prep your local eth(s) for mapping to vmnetX interfaces in the VMware Console. /etc/sysconfig/network VLAN=YES /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 ONBOOT=no TYPE=ethernet /etc/sysconfig/network-scripts/ifcfg-eth0.100 DEVICE=eth0.100 BOOTPROTO=static IPADDR=x.x.x.x NETMASK=255.255.25x.x ONBOOT=yes TYPE=ethernet /etc/sysconfig/network-scripts/ifcfg-eth0.150 DEVICE=eth0.150 ONBOOT=yes TYPE=ethernet