Re: VLAN configuration problem on 6.1 ("no route to host" on other than own IP)

2017-11-06 Thread Hrvoje Popovski
On 6.11.2017. 17:47, Andre Ruppert wrote: > Hello @misc, > > perhaps I'm stupid, but I don't see my fault in a vlan network > configuration: > > I got a OpenBSD 6.1 gateway box, connected to several switches. > > On em0 I habe to serve two networks: > 172.16.210.0  (direct em0 - no vlan) >

Re: VLAN configuration problem on 6.1 ("no route to host" on other than own IP)

2017-11-06 Thread Erik van Westen
Aren't you missing the vlan definition in hostname.vlan211 like: # cat /etc/hostname.vlan211 inet 172.16.211.3 255.255.255.0 172.16.211.255*vlan 211* vlandev em0 or, like in 6.2: inet 172.16.211.3 255.255.255.0 172.16.211.255 vnetid 211 parent em0 ? Erik Op 6-11-2017 om 17:47 schreef Andre

VLAN configuration problem on 6.1 ("no route to host" on other than own IP)

2017-11-06 Thread Andre Ruppert
Hello @misc, perhaps I'm stupid, but I don't see my fault in a vlan network configuration: I got a OpenBSD 6.1 gateway box, connected to several switches. On em0 I habe to serve two networks: 172.16.210.0 (direct em0 - no vlan) 172.16.211.0 (VLAN 211 tagged on em0)