Re: Openbsd VMM with VLAN

2021-06-07 Thread Irshad Sulaiman
Thank you David Gwynne Irshad > On 2 Jun 2021, at 3:00 AM, David Gwynne wrote: > > Hi Irshad, > > Assuming I understand your layout correctly, you should be able to use > hostname.if configurations files like the following: > > $ cat hostname.em0: > up > > $ cat hostname.vlan20 >

Re: Openbsd VMM with VLAN

2021-06-01 Thread David Gwynne
Hi Irshad, Assuming I understand your layout correctly, you should be able to use hostname.if configurations files like the following: $ cat hostname.em0: up $ cat hostname.vlan20 description "Trusted (L2+L3)" vnetid 20 parent em0 inet aa.bb.cc.dd 255.255.255.0 up $ cat hostname.vlan10: descri

Openbsd VMM with VLAN

2021-05-30 Thread Irshad
Hi all i have two Openbsd box Running Like Below one As Firewall and Another one As VMM With two VLAN's OPENBSD_FIREWALL IoT_AP (VLAN10) . -VLAN10 |--OpenWRT-em0---| ---pf --em1--Internet