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. chr1s

    VLAN on Guest WLAN

    I got it working with the following start-script #!/bin/sh robocfg vlan 20 ports "1t 8t" vconfig add eth0 20 brctl delif br0 wl0.1 brctl addbr br20 brctl addif br20 vlan20 brctl addif br20 wl0.1 ifconfig vlan20 up ifconfig br20 192.168.20.30 netmask 255.255.255.0 up iptables -I INPUT 1 -i...
  2. chr1s

    VLAN on Guest WLAN

    Hi I know this topic has been discussed a couple of times but I can not get it working with my setup. I am running 380.60_beta2 in AP mode RT-AC68U. I have configured br1 and assigned VLAN20 to it. Also I assigned the guest WLAN to that bridge bridge name bridge id STP...
Top