<div dir="ltr">Hi Costa,<div>thanks for the second mail, I will try that.</div><div>It's great to see there is such good and fast support for FireQOS/Firehol :) We use firehol on about 10 servers at my company, it's the easiest Linux firewall ever! :)</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/4 Tsaousis, Costa <span dir="ltr"><<a href="mailto:costa@tsaousis.gr" target="_blank">costa@tsaousis.gr</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<br>
I resubmit my response (I didn't include the list previously).<br>
<br>
You cannot use hostnames in FireQOS. It works in layer 3 (just<br>
network). What you ask is layer 7. The only way to do something like<br>
that is squid.<br>
<br>
I think however, you should not have an issue with big downloads, at<br>
least if you download just 1 thing at a time. The bandwidth will be<br>
spread between your download and the web surfing.<br>
<br>
Let me also add this: You can benefit a little the new sockets, by<br>
moving the synacks class, before/above the surfing class. This will<br>
allow new surfing sockets to be preferred over the packets already<br>
running. However, the packets carrying data will still be competing<br>
with each other. The sfq qdisc added by FireQOS will try to balance<br>
the sockets though. Your big download will not monopolize all the<br>
bandwidth.<br>
<br>
Costa<br>
<br>
2013/11/3 Florian Schröck <<a href="mailto:floschroeck@gmail.com">floschroeck@gmail.com</a>>:<br>
> Hello again,<br>
> with the ifb module it is working now! Is there a way i can classify<br>
> high-volume HTTP downloads, eg. by the target domain, maybe even with a<br>
> wildcard - like *.<a href="http://somehost.com" target="_blank">somehost.com</a>?<br>
> To keep surfing smooth while a big download is running.<br>
><br>
> Thanks!<br>
><br>
><br>
> 2013/11/2 Florian Schröck <<a href="mailto:floschroeck@gmail.com">floschroeck@gmail.com</a>><br>
>><br>
>> Hello Costa,<br>
>> thanks for the fast reply!<br>
>><br>
>> Indeed there is no ifb module. I'm runinng Raspberian, a Debian variant:<br>
>> Linux raspberrypi 3.6.11 #1 PREEMPT Sat Sep 21 21:12:11 CEST 2013 armv6l<br>
>> GNU/Linux<br>
>><br>
>> I'm recompiling my kernel with ifb enabled now. This takes a day on the<br>
>> Raspberry Pi though ;)<br>
>><br>
>><br>
>><br>
>> 2013/11/2 Tsaousis, Costa <<a href="mailto:costa@tsaousis.gr">costa@tsaousis.gr</a>><br>
>>><br>
>>> Hi Florian,<br>
>>><br>
>>> Thanks for trying FireQOS.<br>
>>><br>
>>> It seems that your kernel does not have the IFB module. What distro<br>
>>> are you using? Which kernel version?<br>
>>><br>
>>> To verify you don't have IFB in kernel, fo this:<br>
>>><br>
>>> # modprobe ifb<br>
>>><br>
>>> does it work?<br>
>>><br>
>>> Without IFB in your kernel, you are limited to use FireQOS for traffic<br>
>>> control on the output of interfaces only. Copy and paste only the<br>
>>> output interface to see it working.<br>
>>><br>
>>> Regards,<br>
>>><br>
>>> 2013/11/2 Florian Schröck <<a href="mailto:floschroeck@gmail.com">floschroeck@gmail.com</a>>:<br>
>>> > Hello,<br>
>>> > I was looking for a traffic shaping solution for my home network and i<br>
>>> > love<br>
>>> > firehol i stumbled upon fireqos. To get started i just pasted the<br>
>>> > complete<br>
>>> > example from the howto and changed the DEVICE=ppp0 and the speeds.<br>
>>> > ppp0 is my PPPoE device on my raspberry pi from a german DSL provider.<br>
>>> > But<br>
>>> > at the start i just get the errors below. Can somebody point me in the<br>
>>> > right<br>
>>> > direction?<br>
>>> > Thank you!<br>
>>> ><br>
>>> > FireQOS $Id: 3bd5794f2e29d2748784acd5d7810d54ba1e99e2 $<br>
>>> > (C) 2013 Costa Tsaousis, GPL<br>
>>> ><br>
>>> ><br>
>>> > : interface ppp0 world-in input rate 14000kbit adsl local<br>
>>> > pppoe-llcCannot<br>
>>> > find device "ppp0-ifb"<br>
>>> ><br>
>>> > FAILED: Cannot bring device ppp0-ifb UP.<br>
>>> > FAILED TO ACTIVATE TRAFFIC CONTROL.<br>
>>> ><br>
>>> > Clearing failed interface: world-in (ppp0 input => ppp0-ifb)...<br>
>>> ><br>
>>> >          ppp0-ifb: ./<a href="http://fireqos.in" target="_blank">fireqos.in</a>: line 334: interface_inout: command not<br>
>>> > found<br>
>>> > cleared traffic control<br>
>>> >          ppp0-ifb: removed IFB device<br>
>>> ><br>
>>> > No traffic control is operational by FireQOS<br>
>>> ><br>
>>> > bye...<br>
>>> ><br>
>>> ><br>
>>> > _______________________________________________<br>
>>> > Firehol-support mailing list<br>
>>> > <a href="mailto:Firehol-support@lists.firehol.org">Firehol-support@lists.firehol.org</a><br>
>>> > <a href="http://lists.firehol.org/mailman/listinfo/firehol-support" target="_blank">http://lists.firehol.org/mailman/listinfo/firehol-support</a><br>
>><br>
>><br>
><br>
</blockquote></div><br></div>