Search results

  • 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. N

    WAP/Guest SSID/Port based VLAN

    I had this set up working on Tomato before, I thought I'd try it on Merlin to see if there are any performance benefits. You're right though, WPA2 doesn't appear to be working on the guest networks. There is definitely a performance benefit however. On Tomato I found that connecting to my...
  2. N

    WAP/Guest SSID/Port based VLAN

    Followed the examples here to make my own script, should be a little more generalizable. Seems to work well on the latest Merlin(378.51) with my RT-N66U. My default VLAN is 3, and my Guest VLAN is 4. #!/bin/sh PATH="/sbin:/usr/sbin:/bin:/usr/bin:${PATH}" #TrunkPort=0 MainVLAN=3 GuestVLAN=4...
Top