Virtual Servers
Source Proto Port range Redirect to Local Port Chain
ALL UDP 53 192.168.14.1 53 PREROUTING
ALL TCP 53 192.168.14.1 53 PREROUTING
ALL UDP 53 192.168.14.1 53 PREROUTING
ALL TCP 53 192.168.14.1 53 PREROUTING
@Adamm are these supposed to be in the log and what do they indicate?
I found these on a fresh reboot.Code:Feb 9 08:43:34 (install_stubby.sh): 429 Ending Script Execution Feb 9 08:43:34 (install_stubby.sh): 2564 Ending Script Execution
It installed 1.07, what else changed?
I also tried calling sh /jffs/scripts/Redirect_DNS.sh in the nat-start script. I get the same duplicates.
Then I would change the instructions linked to the post bud.That would be the IPTables rules being added.
Fixed up a block of code that was being repeated unnecessarily. All the changes are listed in detail on the github
That script is redundant and causing the duplicate entries. The functionality is now built into the installer.
You know there is a syslog-ng thread here, right?Herein lies the major pitfall of syslogd. Everything goes into the system log, so if something is flooding it, even legitimately, it becomes very difficult to notice anything that's out of the ordinary. Installing and setting up syslog-ng is a pain, but now the only thing I'm actively using sed to find and delete are the dcd crashes. I'd push those off into a crashes file if I could understand the syslog-ng documentation. 100's of pages of babble and useless "examples". I'm inclined to believe that's by design so you'll purchase the "pro" version and pay for support. I'm fairly certain multi-line-prefix and multi-line-suffix are they key, but damned if I can find an understandable explanation.
Just FWIW, I went in and deleted the Redirct_DNS.sh and nat-start scripts that I added (and changed twice) last night first, then did the Stubby.sh update via amtm, then ran Stubby to reconfigure. Checking port forwarding I see:@Adamm I removed and re-installed Stubby. Still I have the two entries in my syslog saying that install_stubby has run. I'm pretty confident now that some how the script you are calling in nat-start runs twice.
ALL UDP 53 192.168.1.1 53 PREROUTING
ALL TCP 53 192.168.1.1 53 PREROUTING
Feb 9 08:50:09 (install_stubby.sh): 15664 Starting Script Execution
Feb 9 08:50:10 (install_stubby.sh): 15664 Ending Script Execution
Cool! Do you have a nat-start script still or did you delete it with the Redirect_DNS.sh?Just FWIW, I went in and deleted the Redirct_DNS.sh and nat-start scripts that I added (and changed twice) last night first, then did the Stubby.sh update via amtm, then ran Stubby to reconfigure. Checking port forwarding I see:
Code:ALL UDP 53 192.168.1.1 53 PREROUTING ALL TCP 53 192.168.1.1 53 PREROUTING
My syslog showed only these two lines:
Code:Feb 9 08:50:09 (install_stubby.sh): 15664 Starting Script Execution Feb 9 08:50:10 (install_stubby.sh): 15664 Ending Script Execution
I deleted both first, then with the update and reconfigure a new nat-start was created:Cool! Do you have a nat-start script still or did you delete it with the Redirect_DNS.sh?
/tmp/home/root# cat /jffs/scripts/nat-start
#!/bin/sh
sh /jffs/scripts/install_stubby.sh iptables # Stubby Installer
Not in Chrome yet according to these posts on GitHub.Encrypted SNI doesn't seem to work with any browser available to me (Chrome 71.x, Safari 12, Edge) , while secure DNS, DNSSEC and TLS 1.3 work fine. According different sources (https://en.wikipedia.org/wiki/Server_Name_Indication#Support) should be support by my browser. What's the issue?
I have the same yet I see this in my syslogs at the end of the reboot after Skynet is done starting:Code:
/tmp/home/root# cat /jffs/scripts/nat-start
#!/bin/sh
sh /jffs/scripts/install_stubby.sh iptables # Stubby Installer
Feb 9 12:02:10 (install_stubby.sh): 438 Ending Script Execution
Feb 9 12:02:10 (install_stubby.sh): 2541 Ending Script Execution
Source Proto Port range Redirect to Local Port Chain
ALL UDP 53 192.168.14.1 53 PREROUTING
ALL TCP 53 192.168.14.1 53 PREROUTING
ALL UDP 53 192.168.14.1 53 PREROUTING
ALL TCP 53 192.168.14.1 53 PREROUTING
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!