Attempting to install the factory firmware on a Mikrotik HAP lite. This is my third one. The first two were completed with minimal issues. This one's got me stumped. It's probably a Linux issue, but need some guidance.
Running through the instructions, I ran this command as root:
dnsmasq -i enp1s0 --dhcp-range=192.168.1.100,192.168.1.200 --dhcp-boot=rb.elf --enable-tftp --tftp-root=/tftp/ -d -u obeach -p0 -K --log-dhcp --bootp-dynamic
The response from Linux (Fedora 29) was:
dnsmasq: started, version 2.79 DNS disabled
dnsmasq: compile time options: IPv6 GNU-getopt DBus no-i18n IDN2 DHCP DHCPv6 no-Lua TFTP no-conntrack ipset auth DNSSEC loop-detect inotify
dnsmasq-dhcp: DHCP, IP range 192.168.1.100 -- 192.168.1.200, lease time 1h
dnsmasq-tftp: TFTP root is /tftp/
I never see any response from the Mikrotik on the command line. I fired up tcpdump and captured this, over and over again.
16:21:45.609980 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from b8:69:f4:d6:9d:2b (oui Unknown), length 300
It appears that dnsmasq is not responding to the DHCP request from the Mikrotik. But why not? Is there some dnsmasq config default in this version that's not correct?
Any guidance would be appreciated.
Thanks.
Orv W6BI
where you plugged into port 1 on the hAP AC Lite?
did you have a dumb switch between the PC and the hAP?
Yes.
Mine is 2.79,. and there's already a 2.80 being readied for release to resolve some issues around DHCP with DNSSEC (not clear if that's my issue or not).
Orv
Joe AE6XE
In step 10 of the instructions, it says:
"Change your laptop back to DHCP mode to obtain an address from the mesh node, after it boots. On the hAP-lite move the cat5 to an AREDN LAN port...."
Is that the right order? Leave the cable in port 1 to get a DHCP address? It seems like the order of those steps should be reversed.
Orv W6BI
Joe AE6XE
I'll keep an eye open and when Fedora adopts dnsmasq 2.80 (currently 2.,79) I'll try it again.
Orv W6BI