Search found 8 matches

by jthg
Fri Mar 01, 2013 11:42 am
Forum: General Discussion
Topic: Guest Network Setup
Replies: 15
Views: 18024

Re: Guest Network Setup

Hi! I've tried everything you guys have written, but i still cannot isolate guest wlan. I'm using 1043nd v1.10, 1.5.9 What do you get when you type ebtables --list? My result is: root@Lagunitas:/etc/config# ebtables --list Bridge table: filter Bridge chain: INPUT, entries: 2, policy: ACCEPT -p IPv4...
by jthg
Thu Feb 21, 2013 10:49 am
Forum: General Discussion
Topic: Guest Network Setup
Replies: 15
Views: 18024

Re: Guest Network Setup

I will be on holiday for the next week or so, do not expect a reply in that time frame. Of course, after a bit more testing, I will add this comment to the other thread. Thanks for all of the help! :D It seems to be working! I think I will continue to test before updating that other thread. To conf...
by jthg
Fri Feb 08, 2013 12:14 pm
Forum: General Discussion
Topic: Guest Network Setup
Replies: 15
Views: 18024

Re: Guest Network Setup

Your use of INPUT chain is causing your problems with DHCP. How did you test that FORWARD is not working? Did you try and access the internet or just the router? It didn't appear that FORWARD had any effect. I think that router access and internet access (through NAT) is all through the INPUT chain...
by jthg
Fri Feb 08, 2013 10:52 am
Forum: General Discussion
Topic: Guest Network Setup
Replies: 15
Views: 18024

Re: Guest Network Setup

I think I have it working now. I edited /usr/lib/gargoyle_firewall_util/gargoyle_firewall_util.sh : # Isolate the guest wifi from your LAN. ebtables -I FORWARD -i wlan0-1 -o wlan0 -j DROP ebtables -I FORWARD -i wlan0-1 -o eth0 -j DROP # Accept DNS and DHCP to Gargoyle on guest wifi; drop everything ...
by jthg
Thu Feb 07, 2013 3:45 pm
Forum: General Discussion
Topic: Guest Network Setup
Replies: 15
Views: 18024

Re: Guest Network Setup

OOPS! The above commands do NOT work. ebtables -I INPUT -i wlan0-1 -p IPv4 --ip-source ! 192.168.1.128/25 -j DROP The line does what I want once clients are already connected, but it doesn't allow new clients to connect. I think I have to explicitly allow for the initial wireless handshake and DHCP ...
by jthg
Thu Feb 07, 2013 3:04 pm
Forum: General Discussion
Topic: Guest Network Setup
Replies: 15
Views: 18024

Re: Guest Network Setup

A couple of items: Gargoyle refuses to persist configuration across reboots and I think it is working? DDD I am trying to do test out that configuration... I think it will work. However, whenever I make changes, they get reset on reboot. I don't think the changes are being saved out to the system. T...
by jthg
Tue Feb 05, 2013 5:10 pm
Forum: General Discussion
Topic: Guest Network Setup
Replies: 15
Views: 18024

Re: Guest Network Setup

First, pbix, thanks for the wonderful QoS article - that really helped me to understand how QoS is done in Gargoyle! I think QoS is working for me - I am getting traffic in all of my classes. If I reconfigured back to your previous post and assigned static ip addresses... I have a couple of question...
by jthg
Tue Feb 05, 2013 12:47 pm
Forum: General Discussion
Topic: Guest Network Setup
Replies: 15
Views: 18024

Guest Network Setup

My goal was to create an open guest network that was at maximum 1% of my bandwidth when fully utilized. I tried following the instructions on this site and OpenWRT . I ended up trying to create a new guest SSID on it's own network with it's own DHCP network so that QoS was easier to configure by mat...