Re: [pfSense Support] Traffic shaper question + no parent problem

2005-10-11 Thread Szasz Revai Endre
Okay :) I still haven't had time to look through the generator code, but I will, I am just too busy with the university now. The MAN is actually over the internet (scattered public ip addresses 80.*.*.*, 194.*.*.*, etc) http://www.pfsense.com/pastebin/245 Also right now what cannot be done is to

Re: [pfSense Support] Traffic shaper question + no parent problem

2005-10-10 Thread Szasz Revai Endre
Thanks Bill! It seems that if i get some free time I'll attempt to fix that function to be recursive, and I'll let you know. Meanwhile the config the wizard generates is a pretty good start for everything. On 10/9/05, Bill Marquette [EMAIL PROTECTED] wrote: On 10/9/05, Szasz Revai Endre [EMAIL

Re: [pfSense Support] Traffic shaper question + no parent problem

2005-10-10 Thread Bill Marquette
On 10/8/05, Szasz Revai Endre [EMAIL PROTECTED] wrote: 1) Is it possible, in the traffic shaper - to create another parent queue (parent to HFSC) - and to add some rules to this queue, so that traffic coming andgoing from specific ip adresses would go through this queue (which wouldhave separate

Re: [pfSense Support] Traffic shaper question + no parent problem

2005-10-10 Thread Bill Marquette
On 10/10/05, Bill Marquette [EMAIL PROTECTED] wrote: I've been thinking a little more about this. Is the MAN part of your local subnet? IE, if the pfSense WAN interface was on 24.0.0.0/8 is the MAN the same subnet, or is it just something you have to go through? I think I can make an easy change

Re: [pfSense Support] Traffic shaper question + no parent problem

2005-10-09 Thread Szasz Revai Endre
On 10/9/05, Scott Ullrich [EMAIL PROTECTED] wrote: Take a look at how the EZ Shaper wizard creates parent queues. Either way I have to edit the created configuration manually, or there is a possibilty to create parent queues with the webconfigurator ? Yes, via the webConfigurator. Ah,

Re: [pfSense Support] Traffic shaper question + no parent problem

2005-10-09 Thread Bill Marquette
That's because you added them wrong and I'm not 100% positive the existing shaper will work in that configuration. Bottom line is that only the EZ-Shaper output is supported at this time. I'm working on more shaper changes (stuff that will likely break whatever custom stuff you do anyway), but I

Re: [pfSense Support] Traffic shaper question + no parent problem

2005-10-09 Thread Bill Marquette
PS. I'd be willing to answer any intelligent questions on the code in the meantime from anyone willing to work on making setups like this work. Hint, most of this will be XML setup in the wizard and making sure the code in /etc/inc/shaper.inc actually parses a queue tree with more than 2 levels

Re: [pfSense Support] Traffic shaper question + no parent problem

2005-10-09 Thread Bill Marquette
On 10/9/05, Szasz Revai Endre [EMAIL PROTECTED] wrote: So it should be possible to create 2 parentqueues(overall_lan,overall_wan), which under them would contain theactual shaper wizard config, or create 2 more separatequeues(overall_lan,overall_wan) aside from what the shaper wizard created.. It

Re: [pfSense Support] Traffic shaper question + no parent problem

2005-10-09 Thread Bill Marquette
On 10/9/05, Szasz Revai Endre [EMAIL PROTECTED] wrote: Okay, so I linked the qWanRoot and qLanRoot to the overallWan andoverallWan respectively, each of them being parent queues (parentsto the real root queue(hfsc))but this is the generated config(rules.debug )altq on fxp1 hfscqueue {qWANRoot

[pfSense Support] Traffic shaper question + no parent problem

2005-10-08 Thread Szasz Revai Endre
1) Is it possible, in the traffic shaper - to create another parent queue (parent to HFSC) - and to add some rules to this queue, so that traffic coming and going from specific ip adresses would go through this queue (which would have separate bandwidth)? My WAN consists of 2 types of speeds:

Re: [pfSense Support] Traffic shaper question + no parent problem

2005-10-08 Thread Scott Ullrich
On 10/8/05, Szasz Revai Endre [EMAIL PROTECTED] wrote: On 10/8/05, Scott Ullrich [EMAIL PROTECTED] wrote: Take a look at how the EZ Shaper wizard creates parent queues. Either way I have to edit the created configuration manually, or there is a possibilty to create parent queues with the