Page 1 of 1

Web is not served when setting static ip

Posted: Wed Sep 20, 2023 9:52 am
by asierdo
Hi,
I'm working with ESP32-WROVER-E module.

I start a webserver with some websockets and configure the wifi as a client. ESP32 connects to my router and it assigns us an IP dinamically. So far everything works well and as expected.

The problem arises when I configure my static IP on my wifi client. It succesfully connects to the router with the static IP I selected, but I cannot access the web page on this IP. It seems that the webserver is not working with this new static IP.

Any idea what would be happening ?

Thanks,
ASier.

Re: Web is not served when setting static ip

Posted: Thu Sep 21, 2023 7:39 am
by asierdo
The problem was solved!!
All that happened was that the IP I was trying to set as static had been used by other device.
So, I've tried with another address and it works fine.
Regards,
ASier.