Sunday, May 30, 2021

Openbsd VMM with VLAN

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
| |- VLAN20
trusted_AP(VLAN20)
this Works fine


Another Separate OpenBSD Box for VM

openbsd(vmGuest)---vether0---openbsdHost——NAT—em0--OpenBSD_FW--Internet

is it possible Add openbsd(vmguest) to VLAN10 network


this is MY vm config [HomeAssistance]



switch "uplink" {
interface bridge1
}
vm "hass" {
disable
owner irshad
memory 2G
disk "/home/irshad/iso/disk.qcow2"

interface {
switch "uplink"
lladdr fe:e1:bb:01:01:01
}
}

No comments:

Post a Comment