How to configure the DHCP server settings?
Posted: Sat Apr 08, 2017 3:20 am
Sorry if this has been answered before, but I could not find anything when searching.
How do I configure the DHCP server settings on the esp8266?
When I turn on AP, it seems the DHCP server defaults to giving out IPs from the range 192.168.4.2 to 192.168.4.50 with netmask 255.255.255.0 and gateway/dns to 192.168.4.1
How do I change those settings? As an example, I set the esp8266 IP to 10.0.0.1 and want the DHCP server to assign IPs in the 10.0.1.1 - 255 range with netmask 255.0.0.0 to clients connecting to the esp.
How do I configure the DHCP server settings on the esp8266?
When I turn on AP, it seems the DHCP server defaults to giving out IPs from the range 192.168.4.2 to 192.168.4.50 with netmask 255.255.255.0 and gateway/dns to 192.168.4.1
How do I change those settings? As an example, I set the esp8266 IP to 10.0.0.1 and want the DHCP server to assign IPs in the 10.0.1.1 - 255 range with netmask 255.0.0.0 to clients connecting to the esp.