-
-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed gateway for usb0 on Android 14 #623
Comments
Okay I see that you actually want static IP on clients. Why not just run DHCP? |
no, I meat to say server ip.... I need to set a static ip on the raspberry so I connect to it with my android tablet ssh, which isn't possible anymore because android changed usb0 to random subnets 192.168.?.? so i`m able to predict its random gateway, in the past it was possible cause android's usb0 interface only changed last subnet of the gateway eg 192.168.43.? |
So why not just run DHCP on your Rasp Pi? |
|
Could you make an option or patch to set a non randomized gateway for usb0 interface? Android has completely randomized the gateway on the usb0 interface at boot eg, 192.168.X.X, used to be 192.168.43.X which was manageable on my raspberry end for setting up a static address.... I use my Samsung Galaxy Tab A8 usb tethered to interface with my RaspberryPI via SSH and with the latest android OS 14 I can no longer set a static ip for the usb0 on RaspberryPI, so now I have to load up Termux and run arp -n | grep usb0 to get the raspberry's ip for JuiceSSH every time I boot the tablet
The text was updated successfully, but these errors were encountered: