Yeah I just installed it (finally, I know) and while it is cool to follow the dnsmasq.log file in realtime, I would also like the option to only see the red lines show up. Is that possible?And can the log tail be filtered for just blocks or can I just run tail itself with an appropriate flag...
if you turn on the log-queries=extra dnsmasq setting using the ds function in diversion , the query and subsequent responses are all tied together with a number...... a bit of scripting might be able to make use of that ( the 8196 ties the two entries in the example below)tail -f logfile | grep <string> works where <string> = block but not blocked, for some reason. I would also like to see the line before it for the source.
e.g
cat /opt/var/log/dnsmasq.log | grep blockcat /opt/var/log/dnsmasq.log | grep block
works but not if I use 'blocked'..
Sep 29 17:14:50 dnsmasq[5016]: /opt/share/diversion/list/blockinglist ssl.google-analytics.com is 192.168.2.2
Sep 29 17:14:53 dnsmasq[5016]: /opt/share/diversion/list/blockinglist ssl.google-analytics.com is 192.168.2.2
Sep 29 17:14:54 dnsmasq[5016]: /opt/share/diversion/list/blockinglist www.google-analytics.com is 192.168.2.2
Sep 29 17:15:18 dnsmasq[5016]: /opt/share/diversion/list/blockinglist settings.crashlytics.com is 192.168.2.2
Sep 29 05:30:10 dnsmasq[1164]: 8196 10.10.10.150/36629 query[A] ssl.google-analytics.com from 10.10.10.150
Sep 29 05:30:10 dnsmasq[1164]: 8196 10.10.10.150/36629 /opt/share/diversion/list/blockinglist ssl.google-analytics.com is 10.10.10.3
if you turn on the log-queries=extra dnsmasq setting using the ds function in diversion , the query and subsequent responses are all tied together with a number...... a bit of scripting might be able to make use of that
Good points . Scripting probably could, and also be able to help identify individual device's.
Is there a way to change the port used by pixelserv-tls? I use the aicloud app and it limits its functionality. There's no option in the app to change its port to the 9443 .. So I want to change the pixelserv-tls to that instead
Thanks
Dammit .. I was looking in the wrong settings for it and it was right in front of my face the whole timeyou can change the Aicloud web access port in the settings tab of the UI
Move AiCloud to 444, I did it that way to let pixelserv-tls work better with websitesIs there a way to change the port used by pixelserv-tls? I use the aicloud app and it limits its functionality. There's no option in the app to change its port to the 9443 .. So I want to change the pixelserv-tls to that instead
Thanks
you can change the Aicloud web access port in the settings tab of the UI
Yes, you can.I have a hard disk with ntfs file system connected to the usb, can I install diversion on a small ext2 partition?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!