Android Question IP STATIC

stefano cavallari

Member
Licensed User
Longtime User
Good morning,

for an application, I would need to put the static ip address on the device (via code).
I get a db with a table with the ip address, using a query I would take the value and assign it to the device.
Is it possible to change the "configuration mode" from DHCP to static and enter the IP?

Thanks in advance
 

DonManfred

Expert
Licensed User
Longtime User
I don´t think this is possible. The IP you get from your ISPs DHCP-Server.
 
Upvote 0

stefano cavallari

Member
Licensed User
Longtime User
I don´t think this is possible. The IP you get from your ISPs DHCP-Server.

Sorry, but I am not very expert in this field, if I have already set the device with a fictitious static ip, could I later modify it with the code and put another ip or would it not be possible anyway?
Thanks in advance for your reply
 
Upvote 0
Top