QoS and Multiple SSID (quite long)
Posted: Wed Feb 04, 2015 6:00 pm
Hi all,
my goal is to have two different Wifi network, one without limitation and the second one with QoS enable to limit upload and download bandwidth.
I setup an Openwrt router with some pkgs (wshaper & bandwidthd) to gain the funcionalities desired, it works but with some limitation due to high resources required by bandwidthd.
Network setup:
WAN -> PPPoe 10Mb download / 1Mb upload
lan1 -> 192.168.1.1 DHCP 192.168.1.100-200
Wifi1 -> lan1 -> "unlimited"
lan2 -> 192.168.2.1 DHCP 192.168.2.100-200
Wifi2 -> lan2 -> "limited" @ 1Mb download & 0,2Mb upload
All wifi connected devices (phones and tablets) can easily switch between wifi networks to get limited or not.
I setup a Gargoyle installation, added the second wifi network editing /etc/config/wirless, network, dhcp and firewall and is corretcly running.
As of someone else already found, QoS and bandwidth monitor doesn't shows any data; If I'm not in wrong, Gargoyle's QoS works only with one "bridge-lan" interface.
Now I reverted to a "simple" setup with one Wifi, created Quota & BWM for 2 different IPs range: 192.168.1.10-20 "unlimted" - 192.168.1.50-150 "limited". Devices that needs "unlimited" connection have a IP (10-20) reserved in DHCP table.
It works flawlessy, but I would like a simpler setup: now, every time that a "new" clients needs a unlimited connection (or if an old one needs to be limited), "someone" has to login in web interface make the appropriate modifications to the DHCP table.
My question is:
Is possible to "tie" DHCP making it serving 192.168.1.10-100 IPs to wifi1's clients and 192.168.1.101-200 IPs to wifi2's clients (I don't matter if both ranges are in the same subnet) ?
my goal is to have two different Wifi network, one without limitation and the second one with QoS enable to limit upload and download bandwidth.
I setup an Openwrt router with some pkgs (wshaper & bandwidthd) to gain the funcionalities desired, it works but with some limitation due to high resources required by bandwidthd.
Network setup:
WAN -> PPPoe 10Mb download / 1Mb upload
lan1 -> 192.168.1.1 DHCP 192.168.1.100-200
Wifi1 -> lan1 -> "unlimited"
lan2 -> 192.168.2.1 DHCP 192.168.2.100-200
Wifi2 -> lan2 -> "limited" @ 1Mb download & 0,2Mb upload
All wifi connected devices (phones and tablets) can easily switch between wifi networks to get limited or not.
I setup a Gargoyle installation, added the second wifi network editing /etc/config/wirless, network, dhcp and firewall and is corretcly running.
As of someone else already found, QoS and bandwidth monitor doesn't shows any data; If I'm not in wrong, Gargoyle's QoS works only with one "bridge-lan" interface.
Now I reverted to a "simple" setup with one Wifi, created Quota & BWM for 2 different IPs range: 192.168.1.10-20 "unlimted" - 192.168.1.50-150 "limited". Devices that needs "unlimited" connection have a IP (10-20) reserved in DHCP table.
It works flawlessy, but I would like a simpler setup: now, every time that a "new" clients needs a unlimited connection (or if an old one needs to be limited), "someone" has to login in web interface make the appropriate modifications to the DHCP table.
My question is:
Is possible to "tie" DHCP making it serving 192.168.1.10-100 IPs to wifi1's clients and 192.168.1.101-200 IPs to wifi2's clients (I don't matter if both ranges are in the same subnet) ?