Libvirt and Network Zones

Can somebody please walk me through the necessary steps that will allow me to connect my vm’s to my lan?

/var/ipfire/ethernet/settings

ORANGE_SLAVES=
RED_TYPE=PPPOE
RED_DESCRIPTION=’“pci: Intel Corporation 82571EB/82571GB Gigabit Ethernet Controller D0/D1 (copper applications) (rev 06)”’
ORANGE_MODE=macvtap
DEFAULT_GATEWAY=10.1.1.1
GREEN_DESCRIPTION=’“pci: Intel Corporation 82571EB/82571GB Gigabit Ethernet Controller D0/D1 (copper applications) (rev 06)”’
RED_NETADDRESS=0.0.0.0
GREEN_DEV=green0
GREEN_NETMASK=255.255.255.0
GREEN_DRIVER=e1000e
RED_MODE=
GREEN_BROADCAST=10.1.1.255
ORANGE_DESCRIPTION=’“virtio: virtio_net”’
GREEN_SLAVES=
RED_NETMASK=0.0.0.0
GREEN_NETADDRESS=10.1.1.0
BLUE_SLAVES=
ORANGE_MACADDR=
RED_DEV=red0
GREEN_MACADDR=00:90:0b:19:64:90
RED_ADDRESS=0.0.0.0
ORANGE_DEV=orange0
BLUE_MODE=
BLUE_MACADDR=
GREEN_ADDRESS=10.1.1.1
RED_MACADDR=00:90:0b:19:64:91
RED_BROADCAST=255.255.255.255
RED_DHCP_HOSTNAME=router
RED_SLAVES=
CONFIG_TYPE=1
RED_DHCP_FORCE_MTU=
GREEN_MODE=
RED_DRIVER=e1000e
ORANGE_DRIVER=virtio_net

I cannot select the orang zone in virtmanager under my network card. Green is my lan, Red is PPPOE,

Hey @konspiracy,
in my case ive use the Network Mode macvtap.

GREEN_MODE=macvtap

and after a reboot you can choose the

Host device greenphys0:macvtp

ive never used with orange, but it seems like the same way.

coffee