@bingo600 said in PFSense Query refused:
@grantcurell
Are you using unbound ?
I had to add my openvpn ranges to the access-lists section as allow , in order to be able to resolve DNS from those.
Seems like unbound default allows known nets (assigned to interfaces) , and refuses qureries from all other nets.
Add "unknown nets here" (Unbound settings)
[image: 1607576274961-e25c09a1-2795-48fb-970c-21def0b7224a-image.png]
/Bingo
Worth noting this occured with a VLAN interface srced traffic... It might be because I need to bounce the unbound daemon, or whatever... adding the ACL allowed me to src traffic from a macvlan hosted docker container bound to a subint on a synology NAS. The tagged traffic was arriving, and I was seeing refused responses from pfsense at the LAN interface of the pfsense. Adding the subnet for the VLAN interface resolved the issue. Thank you!