Recent content by gA2ZZCnZz

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. G

    ASUS or Ubiquiti

    I see my point was already made, I didn't realize I hadn't read the whole thread. Just to contribute to other thoughts here, I always hated Netgear for their firmware and UI and was a for hard Asus fan with Merlin installed. But, unlike those who talk about their router lasting forever, mine...
  2. G

    ASUS or Ubiquiti

    I have to disagree. I'm researching before purchasing a USG, I already have a UAP-AC-PRO and US-8-60W, and this almost scared me off. But, I see plenty of reports of near gigabit throughput. See https://community.ubnt.com/t5/UniFi-Routing-Switching/USG-throughput/td-p/1828135
  3. G

    Selective Routing with Asuswrt-Merlin

    For the scrolling boxes, use the post reply button and not quick reply. You will see a line to change the text to bold, italic, etc. The last button on this row is a hashtag. Click the hashtag and paste your code between the ["CODE"] and ["/CODE"] boxes. Note that the quotation marks are not...
  4. G

    Dnscrypt from opendns

    I apologize for the ignorance, but I'm somewhat confused. I thought DNSSEC was an additional measure and that is why it was said that it's best to pick a DNSCrypt server that supports DNSSEC and change the dnsmasq to support the additional validation. Do the two not work side by side?
  5. G

    Dnscrypt from opendns

    I have a few questions left. You mention changing dnsmasq to use DNSSEC. Can you tell me how to do this? I'm guessing just add lines with dnssec and dnssec-check-unsigned to dnsmasq.conf.add? I'm going to try this, but I won't know how to tell if it's working. Also, the code for...
  6. G

    Using a /jffs/configs/dnsmasq.conf.add file

    I'm interested in this as well. Could this be done using /jffs/scripts/dnsmasq.postconf with this code? #!/bin/sh CONFIG=$1 source /usr/sbin/helper.sh pc_replace "cache-size=1500" "cache-size=10000" $CONFIG
  7. G

    Dnscrypt from opendns

    Thank you so much ryzhov_al. Your work and advice really helped me figure this all out. I found the dnscrypt-proxy1 file in /opt/sbin had a typo in the symlink. It was trying to start dnscryppt-proxy (note mis-spelling) as dnscrypt-proxy1. I'm not sure if this was from a typo I made or if...
  8. G

    Dnscrypt from opendns

    I have both scripts. Where are they called from?
  9. G

    Port Forwarding while Using OpenVPN

    I finally figured this out. I should have added this to the selective routing thread (and I posted my solution there), but I wanted to put it here so I don't leave an orphan thread. I don't understand enough to explain anything to other noobs like myself, but I'll share my code in case it helps...
  10. G

    Logoff WebUI through SSH

    I would like to log into the router through the WebUI after I forgot to logout from a different IP. I know I saw someone sharing the ssh commands to do this log the last web user out, but even with hours of searching I can't find them again. Could someone please share how to do this again?
  11. G

    Dnscrypt from opendns

    I am using the entware version. I tried to use two resolvers as in your post, but the second instance of dnscrypt-proxy does not seem to be starting on reboot. Do I need to call this in a script?
  12. G

    Selective Routing with Asuswrt-Merlin

    I finally figured this out. I don't understand enough to explain anything to other noobs like myself, but I'll share my code in case it helps. I had to change the dport to sport for my port forwarding to work correctly. For those like me (at least yesterday) that don't already know, this is...
  13. G

    Dnscrypt from opendns

    I would also like to know if there is any way to configure a second resolver as a fallback???
  14. G

    Selective Routing with Asuswrt-Merlin

    I made a new thread the other day thinking this was different, but I afterwards that it would be more appropriate to post my questions here. I will post my solution in my other thread when it's complete so it's not abandoned. I am running an Asus RT-N66U with Merlin 376.47. I have the OpenVPN...
  15. G

    Port Forwarding while Using OpenVPN

    I have searched and found similar threads, but not quite what I'm looking for. I am running an Asus RT-N66U with Merlin 376.47. I have the OpenVPN client set for my PIA account and everything works fine. I use Asus's dyndns for the WAN address. I would like to have a couple of ports forwarded...
Top