Re: [pfSense] Limit bandwith pr user / ip

2014-11-02 Thread Vassilis V.
Thank you Chris!

Since I am interested in this too, are there any tricks when you want to
do the same but you have a multi-WAN setup, or ,probably even worse, a
multi-WAN setup with different WAN bandwidth?


Thank you all!
Vassilis
___
List mailing list
List@lists.pfsense.org
https://lists.pfsense.org/mailman/listinfo/list


Re: [pfSense] Limit bandwith pr user / ip

2014-11-02 Thread Jonatas Baldin
You can limit using captive portal, also.

2014-11-02 4:15 GMT-02:00 Vassilis V. bigracc...@gmx.net:

 Thank you Chris!

 Since I am interested in this too, are there any tricks when you want to
 do the same but you have a multi-WAN setup, or ,probably even worse, a
 multi-WAN setup with different WAN bandwidth?


 Thank you all!
 Vassilis
 ___
 List mailing list
 List@lists.pfsense.org
 https://lists.pfsense.org/mailman/listinfo/list




-- 

Jonatas Baldin de Oliveira
Profissional de TI
Skype: jonatas.baldin
___
List mailing list
List@lists.pfsense.org
https://lists.pfsense.org/mailman/listinfo/list

Re: [pfSense] Limit bandwith pr user / ip

2014-11-02 Thread Morten Christensen


Den 02-11-2014 06:12, Chris L skrev:

On Nov 1, 2014, at 4:07 PM, Morten Christensen mc-m...@g.mc.cx wrote:


I am going to setup pfSense as gateway/firewall in front of a small wireless 
broadband system with 10 to 20 houses connected.

We want to prevent one single house from taking up all bandwith, when other 
users can use their share, but not to restrict anyone unnessessary, when demand 
is low.

I have found howto's that make permanent limits on each users or ip-numbers 
bandwith, They seems to make that limitation without taking care of, if the 
limitations is needed.
Other howto's shows how to make smarter QOS limitations based on different 
applications like telephones versus http-download that is only active, when a 
service actually needs the bandwith.

Do you know of howto's that can limit users bandwith, when the line is under 
heavy use, but not, when that user is alone on the line, and that do not care 
if the user is downloading an ISO, streaming HDTV or making a video-conference ?



You create a limiter for the total amount of bandwidth available, then create a 
child limiter that masks on IP addresses.

Make a limiter for uploads masked on source addresses and a limiter for 
downloads masked by destination addresses.

Everyone has the full capacity unless/until there is contention.

The steps are outlined starting here:

https://forum.pfsense.org/index.php?topic=63531.msg364520#msg364520
I have tried to follow the screenshots from foxale08 (took some time to 
understand, the the images is only shown, when you are loged  in to the 
forum).


I lost the track between no. 22 and no. 23. Can anybody tell, how I come 
to those options, or if they are still needed ?



--
Morten Christensen




___
List mailing list
List@lists.pfsense.org
https://lists.pfsense.org/mailman/listinfo/list


Re: [pfSense] Limit bandwith pr user / ip

2014-11-02 Thread Chris L

On Nov 1, 2014, at 11:15 PM, Vassilis V. bigracc...@gmx.net wrote:

 Thank you Chris!
 
 Since I am interested in this too, are there any tricks when you want to
 do the same but you have a multi-WAN setup, or ,probably even worse, a
 multi-WAN setup with different WAN bandwidth?


With multi-WAN, you would probably want to create a limiter set for each WAN, 
then set the limiters with floating Match rules on the WAN interfaces in the 
outbound direction.

That way you would have different limiters for each WAN.  You could restrict 
the limit to traffic from certain interfaces with source “LAN net” etc.

Just a guess but that’d be what I would try.

Note that if you set them on a rule with interface direction “out the In/Out 
directions are reversed, and the perspective will be from WAN instead of LAN, 
so you want to be sure they’re not backwards.


