with vconfig i can add adapter. this work good. But where can i configure it, so that when FC3 boots all VLAN Adapter are created and the kernel module is loaded.
hi
creating the ifcfg-scripts in /etc/sysconfig/network-scripts/ should do it - create a file like:
ifcfg-eth0.<vlanid> for example: ifcfg-eth0.33
this file should containt the usual suspects and a bit more:
DEVICE=eth0.33 BOOTPROTO=static BROADCAST=192.168.0.255 IPADDR=192.168.0.2 NETMASK=255.255.255.0 NETWORK=192.168.0.0 ONBOOT=yes VLAN=yes
hth, harald kapper