2017-01-30 07:55 AM
Hi,
my modules are sometimes returning the IP address 192.168.0.50 since they already had another IP address from the access point. When they got the IP address 192.168.0.50, I can't connect to them via TCP anymore. Then I have to reset the device.
Does anyone has this behavior, too? Or has an idea why the modules change it's IP address?
Regards,
Flow
2017-02-01 10:00 AM
Hi Flow,
that IP address is the one used when module's DHCP client is turned off. Variable ip_use_dhcp set to 0.
If you have a DHCP server on your network (and variable is set to 1), it is releasing a good IP to module.
I don't expect that address when DHCP server/clien are running.
2017-02-01 11:33 PM
Hi Jerry,
I know that this is the default IP address. The strange thing is, that the device already had another IP address given by the access point. Sometimes it switches than to 192.168.0.50. Debugging will go on...
Best regards,
Flow