Shared Network and Shared ressources #11005
|
Hello, So this is my question: if I install a database, does other isolated network can access it from virtual machine? Thanks in advance. |
Answered by
weizhouapache
Jun 11, 2025
Replies: 2 comments 2 replies
|
@Demonium , you want to create a vm in shared network and make it accessible to a vm running in isolated network ? |
0 replies
|
Hello kiranchavala, |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Demonium
it highly depends on how you configure the routers (not ACS networks)
if you configure the gateway of shared network on the upstream router, and it has route to the public IP range, the vm on isolated networks can access vms on shared network directly.
vm in isolated network -> VR of isolated network -> gateway of public Ip range -> gateway of shared networks -> vm on shared networks