Displaying 20 results from an estimated 1000 matches similar to: "filter performance/optimization questions"
2006 Mar 02
7
counter-strike
Hi list!
I have a LAN server with Gentoo Linux. It''s a Pentium III at 1000 MHz
with 256 MB SDRAM.
I''ve implemented a QoS solution with HTB and SFQ.
Here is the diagram:
_______________________________________________________________________
1:--+----1:1 - [ counter-strike & icmp ] rate=1Mbit; ceil=1Mbit;
| prio 0; (u32 filter
2006 Mar 15
6
load balancing: per route or per interface?
Hi!
I''m doing load balancing for 5 dsl lines, each one with a dsl router
attached to a linux machine ethernet plug. The problem is that I''m
adding 15 more dsl lines, and I don''t have enough PCI slots in the
linux machine to sum up 20 ethernet plugs (I already have 2 quad
ethernet cards).
So I''m considering connecting all dsl routers and the linux machine to
a
2015 Oct 10
4
filesystem mounting fails at boot
_netdev
The filesystem resides on a device that requires network
access (used to prevent the system from attempting to mount these
filesystems until the network has been enabled on the system).
This device is not a network device (this a SAN not a NAS). To the OS it
looks like a normal SCSI attached device, it's /dev/sdb. In the blade
there is a HBA (Qlogic) card, and it's
2015 Oct 10
2
filesystem mounting fails at boot
Hi
I have an IBM blade with internal harddisks, in hardware RAID1. I've
installed a CentOS 6 64bit on it, everything works just fine.
After the installation, I've presented a vdisk to the blade from an
external SAN (an HP EVA4000), connected through FiberChannel. I've
partitioned the disk, formatted it and mounted it under /store, then
added it to fstab. Everything was fine, until I
2006 Feb 08
2
lartc site
[offtopic]
btw, is there something wrong with the domain?
i couldn''t reach the site, my browser said the hostname lartc.org (or
www.lartc.org) doesn''t exist, i had to dig up the ip address through whois,
lookups and stuff.
[/offtopic]
2005 Nov 29
5
Optimizing linux for the routing of realtime video
I''m currently trying to optimize a linux machine which acts as a Layer 3
router of RTP H.263 video. Occassionally I''ll get delays related to layer 2
wireless retries, thus rendering the video on the recieving end
stale/useless.
Is there way to optimize a linux machine to route realtime video? In my
case, losing a few frames of H.263 is better than having the video delayed
2015 Oct 10
1
filesystem mounting fails at boot
On 10/10/2015 05:03 PM, Barry Brimer wrote:
> On October 10, 2015 8:34:11 AM CDT, Imre Gergely <gimre at narancs.net> wrote:
>> _netdev
>> The filesystem resides on a device that requires network
>> access (used to prevent the system from attempting to mount these
>> filesystems until the network has been enabled on the system).
>>
>> This
2004 Jun 22
3
which is more appropiate for a ciber-cafe LAN ?
Jim diGriz''s QoS Script ?
http://www.digriz.org.uk/jdg-qos-script/
FairNat ?
http://www.metamorpher.de/fairnat/
other ??
bests
andres
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2006 Aug 11
1
cleartext password logging
hi
is it possible to somehow log cleartext passwords (preferably after the
authentication is done, and the user logged in)?
'auth_verbose = yes' doesn't seem to be enough.
i have dovecot 0.99.
thx.
2006 Jan 18
1
problems compiling
hi
i downloaded dovecot-1.0.beta1.tar.gz, did a rpmbuild -ta
dovecot-1.0.beta1.tar.gz (which uses the dovecot.spec from the tar.gz), and got
the following:
Making install in quota
make[3]: Entering directory
`/usr/src/gimre/rpm2/BUILD/dovecot-1.0.beta1/src/plugins/quota'
make[4]: Entering directory
`/usr/src/gimre/rpm2/BUILD/dovecot-1.0.beta1/src/plugins/quota'
mkdir -p --
2005 Dec 05
13
Theory test
Guys
Considering the festive season is upon us, thanks to everyone
contributing to the list and helping all the readers with your great
input! I don''t want to mention names, I''ll most certainly leave
someone out.
With this mail I''d like to test some theory on bandwidth management,
with my own successes and failures during the past year.
Sharing a link between 200
2004 May 10
8
Packet marking for ingress shapping and NET
Hi,
I have typical situation, local LAN with private addresses, translated
via NAT to internet. I need to shape ingress traffic (from internet to
local LAN) in several HTB queues accorting to destination (private not
public) IP. So I need mark packets to divide them to corresponding
queue. According to http://www.docum.org/stef.coene/qos/kptd/ I thing I
have only one way how to do it, because
2004 May 20
7
New Qdisc - How to
Hello Lartc''s users,
This is my first contact.
I''m trying to implement a new queue discipline based on bfifo schedule.
I search on internet but there are some problem(s) that I don''t Know how to
solve them and that''s why I''m here asking for your help.
Well,
These were my steps for the implementation:
- Put the new qdisc routine
2007 Jun 24
5
ESFQ: request for user input
Hello,
I haven''t been keeping up with sending ESFQ [ANNOUNCE] messages to this
list, but I''ve still been working on the patch. If you''re curious about
recent changes, take a look at the home page, ChangeLog, and README:
http://fatooh.org/esfq-2.6/
http://fatooh.org/esfq-2.6/current/ChangeLog
http://fatooh.org/esfq-2.6/current/README
Meanwhile, I''m interested
2005 Oct 15
5
esfq ? or wrr ?
Hi
If I have a HTB class with 128kbit, and I want to
put "N" users in that class ( in order to share
bandwidth fairly ) ,
which is better for me ? esfq (hash dst) or wrr ?
I would attach esfq or wrr to HTB parent class.
Also I''ve readed on Jim script that over WRR put
a RED qdisc, but I don''t understand it.
bests
andres
2007 Feb 11
8
Is ESFQ working?
Hi there, i am trying to shape a network for a college dorms...
INTERNET---- ETH0--------Nat Box-------ETH1--------LAN
I have set up classes of traffic (HTTP, FTP, MAIL, IM, OTHER) and i have
assigned a rate for everyone with a HTB qdisc. The limit based in traffic is
working flawlessly.
However, under every HTB class i have set up a ESFQ queue discipline with hash
value set to
2006 Apr 12
7
ESFQ not so fair?
Hello!
I am using since yesterday ESFQ instead of N HTB queues. It mostly
works OK, but when somebody is using one single sesion (for example
downloading file via FTP), it gets weird speed. For example it is 20
kilobytes pres second, then drops down to 9, then 20 again, and then
slowly to 0 and stops. But when using download accelererator of some
kind or bittorrent client which uses many
2004 Aug 17
2
esfq hash type
Hi
I have a small lan (10.0.0.0/8) behind my linux box. I use MASQUERADE to allow
users connects to internet.
I set up an esfq qdisc for outgoing traffic. And there is a little
question. Does source hash type in esfq recognize NATed local ip''s?
--
Pozdrawiam
Marcin mailto:slacklist@op.pl
_______________________________________________
LARTC mailing
2005 Apr 01
2
[ANNOUNCE] ESFQ for Linux 2.6.12-rc1
http://fatooh.org/esfq-2.6/
http://fatooh.org/esfq-2.6/esfq-2.6.12-rc1.tar.gz
This version no longer interferes with the original SFQ; unlike previous
versions, you can still use an unpatched tc with SFQ. Patching tc is
still needed for ESFQ, though. I''ve tested this patch with Linux 2.6.11
as well.
Please tell me if you have any problems. I''m subscribed to lartc again.
-Corey
2006 Dec 06
19
Iptables matching on IFB
Hey folks,
I stumbled across the Mastershaper project
( http://www.mastershaper.org/ ) but I have a little problem:
I wanted to shape the traffic coming from the router itself aswell as
coming from the LAN behind the router, for that task I need IMQ, but
with IMQ iptables-(layer7)-matching is not possible. Now I''ve talked
with the programmer and he said the following:
>The problem is