I have a colocated server that is part of my zerotier network. It’s physical ethernet interface has a public IP address. I run virtual machines on this this server and would like to create a kvm bridge network to allow other computers on my zerotier network to access the VMs directly but not have them accessible to the public internet.
Instructions like Step 7. Create Bridge Network detail how to create the bridge network (on Debian) with the physical ethernet interface, eno1 in my case. I want to create this with the zerotier interface, ztwful4csq, instead. Since the zerotier interface is not configured using /etc/networks/interfaces, I am at a loss as how to get started.
-Scott