Web is not served when setting static ip
Posted: Wed Sep 20, 2023 9:52 am
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.
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.