Can an Isolated Network VM communicate with a VPC Tier VM? #13947
Unanswered
dharaneesh5
asked this question in
Q&A
Replies: 2 comments
|
@dharaneesh5 , you might try creating a vpc-privateGateway. it would have to have the same vlan and/or ip-range as the target isolated network. It may require some hacking, especially with respect to the route from the isolated network to the vpc (not sure). |
0 replies
|
Thank you for the suggestion |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Is there any supported way in Apache CloudStack to enable communication between a VM in an Isolated Network and a VM in a VPC Tier?
Example:
Isolated VM: 10.1.1.82
VPC Tier VM: 10.10.1.47
10.1.1.82 <=>10.10.1.47
Any guidance or recommended approach would be appreciated.
All reactions