Hey network people.
I've been having some adventures with an ICX6450 and a Ubiquiti AP and a Roku. An old roku stick, if it matters. I had it set up that the ICX6450 has DHCP pools, the AP is connected on a dual-mode port, with untagged traffic for the AP itself and tagged VLANs for the wifi. Alas, I think it was stated a bit ago, and I discovered as well, that the Roku is unwilling to get an address from the ICX6450.
So I set up a DHCP server (Kea) on a host, and I configured dhcp snooping ("ip dhcp snooping vlan N"), while also enabling dhcp trust ("interface eth 1/2/4", "dhcp snooping trust"). And when I set up the helper address ("ip helper-address 1 addr.of.host"), I see WIRED devices able to get IPs from Kea. But... I don't see wireless clients getting addresses (and therefore not finishing the association process). tcpdump from the Kea server shows the DISCOVER and OFFER; tcpdump from a wireless client even showed the REQUEST being sent, but it doesn't arrive.
Does anyone have a suggestion? Maybe something at the ubiquiti AP configuration is causing DHCP to the VLAN's VE to work, but not to get relayed? I'm sure this is a scenario that plenty of people have working, what am I missing?