I'm trying to use the v7 beta with a map lite and I think due to memory constraints, the only way to upgrade it is using netinstall.I'm using the 7.0b5 netinstall.exe under wine and can see that it's listening on 67, 69, 5000 and the interface has firewalling disabled:
netstat -paun|grep netins
udp 0 0 0.0.0.0:67 0.0.0.0:* 80720/netinstall.ex
udp 0 0 0.0.0.0:69 0.0.0.0:* 80720/netinstall.ex
udp 0 0 0.0.0.0:5000 0.0.0.0:* 80720/netinstall.ex
Nothing else is listening on those ports.
When I run wireshark I see the DHCP Discover to port 67 from the map lite in netinstall mode, but netinstall keeps spitting out:
bootp recv bytes: 300 mac=C4:AD:34:49:66:87
invalid request
According to wireshark the packet is 342 bytes with a 42 byte header and 273 bytes of DHCP options followed by 27 bytes of null padding.
Any idea what the "invalid request" message is supposed to be indicating?