Hello,
Could you help me to understant, how to setup following networking for my devops network?
There are:
- 1x AppVM (debian)
- 1x DisposableVM (debian)
- 1x Windows HVM
A goal is to setup:
- all 3 VMs can access every port on each other VM (so for example port 445 on Windows HVM will be accesible by random port by every debian machine where one is disposable)
- AND also all 3 VMs don’t have access to the internet
Could anybody help me to understand how to setup this persistently, so I don’t need to allow every port on every device? (Like in public script how to setup port forwarding in Qubes).
Thank you very much!