Nested virtualization with basic networking #10225
|
As far as I found out, the default guest network set up some IP filtering, so you can't get to nested VM's because they simple don't get any ARP/IP requests (even the security group is opened). Is there some setting in basic networking so you could access nested VM's or disable this ip filters? |
Answered by
weizhouapache
Jan 21, 2025
Replies: 2 comments 4 replies
|
not sure @rp- , but can you use shared networks with sec-groups in an advvanced zone instead? |
0 replies
|
it is by design If you do not want the rules, you can change the script |
4 replies
Answer selected by
rp-
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it is by design
If you do not want the rules, you can change the script
/usr/share/cloudstack-common/scripts/vm/network/security_group.pyon kvm host.for example, add
returnas the first line of some methods so nothing will be configured.