Patrick Welche writes: - Rather than the traditional /etc/ifconfig.vlan0, I thought I would try the - fancy rc.conf variables: - - net_interfaces="vlan0" - ifconfig_vlan0="create;vlan 1 vlanif wm0;inet 192.168.1.1 netmask 0xffffff00"
I have a slightly different format on a working system (with 6 VLANs) ifconfig_vlan0="create; inet 192.168.1.1 netmask 0xffffff00 vlanif 0 wm0" net_interfaces="wm0 vlan0" (using your addresses and interfaces.) - but after a reboot, no complaints in /var/run/rc.log, but also no vlan0... -- Eric Schnoebelen [email protected] http://www.cirr.com "Holding on to anger is like grasping a hot coal with the intent of throwing it at someone else; you are the one who gets burned." -- Buddha
