• 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!

Recent content by cminus

  1. C

    Solved DNS Filtering not working on Merlin LTS fork

    Working like a champ now. Thanks @john9527
  2. C

    Solved DNS Filtering not working on Merlin LTS fork

    Hahaha! Okay, I'm just hopeful that it is something easy and available in the next release. Look forward to hearing from @john9527
  3. C

    Solved DNS Filtering not working on Merlin LTS fork

    /tmp/home/root# iptables -t nat -L DNSFILTER Chain DNSFILTER (0 references) target prot opt source destination /tmp/home/root#
  4. C

    Solved DNS Filtering not working on Merlin LTS fork

    iptables -t nat -S DNSFILTER iptables v1.3.8: Unknown arg `-S'
  5. C

    Solved DNS Filtering not working on Merlin LTS fork

    I get an unknown option -S but if I do run the following it does not look like there is a chain called DNSFILTER. Could be the problem? iptables -L DNSFILTER iptables: No chain/target/match by that name
  6. C

    Solved DNS Filtering not working on Merlin LTS fork

    I have tested multiple machines with the same result.
  7. C

    Solved DNS Filtering not working on Merlin LTS fork

    Yeah, i tried that. Same problem. Makes me think the whole array is broken?
  8. C

    Solved DNS Filtering not working on Merlin LTS fork

    So do you think that would break all of the dns filters? Based on my testing, I don't think any of them are working
  9. C

    Solved DNS Filtering not working on Merlin LTS fork

    Thanks @dave14305 I bet it is the missing commas based on that source snippet. Looks like an easy fix if that's true. Thanks!
  10. C

    Solved DNS Filtering not working on Merlin LTS fork

    Thanks everyone. Here is what I am trying. If I setup my test pc mac address (which is static) in the DNS filter and set it to use "Cloudflare Adult", and then I attempt to do an nslookup for www[.]pornhub[.]com, the dns lookup is successful and I actually am also able to get to the adult site...
  11. C

    Solved DNS Filtering not working on Merlin LTS fork

    For some reason, it does not appear that DNS filtering is working on my RT-AC66U Running 374.43_45EAj9527 (Merlin LTS Fork from @john9527 ). I've made sure that DNS over HTTPS is disabled in the browser and I've also just run a simple nslookup and I am getting returned the true IP of sites that...
  12. C

    Hardware Network TAP

    I'd like to reconfigure my RT-AC66U so that all traffic is forced through an external hardware TAP before hitting the WAN (VLAN2) interface. Is there a recommended best way to do this. I'm assuming I would create a new VLAN and then do some bridging. Just having a hard time picturing what the...
Back
Top