FC3 and VLAN

harald kapper hk at kapper.net
Sun Apr 24 16:46:24 UTC 2005


Hans Müller schrieb:
> 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




More information about the users mailing list