linuxdeploy icon indicating copy to clipboard operation
linuxdeploy copied to clipboard

Wrong IPAddress

Open zzulilyw opened this issue 4 years ago • 4 comments

there is a wrong IPAddress on the top of the software,how can I solve it? My true IPAddress is 192.168.1.13 in the local Area Network. But the Linuxdeploy tell me my IPAddress is 10.0.2.15. Is magic!How to solve it?

OK, I have knew something about my device. I used adb command to check the network and found the LinuxDeploy is using my usbnet0(10.0.2.15/24),but my true network card name is wlan0(192.168.1.13/24). So how can I change it?

zzulilyw avatar Feb 28 '20 05:02 zzulilyw

I don't know if this is an IP issue or if you don't have access to Internet.

You can try to ping an IP host (don't use DNS names like google.com). If this works, maybe you need to setup the DNS server manually. On container properties, go to DNS option (above Network trigger) and insert 8.8.8.8, reconfigure the container, start and try again.

dms93 avatar Mar 01 '20 21:03 dms93

Duplicate of https://github.com/meefik/linuxdeploy/issues/1070#

hzexe avatar Jul 02 '20 15:07 hzexe

@zzulilyw how did you solve the problem?

JcobCN avatar Mar 25 '21 09:03 JcobCN

Hey, I also checked my network environment using "adb shell ifconfig".

I found that the problem occurred because Linux Deploy used my cellular network instead of my LAN IP address. As soon as you shut down the cellular network, it goes back to normal.

However, this does not affect anything. The SSH connection is normal,only the display is different.

tiehu avatar Mar 09 '23 00:03 tiehu