I have a VNC server running in localhost:1
of my Android phone. I want to access the VNC server from my computer, which is connected to the phone via usb tethering.
This is the output of ip route list
(I have changed some ip addresses to number1, number2 and number3).
$ ip route list
default via number1 dev enp0s29f7u8 proto dhcp metric 100
number2 dev enp0s29f7u8 proto kernel scope link src number3 metric 100
I installed TigerVNC Viewer, and tried connecting to number1:1
, number2:1
and number3:1
, but all of them showed the error
unable to connect to socket: connection refused (111)