android-as-monitor-linux
android-as-monitor-linux copied to clipboard
No ip address
I don't get any IP address in the notification and I have got the ip of the computer using terminal, but in the vnc app on android, I get a connection failed error.
All you need for the IP address is, in a terminal, put:
ip a
And you check your Wifi interface IP (can be wlp2s0, wlan0). That's work fine for me.
Please let me know the output of ifconfig | grep inet | grep broadcast | awk 'NR==1{{print $2}}