On 12/24/20 12:33 PM, Stuart Henderson wrote:
On 2020-12-24, myml...@gmx.com <myml...@gmx.com> wrote:
Hi,
I have set up an openbsd router/firewall from the 2020/12/22 snapshot
with a vlan associated with the em3 device and it's not coming up at
boot time. (dmesg at the end of the post)
First I created the interface files:
# cat /etc/hostname.em0
dhcp
# cat /etc/hostname.em3
inet 192.168.27.254 255.255.255.0
up
# cat /etc/hostname.vlan44
inet 192.168.44.254 255.255.255.0
parent em3
vnetid 44
"up" happens when the address is configured. Your vlan id and
parent interface must be set before it comes up.
So I WAS missing something obvious...ughhh
# cat /etc/hostname.vlan44
parent em3
vnetid 44
inet 192.168.44.254 255.255.255.0
Thanks a ton, works perfect now!!!!!
Happy holidays!