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

  1. B

    IP Forward doesn't work between interfaces?

    My setup: Asus RT-N66U Ethernet ports, Private 2,4Ghz, Private 5Ghz, Guest 2,4Ghz, Guest 5Ghz, Shared devices 2,4Ghz My setup as of now is: Ethernet ports (vlan1): NAS/MediaPC/Home automation box Private 2,4Ghz & 5Ghz (eth1 & eth2) - just my WiFi devices Guest 2,4 & 5Ghz (wl0.1 & wl1.1) - for...
  2. B

    Asus RT-N66U Guest network - access speakers + other devices on main WiFi

    It seems that only "ebtables" has any effect on routing. ebtables -t filter -I FORWARD -i wl0.2 -j DROP ebtables -t filter -I FORWARD -o wl0.2 -j DROP With these rules enabled the guest network has no connection to the other computers on the main Network (just Internet). When I delete the...
  3. B

    Asus RT-N66U Guest network - access speakers + other devices on main WiFi

    That didn't work. --@RT-N66U:/tmp/home/root# ebtables -L Bridge table: filter Bridge chain: INPUT, entries: 0, policy: ACCEPT Bridge chain: FORWARD, entries: 4, policy: ACCEPT -s MAC:PRINTER -i wl1.1 -j ACCEPT -d MAC:PRINTER -o wl1.1 -j ACCEPT -i wl1.1 -j DROP -o wl1.1 -j DROP Bridge chain...
  4. B

    Asus RT-N66U Guest network - access speakers + other devices on main WiFi

    Alright guys, for anyone else wondering about the same, I'm a bit closer now! I disabled local access in gui (for my 5Ghz guest), and this showd up in:ebtables -L: --@RT-N66U:/tmp/home/root# ebtables -L Bridge table: filter Bridge chain: INPUT, entries: 0, policy: ACCEPT Bridge chain...
  5. B

    Asus RT-N66U Guest network - access speakers + other devices on main WiFi

    Ok, so I got Merlin installed now. I put my guest wlan to Intranet ON and it finds the printer (obviously), then I turned it off, ssh'ed into the router and added the iptables above.. didn't work. I'm kinda stuck here. ebtables, iptables, I'm not really sure where to start. I'd be happy to...
  6. B

    Asus RT-N66U Guest network - access speakers + other devices on main WiFi

    If i turn Intranet off in Guest network GUI and add this to firewall: iptables -I FORWARD -s 192.168.1.59 -o wl1.1 (if this is guest 2ghz wifi interface) -j ACCEPT iptables -I FORWARD -i wl1.1 (if this is guest 2ghz wifi interface) -s 192.168.1.59 -j ACCEPT and do this for printer/sonos/chrome...
  7. B

    Asus RT-N66U Guest network - access speakers + other devices on main WiFi

    Thanks so much xiacodoudou! Gonna install Merlin when I get home (no guest today). I have the rest of the day to get it running before the new guests arrive tomorrow. Wouldn't it work just as well to have set rules in iptables (if this is how you do it, like you said), to say any connection...
  8. B

    Asus RT-N66U Guest network - access speakers + other devices on main WiFi

    I'm guessing the most secure/best way to do this would be to set up a new SSID for Sonos, printer and chromecast, and other shared devices, and allow access to this VLAN from the Guest WLAN and also allow access to this VLAN for my private network (LAN and WLAN). Is this a good solution/is this...
  9. B

    Asus RT-N66U Guest network - access speakers + other devices on main WiFi

    Hi there, I have been thinking a while about getting pfSense to manage some VLANs, but it looks like Merlin might be exactly what I need. I have guest over (AirBnb) and they have their own network that they connect to. The problem is that I have several devices that I want to share with my...
Back
Top