I can't seem to get DNSFilter to work. I thought I'd just try a simple setup and see if I could have DNSFilter force a computer on the network to use Quad9.
I turned on DNSFilter and set Global to No Filtering... Set the computer MAC in the Client MAC Address space and chose Quad9... No go... Still uses the local DNS (pi-hole) set in the static setup on the computer.
I have tried it with local DNS servers setup in LAN-DHCP Server-DNS Server 1 & 2... tried it with them blank... Tried it setting Global to Router... Nothing seems to work for me.
I do have the local DNS server (pi-hole) going through a VPN but I disabled that when I was doing the testing (removed it from the VPN).
I've tried all the variations I can think of (except for the right one) but nothing seems to work. I've even reset the router and did a manual reconfigure with no difference... Any suggestions?
Here's what iptables shows when the router is setup up as above (Global No Filtering)...
Thanks...
I turned on DNSFilter and set Global to No Filtering... Set the computer MAC in the Client MAC Address space and chose Quad9... No go... Still uses the local DNS (pi-hole) set in the static setup on the computer.
I have tried it with local DNS servers setup in LAN-DHCP Server-DNS Server 1 & 2... tried it with them blank... Tried it setting Global to Router... Nothing seems to work for me.
I do have the local DNS server (pi-hole) going through a VPN but I disabled that when I was doing the testing (removed it from the VPN).
I've tried all the variations I can think of (except for the right one) but nothing seems to work. I've even reset the router and did a manual reconfigure with no difference... Any suggestions?
Here's what iptables shows when the router is setup up as above (Global No Filtering)...
Code:
admin@gateway:/tmp/home/root# iptables -t nat -L -v -n
Chain PREROUTING (policy ACCEPT 335 packets, 28757 bytes)
pkts bytes target prot opt in out source destination
28 4067 VSERVER all -- * * 0.0.0.0/0 84.123.134.64
147 11506 DNSFILTER udp -- * * 192.168.10.0/24 0.0.0.0/0 udp dpt:53
0 0 DNSFILTER tcp -- * * 192.168.10.0/24 0.0.0.0/0 tcp dpt:53
Chain INPUT (policy ACCEPT 186 packets, 10107 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 4 packets, 236 bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 4 packets, 236 bytes)
pkts bytes target prot opt in out source destination
0 0 MASQUERADE all -- * tun12 192.168.10.0/24 0.0.0.0/0
0 0 MASQUERADE all -- * tun11 192.168.10.0/24 0.0.0.0/0
0 0 ACCEPT all -- * * 192.168.10.0/24 0.0.0.0/0 policy match dir out pol ipsec
201 15399 PUPNP all -- * eth0 0.0.0.0/0 0.0.0.0/0
175 13691 MASQUERADE all -- * eth0 !84.123.134.64 0.0.0.0/0
0 0 MASQUERADE all -- * br0 192.168.10.0/24 192.168.10.0/24
Chain DNSFILTER (2 references)
pkts bytes target prot opt in out source destination
0 0 DNAT all -- * * 0.0.0.0/0 0.0.0.0/0 MAC 3C:W9:E5:54:26:42to:9.9.9.9
Chain LOCALSRV (0 references)
pkts bytes target prot opt in out source destination
Chain PCREDIRECT (0 references)
pkts bytes target prot opt in out source destination
Chain PUPNP (1 references)
pkts bytes target prot opt in out source destination
Chain VSERVER (1 references)
pkts bytes target prot opt in out source destination
28 4067 VUPNP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain VUPNP (1 references)
pkts bytes target prot opt in out source destination
Thanks...