Just tried hostapd for the first time yesterday, with urtwn0. I can see a device successfully authenticate via hostapd. The device successfully obtains a dhcp lease, so the connection must be working. The system httpd via inetd doesn't receive a web page request from the device. tcpdump shows the device requesting it, but no response. hostapd, dhcpd and inetd are all running on the same "server". on the server, telnet localhost 80, GET /, works, so inetd is OK routing looks OK arp sees the device npf etc is not running host.deny etc is empty / same when not using libwrap for httpd set ip.forwarding=1 just in case
Any suggestions on what I am missing? Cheers, Patrick