___
List mailing list
List@lists.pfsense.org
https://lists.pfsense.org/mailman/listinfo/list


[pfSense] Limit bandwith pr user / ip

2014-11-01 Thread Morten Christensen
I am going to setup pfSense as gateway/firewall in front of a small 
wireless broadband system with 10 to 20 houses connected.


We want to prevent one single house from taking up all bandwith, when 
other users can use their share, but not to restrict anyone 
unnessessary, when demand is low.


I have found howto's that make permanent limits on each users or 
ip-numbers bandwith, They seems to make that limitation without taking 
care of, if the limitations is needed.
Other howto's shows how to make smarter QOS limitations based on 
different applications like telephones versus http-download that is only 
active, when a service actually needs the bandwith.


Do you know of howto's that can limit users bandwith, when the line is 
under heavy use, but not, when that user is alone on the line, and that 
do not care if the user is downloading an ISO, streaming HDTV or making 
a video-conference ?



--
Morten Christensen


___
List mailing list
List@lists.pfsense.org
https://lists.pfsense.org/mailman/listinfo/list


Re: [pfSense] Limit bandwith pr user / ip

2014-11-01 Thread Brian Caouette
Good question! I'd be interested in this myself.

Sent from my iPad

 On Nov 1, 2014, at 7:07 PM, Morten Christensen mc-m...@g.mc.cx wrote:
 
 I am going to setup pfSense as gateway/firewall in front of a small wireless 
 broadband system with 10 to 20 houses connected.
 
 We want to prevent one single house from taking up all bandwith, when other 
 users can use their share, but not to restrict anyone unnessessary, when 
 demand is low.
 
 I have found howto's that make permanent limits on each users or ip-numbers 
 bandwith, They seems to make that limitation without taking care of, if the 
 limitations is needed.
 Other howto's shows how to make smarter QOS limitations based on different 
 applications like telephones versus http-download that is only active, when a 
 service actually needs the bandwith.
 
 Do you know of howto's that can limit users bandwith, when the line is under 
 heavy use, but not, when that user is alone on the line, and that do not care 
 if the user is downloading an ISO, streaming HDTV or making a 
 video-conference ?
 
 
 --
 Morten Christensen
 
 
 ___
 List mailing list
 List@lists.pfsense.org
 https://lists.pfsense.org/mailman/listinfo/list
___
List mailing list
List@lists.pfsense.org
https://lists.pfsense.org/mailman/listinfo/list


Re: [pfSense] Limit bandwith pr user / ip

2014-11-01 Thread Chris L

On Nov 1, 2014, at 4:07 PM, Morten Christensen mc-m...@g.mc.cx wrote:

 I am going to setup pfSense as gateway/firewall in front of a small wireless 
 broadband system with 10 to 20 houses connected.
 
 We want to prevent one single house from taking up all bandwith, when other 
 users can use their share, but not to restrict anyone unnessessary, when 
 demand is low.
 
 I have found howto's that make permanent limits on each users or ip-numbers 
 bandwith, They seems to make that limitation without taking care of, if the 
 limitations is needed.
 Other howto's shows how to make smarter QOS limitations based on different 
 applications like telephones versus http-download that is only active, when a 
 service actually needs the bandwith.
 
 Do you know of howto's that can limit users bandwith, when the line is under 
 heavy use, but not, when that user is alone on the line, and that do not care 
 if the user is downloading an ISO, streaming HDTV or making a 
 video-conference ?
 


You create a limiter for the total amount of bandwidth available, then create a 
child limiter that masks on IP addresses.

Make a limiter for uploads masked on source addresses and a limiter for 
downloads masked by destination addresses.

Everyone has the full capacity unless/until there is contention.

The steps are outlined starting here:

https://forum.pfsense.org/index.php?topic=63531.msg364520#msg364520

___
List mailing list
List@lists.pfsense.org
https://lists.pfsense.org/mailman/listinfo/list