How to set address in android_rpc APP when host is VMware ubuntu?

my laptop system is win10 with VMware ubuntu18.04, TVM isnot good support for windows, so I use VMware ubuntu to run autoTVM; I have installed android_rpc successfully, But address in app have been confused me for a long time, my win10 IP is 192.168.1.103 in router, while ubuntu IP is 192.168.17.129; I tried both IPs on the same port 9190or8000, But query_rpc_tracker got nothing

turbo@ubuntu:~$ python3 -m tvm.exec.query_rpc_tracker --host 0.0.0.0 --port 9190Tracker address 0.0.0.0:9190

Server List

server-address key


Queue Status

key total free pending


So, how can I get the right address when I use VMware ubuntu?

rpc_tracker set like this : python3 -m tvm.exec.rpc_tracker --host 0.0.0.0 --port 9190

recently , I try to set my raspberry4b as host, and VMware ubuntu18.04 as remote, The tvm.exec.query_rpc_tracker funtion could list the remote device and also my android device.! So, maybe It is a bug that VMware ubuntu canot be set as host,
Or , there is maybe some settings should be modified on VMware ubuntu18.04? how can I figure out this problem? Or just autotuning on raspberry which as host device? :joy: