Single device no internet access

Gear: Netgear Nighthawk X4S R7800 - OpenWrt 23.05.0

I have a single device that seems to be blocked from internet access. This seemed to happen within the past month or so but haven't had time to look at it until now.

The device is a Pi 4B running piCorePlayer using wifi.

I run two Vlans on this device - Wireless, Wireless guest.

It is on the wireless but no internet access. If I assign the device to the guest wifi it works fine.

The few other devices on the wireless work fine so it is almost like that mac is being blocked. Though I don't see anything in my list for this device.

Is it set to get an IP address via DHCP? (if not, you may have a static IP assigned that is only valid on the guest network). If so, does it get onto the network properly with an IP, or does it fail to do that? Is it able to reach other devices on the same network and/or can it be reached from other devices on the same network?

Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have:

ubus call system board
cat /etc/config/network
cat /etc/config/wireless
cat /etc/config/dhcp
cat /etc/config/firewall

So I run a pfsense box as my main router that handles dhcp/vlans.

DCHP and firewall are disabled on this device as pfsense handles all of that.

All was working fine until last month for this device.

****Ok even though I disabled my test Captive portal rule in the vlan because it was still enabled under services in Pfsense it was still preventing it from accessing the internet.