On 1/14/2010 12:30 AM, James Peltier wrote:
On the OpenBSD box I have
/etc/hostname.em0
------------------ up
/etc/hostname.vlan301
------------------
inet 1.2.3.4 255.255.255.0
NONE vlandev em0 description "Uplink"
Possibly the vlan hostname files need to start at 0 and increase from
there rather then skipping directly to a higher number? From the FAQ,
section 6.2.1, they show the vlan0 interface being associated with vlan
2 so the file number does not need to match the vlan number:
$ cat /etc/hostname.vlan0
inet 172.21.0.31 255.255.255.0 NONE vlan 2 vlandev fxp1
http://www.openbsd.org/faq/faq6.html#Setup.if
David Goldsmith