Problem configuring vlan interfaces on startup

2006-12-08 Thread Brian Candler
I'm running OpenBSD 4.0. My external interface, fxp0, is a tagged trunk. I've configured it as follows: # head /etc/hostname.fxp* /etc/hostname.vlan* == /etc/hostname.fxp0 == up == /etc/hostname.vlan0 == dhcp vlan 853 vlandev fxp0 == /etc/hostname.vlan1 == inet 10.69.255.254 netmask

Re: Problem configuring vlan interfaces on startup

2006-12-08 Thread Mathieu Sauve-Frankel
So I was just wondering, is there something I've missed which is needed to get them to self-configure at startup? you could start by reading the man page. pay attention to the examples in hostname.if(5), it should be pretty obvious what you've done wrong. -- Mathieu Sauve-Frankel

Re: Problem configuring vlan interfaces on startup

2006-12-08 Thread Brian Candler
On Fri, Dec 08, 2006 at 10:06:23PM +0900, Mathieu Sauve-Frankel wrote: So I was just wondering, is there something I've missed which is needed to get them to self-configure at startup? you could start by reading the man page. pay attention to the examples in hostname.if(5), it should be