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

  1. R

    Guest network with LAN access

    So I realized that a simpler way to accomplish this is to DNS Filter global and then override for specific devices. Then I can allow guest network devices to the intranet. All will be DNS filtered except for my specific devices that i want to allow.
  2. R

    Guest network with LAN access

    By default it will only NAT its own subnet though correct? I need it to also nat the 2.x range.
  3. R

    Guest network with LAN access

    So I think i have it figured out. Set up my Router 2 on a separate subnet, but I need to enable NAT in the ac68u. If I was running DD_WRT I would add the following to the firewall command. How could I do this in merlin? iptables -t nat -I POSTROUTING -o `get_wanface` -j SNAT --to `nvram get...
  4. R

    Guest network with LAN access

    Well i initially didn't want to clog up the wifi space anymore with a second router. I also only have this one AC router. If the kids N clients drop the AC router to N speeds it might not be a bad idea actually I guess.
  5. R

    Guest network with LAN access

    Because I will not always be here when friends come over and connect to the wifi. I want a "protected" OpenDNS connected wifi that is not double natted (separate router/ap) for any kid to connect to.
  6. R

    Guest network with LAN access

    Hi! I have been trying to tackle this problem and I thought I had it fixed with a kong build of DD_WRT but I was having major wifi issues. I want a separate Wifi kids network to force DNS filtering, but they need to have LAN access to be able to cast to xbox/chromecast/etc. Guest network...
Back
Top