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

  1. justinvoelker

    YazFi Allow access from guest network to LAN device

    Shoot, yup, it was the missing protocol, I should have caught that. Thanks! For those wondering, the new line to add was #!/bin/sh iptables -I YazFiFORWARD -i wl0.1 -o br0 -p tcp -d 192.168.1.10 --dport 8096 -j ACCEPT
  2. justinvoelker

    YazFi Allow access from guest network to LAN device

    As stated in the title, I'm trying to allow guest network devices to access a single device on the LAN. I followed the "Custom firewall rules" instructions from https://github.com/jackyaz/YazFi but my script doesn't seem to execute. I created the file...
  3. justinvoelker

    Custom dnsmasq breaks guest network

    Thanks for the YazFi tip. Just got that up and running and now my networks are properly separated and only allow one-way communication. Awesome!
  4. justinvoelker

    Custom dnsmasq breaks guest network

    Bingo! That appears to have done it. The "Sync to AiMesh Node" option is no longer available (as one would expect based on your comment). It looks like devices on that guest network are being assigned IPs within the range of my main network (and can access devices on my main network despite...
  5. justinvoelker

    Custom dnsmasq breaks guest network

    Just using the first available 2.4Ghz guest network. No guest network scripts.
  6. justinvoelker

    Custom dnsmasq breaks guest network

    The regular Wi-Fi network works fine. I have half a dozen wireless clients and a dozen wired clients all working as expected (even reading from the custom dnsmasq.conf.add as necessary). For reference, my custom config is just a few items as follow, but with a lot more dhcp-host entries...
  7. justinvoelker

    Custom dnsmasq breaks guest network

    I am trying to move from Tomato to Asuswrt-Merlin but am encountering an issue implementing custom dnsmasq. While configuring the fresh install of of Merlin, I configured a guest network that I was able to successfully connect to from my laptop. However, upon adding a dnsmasq.conf.add file, the...
Back
Top