webserver IP
Posted: 06 Sep 2016, 13:21
Hi, one little question.
Why webserver ip is fixed to 192.168.4.1?
WebServer.send(200, "text/html", "<meta HTTP-EQUIV='REFRESH' content='0; url=http://192.168.4.1/setup'>");
and not obtained from the assigned (DHCP or fixed configurated) IP from the config?
because, in that case for ex, i have to mantain netmask opened to reach that ip, that is different to my network base address
Why webserver ip is fixed to 192.168.4.1?
WebServer.send(200, "text/html", "<meta HTTP-EQUIV='REFRESH' content='0; url=http://192.168.4.1/setup'>");
and not obtained from the assigned (DHCP or fixed configurated) IP from the config?
because, in that case for ex, i have to mantain netmask opened to reach that ip, that is different to my network base address