OPNsense Forum

English Forums => General Discussion => Topic started by: lox on January 23, 2018, 08:34:30 am

Title: [WORKAROUND] OpenVPN Clients cannot access unbound DNS
Post by: lox on January 23, 2018, 08:34:30 am
Hello,

I have added the VPN interface in the Unbound settings, it added my OpnVPN network to the access list (10.11.0.1/32)

From the VPN connected devices I can query any DNS server but the firewall's. I get a "REFUSED" response.

Here are the unbound logs:

Code: [Select]
Jan 23 18:33:28 unbound: [90191:1] debug: refuse[45:0] C8E001000001000000000000086964656E746974790E676574766964656F73747265616D03636F6D0000010001
Jan 23 18:33:28 unbound: [90191:1] debug: refused query from ip4 10.11.0.6 port 43526 (len 16)
Jan 23 18:32:41 unbound: [90191:0] debug: refuse[39:0] 8A4F0100000100000000000005736F6C69640B7072657970726F6A65637403636F6D0000010001
Jan 23 18:32:41 unbound: [90191:0] debug: refused query from ip4 10.11.0.6 port 64442 (len 16)




Title: Re: OpenVPN Clients cannot access unbound DNS
Post by: franco on January 23, 2018, 09:41:45 am
Take a look here. It has a workaround.

https://github.com/opnsense/core/issues/1872


Cheers,
Franco
Title: Re: OpenVPN Clients cannot access unbound DNS
Post by: lox on January 23, 2018, 11:35:01 am
That "/32" ...Got it, thank you.