Remote Log DNS Reply
-
@Lockie Okay - sure. That is intirely possible:
In SERVICES -> DNS RESOLVER under custom options add:
This will add DNS replies in your resolver.log. You can syslog that to a remote host using the built in syslog feature in the pfSense log setup (STATUS - SYSTEM LOG -> SETTINGS)You do not need the pivate-address part. Thats in mine to prevent response and logging of IPv6 names (Iām IPv4 only)
-
@Lockie said in Remote Log DNS Reply:
"Lets say 192.168.1.100 asks for www.domain.com, you will see that they got a reply for www.domain.com and it was say an A record, etc."
Another approach.
Install and activate pfBlockerng.
No need to add any DNSBL or IP feeds.From now on :
This dns_reply file contains info like :
DNS-reply,Jun 6 08:16:09,cache,A,A,3125,devices.liveradio.fr,192.168.1.124,90.84.243.75,FR
The device 192.168.1.124 was asking for the A record of "devices.liveradio.fr" and it got back, from the cache, "90.84.243.75".
As pfBlockerng is 100 % open source, it won't need rocket science to add to the place where lines are added to this /var/unbound/var/log/pfblockerng/dns_reply.log file so it also send out to the local syslog, the one you've set up to also do remote logging to a remote syslog server.
edit : humm. @keyser solution seems simpler
-
@keyser out of interest, would this have negative performance impacts in any significant way?
-
@Lockie the logging of replies and or queries would put a hit on the overall performance of unbound. But to be honest unless you doing a crazy amount of dns - I mean crazy amount I don't see how it would be of concern.
Generally speaking, dns is not an overall resource intensive sort of thing.. Even in an enterprise with 1000s of clients I don't see how it could be much of an issue.. Now if you got something going bat shit insane with the amount of queries its doing... My alexas lost their minds when the internet was out for a bit, and they had done millions of queries each in less than 24 hours.. Unbound was still answering.. But glad I wasn't logging all of those ;)
-
@johnpoz K thank you thats good to know.
-
Currently struggling to setup remote log receiving on my NAS :( grr, I don't appear to be getting anything into my Synology NAS in terms of the logs I setup on pfsense. Here are the NAS settings:
Here is pfsense:
See anything obviously wrong?
-
@Lockie I just turned on logging to my nas.. And seems to be working
Are you seeing entries in your local log when when you go to logging and pick the resolver?
-
I picked 'LAN' as my Syno is on my LAN.
'Any' might seem fine, but what if it decides to use IPv6 ?
Or using another interface ?
I'm not sure, but sure about the fact that the interface is LAN (for me).I added the Syno IPv4 :
192.168.1.4 is my actual log collector.
I added 192.168.1.33, my Syno.My Syno told me I had to install this first :
The first time adding a "Logs receiving" setup, Syno asked me to assigne a folder to store the logs.
These are my settings :
From now on, my Syno start to receive logs from pfSense :
edit #metoo ! it works.
-
Thanks all, you've been so helpful.
Switched it to LAN and I've now go what I needed.
Many Thanks ALL!!!
-
@keyser said in Remote Log DNS Reply:
but only to a local logfile.
Not entirely correct if you are willing .. anything is possible
@johnpoz said in Remote Log DNS Reply:
would put a hit on the overall performance of unbound. But to be honest unless you doing a crazy amount of dns - I mean crazy amount I don't see how it would be of concern.
for the record - I run about 60 clients behind a 2100 and there are no speed issues with dns resolution. I'd like to define crazy but at the level of about 10,000/hour I'm not there yet ...one day when I'm feel bored I might load it up and see where it breaks -- just for fun.
This is from my Graylog server and is in real time.
While you are there, may as well grab DNSBL goodies as well.
Based on the DNS Reply you can make all kinds of pretty graphs..
May as well grab unified while your at it ..
And finally the Synology (we run a small DNS on this device for some "special" use case, and the volume of "hits" is very low, but it is real time and has no issues "Feeding the data to the Graylog". Synology provides no way to send DNS records to another logging server, pretty much everything else but not DNS.. again if there is a will there is a way.
only / maybe 10 lines or less of code to make the magic happen. I'm okay with that, for accomplishing the goal go logging.
Bottom line for me is "Can't do that, is simply not an option"
-
@jrey can you share how you are sending DNS data to graylog ?
I've trying to accomplish that without any success.