This is for SDN LAB in the GNS3 with Asterisk.
I have KVM physical host in Germany (everyone knows where I guess). I have a GNS3 lab running on Debian VM with some more VMs inside Vbox there. I'm connected to Internet via GNS3 Cloud and it's working for me fine (I can access Internet from the lab/Asterisk).
Now I have two networks:
virsh # net-list
Name State Autostart Persistent
----------------------------------------------------------
br0 active yes yes
default active yes yes
Where 'br0' is bridged with NIC on the physical server and 'default' is connected to virbr0 assigned 192.168.122.0/24. My Debian VM is connected via virtio.
I would like to run Asterisk inside Virtualbox on Debian VM. I have ordered secondary public IP that I'd like to use for KVM management, while the other will serve VMs, but the host has only 1 NIC.
What is the best solution by means of security? Shall I just create br1 and connect that to Debian VM? Or is it better to use current br0 and have VLANs? I don't remember really why I'm using virbr0 with that VM instead of br0. This solution seems messy at the moment and I'm trying to fix everything without losing access to the host (as I don't have a console).