Byao
Byao

Reputation: 45

Failed to ping vm ip address from another device (android phone) under same network

i have network issue from using vm.

This is ifconfig info of vm ubuntu 16.04.

enter image description here

This is ipconfig info of my host machine.

enter image description here

And this is the network settings of vm.

enter image description here

Im bad in networking. Any of you have good clue can help me solve this issue?

Appreciate your help & Thanks in advance.

Upvotes: 1

Views: 704

Answers (1)

tyChen
tyChen

Reputation: 1494

NAT has four different types, and it always works as a firewall. That is why we need UDP traversal and hole-punch sometime. If you want other devices like host and phone build a connection to vm, you need firstly connect from vm to thoses deivces to build a "hole" as a path.

Upvotes: 1

Related Questions