android-as-monitor-linux icon indicating copy to clipboard operation
android-as-monitor-linux copied to clipboard

No ip address

Open bortan1 opened this issue 3 years ago • 2 comments

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. Screenshot from 2021-11-07 15-21-41

bortan1 avatar Nov 07 '21 13:11 bortan1

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.

aaronsantacru avatar Dec 07 '21 18:12 aaronsantacru

Please let me know the output of ifconfig | grep inet | grep broadcast | awk 'NR==1{{print $2}}

Prayag2 avatar Dec 07 '21 18:12 Prayag2