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

  1. Z

    VLAN-tag guest WLAN

    Thanks, D@vid, but it didn't work. I tested just running it first, without adding it permanently (to not get "locked out" if it brakes something). But that shouldn't matter, right? After running it, I'm unable to connect to either the ordinary WLAN and the guest-WLAN. Tried with 2 iPhones...
  2. Z

    VLAN-tag guest WLAN

    I've got my RT-AC68U in AP-mode and handles the routing, DHCP, etc on a pfSense-box. I got a guest-WLAN on wl0.1 and I want to be able to tag all that traffic with a VLAN-tag, to be able to separate it from the my primary WLAN. Is there a way to accomplish that?
  3. Z

    Limit the guest-network (ports and speed)

    Nearly there! I'm almost there now, after doing a lot of googleing and trying out different methods! :) /jffs/scripts/firewall-start:#!/bin/sh /sbin/ifconfig wl0.1 192.168.200.1/24 # Rules for wl0.1 /usr/sbin/ebtables -t broute -I BROUTING -p ipv4 -i wl0.1 -j DROP /usr/sbin/ebtables -t broute...
  4. Z

    entware-setup.sh missing?

    Running 3.0.0.4.374.35_2 and it seems "entware-setup.sh" isn't included anymore? Also, tried following the "old way" described here: https://github.com/RMerl/asuswrt-merlin/wiki/Entware But, after doing: "mkdir /mnt/sda1/asusware touch /mnt/sda1/asusware/.asusrouter reboot" "cd /opt" returns...
  5. Z

    Limit the guest-network (ports and speed)

    Hi! I would like to limit the guestnetwork a bit and was hoping to get some input on how. :) I want to limit what ports the clients on the guestnetwork may access (TCP 80/443/25/110/143 and UDP 53) - all others should be blocked. I guess this could be accomplished by iptables, but I'm...
Back
Top