Hello,
I have two vm(say vm1 and vm2), that are running vm inside them using nested virtualization (say vvm1 inside vm1 and vvm2 inside vm2). How can i ping vvm1 from vvm2 and vise versa? Currently vvm1 can ping vm1 and vm2 but not vvm2 and similarly vvm2 can ping vm1 and vm2.
Hi @ujjwalpawar,
Welcome to the Google Cloud Community!
Just to clarify: You're working with two VMs, named VM1 and VM2. Inside VM1, there's a nested VM referred to as VVM1, and inside VM2, there's another nested VM named VVM2.
Currently, the setup allows:
You can try following a similar setup provided in the documentation - Creating an L2 VM with network access from outside the L1 VM.
Let me know if you have more questions. Thank you.
Cheers,
Lawrence
I had similar problem. I have L2 VM running inside of a L1 vm. L1 vm has an IP alias /32 assigned. I wanted to route traffic for IP alias to a L2 VM, that exposed TAP0 network interface.
Now I can ping L1 vim using 10.0.0.10 and l2 VM using 10.0.0.11 from other GCE vms.