Correct dnsmasq IP range for linux mikrotik install (#28)

Correct typo in the dnsmasq IP range for a linux install of Mikrotik hAP 
ac lite.
This commit is contained in:
Steve Lewis KC0EUW 2019-05-05 15:08:33 -07:00 committed by dman776
parent 929dff9074
commit 91f7a5c68b
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ Mikrotik First Install Process
3. Become ``root`` and open a terminal window to execute the following dnsmasq command:
>>>
# dnsmasq -i eth0 -u joe --dhcp-range=192.168.0.100,192.168.0.200 \
# dnsmasq -i eth0 -u joe --dhcp-range=192.168.1.100,192.168.1.200 \
--dhcp-boot=rb.elf --enable-tftp --tftp-root=/tftp/ \
-d -p0 -K --log-dhcp --bootp-dynamic