Redirect DNS: Question.
-
Thanks. My use case is like this.
I have a set of clients in LAN. I want all these clients to use DNS Server in LAN1 ( 192.168.5.25 ) no matter what the client's DNS settings are. Is there any way to achieve this in pfsense?
-
@yogi_en yeah if the client is set to use something that is off your 192.168.1 network, then you could redirect them to who you want on pfsense. But if they happen to ask dns on the same 192.168.1 network there is nothing pfsense can do about that.
-
Thanks got it. Your replies were quite informative and I learned many things because of that. I have been trying to re-direct the DNS which is on the same subnet which I understood now is not possible. Appreciate the all your help and time.
-
@yogi_en glad I could be of help.. Here all the time ;)
-
I have a totally unrelated question.
I need to use the latest version of unbound from FreeBSD. The version that is currently available with 2.5.2 doesn't support 'EDNS client subnet' as mentioned here https://redmine.pfsense.org/issues/11921. I need this feature to resolve the local IPs behind NAT when running the DNS server ( pihole ) in cloud.
Dnsmasq support this feature and it works well.
It looks like the FreeBSD version of unbound support this Couple of questions.
-
How can I update unbound to the latest version from FreeBSD? Is there any risk associated with this?
-
Or should I use BIND for this?
-
-
@yogi_en so if the bind version that is part of 2.5.2 works for you - you could use that.
But 2.6 which is out as RC and from my understanding of announcements should come out by end of Jan as release. There was mention of 22.01 dropping by end of the month, and "assume" 2.6 would be in line with that as well.
2.6 rc currently has unbound 1.13.2
As to risk of just using some freebsd version that is not in the pfsense repo, while that is always an "option" Prob not a good idea.. I know there was some "fixes" or improvements with edns and unbound 1.14, but I have not heard anything about when that might be included in pfsense. I am not currently doing anything with that or even played with it at all, so I am unsure if that is something you could do with a 1.13 version or if you need to be at least 1.14 of unbound?
Just as a point of discussion, if there is something want/need that is not supported in some service be it dhcp or dns as examples in the version of pfsense that is current. Nothing saying you can not just fire up those services on a pi or vm or shoot even a docker, etc..
-
Thanks again for the informative replies!. I think I will go ahead and use BIND. I was hesitant because, I have never used BIND earlier, so there is a learning curve for me.
-
@yogi_en looking at that redmine, it has target set to future. But looking at the output of unbound -V on my test 2.6RC I see this specifically called out
--disable-subnet
unbound -V Version 1.13.2 Configure line: --with-ssl=/usr --with-libexpat=/usr/local --disable-dnscrypt --disable-dnstap --with-libnghttp2 --enable-ecdsa --disable-event-api --enable-gost --with-libevent --with-pyunbound=yes --with-pythonmodule=yes LDFLAGS=-L/usr/local/lib ac_cv_path_SWIG=/usr/local/bin/swig --disable-subnet --disable-tfo-client --disable-tfo-server --with-pthreads --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/share/info/ --build=amd64-portbld-freebsd12.3 Linked libs: libevent 2.1.12-stable (it uses kqueue), OpenSSL 1.1.1l-freebsd 24 Aug 2021 Linked modules: dns64 python respip validator iterator BSD licensed, see LICENSE in source package for details. Report bugs to unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issues
-
@johnpoz
That means 2.6 will not help me. Thanks for that. -
@yogi_en possible 2.7? that is out in dev version already, but is that redmine you linked too doesn't future version set, prob not.
I would chime in on that redmine if something you would like to see included..
-
For the time being I will go ahead with BIND which should survive the upgrades. Based on my analysis so far BIND already supports EDNS client subnet. I will keep an eye on that redmine.
Another question: Can we run multiple instances of dnsmasq in pfsense on different ports/interfaces?. Looks like this not possible, just want to confirm.
-
@yogi_en no I don't think so, you could run say unbound on port x, and then dnsmasq on port y and then even bind on port z I would think.
Don't forget the control port, 953 I think is both default for bind and unbound.. So one of those needs to be changed as well.
If it was me personally and I wanted to fire up different NS instances or software versions to be used by different things on my network. I would just fire them up on a vm or docker or a pi, etc. Vs trying to get them all to run on pfsense at the same time on different ports.
If you don't have say a nas or something you can run some low power vms on - pi's are cheap, and they sell neat little cluster sort of racks to mount them all together and can provide power to all of them via some usb power strip... I provide power to 4 of them with a little usb power thing from anker that can provide 60w, etc. And then little short usb cables.. All of that can be setup for very low budget.. You could prob even use pi zeros for such lower requirement sort of services..
Something like this for a bunch of pi zeros
-
Thanks. I do have a pi which runs pihole and Unifi Controller. I do have a home assistant server ( along with frigate for camera ) which also runs 24x7. I will see whether I can use any of these devices. My NAS is not on 24x7.
The cluster of pi zeros looks really interesting. Will explore that too.
-
@johnpoz
Another related question.Can I configure dnsmasq in pfsense ( via Advanced Options ) so that different clients uses different DNS servers?. As I understand this is also not possible because DHCP is not done by dnsmasq in pfsense. Is that correct?
-
@yogi_en just set in the dhcp server what dns you want clients to use.
-
Hi,
Is my rule correct? My Pi-hole is on another vlan. -
@MoonKnight when your pihole is on a different vlan then the client you can do that.. But if your client is on the same network as pihole you can run into problems.
But yeah looks to be redirecting, there is no way google knows about pfsense.home.arpa ;) and sure don't think google is going to answer in 5 ms let alone 1 ;)
btw, I am a huge fan of dig on windows that I see your running, 9.16.48 is out ;) so your bit behind there ;)
-
@johnpoz
Hi, thank you very much ;) And thanks for the info around newer Dig version. Just updated :) -
@MoonKnight its sad they are dropping support for dig on windows.. As my work around I just installed wlc on my windows box use that for my day to day dig needs.. This way I can easy use the features and stuff in 9.18 while windows is stuck in the 9.16 line..
user@i9-win:~$ dig
; <<>> DiG 9.18.24-1+ubuntu22.04.1+deb.sury.org+1-Ubuntu <<>>Pretty much just looks like have cmd prompt window open
-
@johnpoz
I was reading about the same, they are dropping support for windows :(
But I do have installed WSL - Ubuntu, but haven't tried it so much. For some reason I still use CMD :)