Displaying 20 results from an estimated 800 matches similar to: "CBQ REPORT"
2004 Apr 01
3
Control Bandwidth
Hi all,
I need a little help, i am studing htb to control user
bandwidth (download/upload) and I made a script as
below to test. I am testing using ttcp tool from by
linux box to other linux (192.168.200.51).
my box <---- Linux = more than 128kbit
mybot -----> Linux = get 128kbit
But I want to control both ways, what am I missing?
script:
EXTIF=eth0
INTIF=eth1
TC=/sbin/tc
DOWN=128
2004 Sep 03
1
bandwidth management
Hi all,
I have a firewall central which a control the
download/upload bandwidth with cbq of 9 differents
networks. Now i need some help from you. I would like
to use mrtg+snmp to reports these bandwidth to show per
ip, how? any idea? tips?
Thanks in advance,
Anderson
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua
2003 Dec 24
2
Re:Routing for Squid
Hi asa,
You can make a script to ping your internet gateway
every 5 minutes and if it´s down it automatically switch
the default route do gateway 2. You set a script to run
x time with cron job.
[]´s
Anderson
> hi all,
>
> i''m using squid as a proxy server, and have 2 gateway f
or internet access,
> currently i''m using 1 gateway for the internet access,
if
2004 Jan 15
2
Fw: Re:simple(?!?) source routing
Hi,
Thanks for the reply. Thats where the problem starts. If I set ppp0 as
the
default gw the internet doesnt work anymore. This is how im doing it...
route del default
route add default gw 217.32.81.74 dev ppp0
if I put it back to ppp1...
route del default
route add default gw 217.32.68.73 dev ppp1
It works fine again. Whats up with that?
Cheers,
Chris
----- Original Message
2004 Jul 02
1
Compiling Gastman for Win32
Hi!
I'm trying to compile the gastman?s sources with the
vc++(6.0) and to the Borland C++(1.0), but when I
compile these sources shows many erros like, there
aren?t Libraries and funtions necessaries. I tried to
get these at the Internet but I didn?t get all and
somethings with erros.
I would like to know with there is a path with all
libraries necessary to compile the gastman and how
2004 Jun 23
1
anova
Could someone please tell me if it is a way to define
the number of decimals (for example 4 digits) in a
presentation of anova() results. I couldn't apply round
()function.
Thanks in advance.
Alex
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ?? gr??tis!
http://antipopup.uol.com.br/
2004 Jul 01
1
I run mkfs.ext3 in hda1 but I want to make undo. How do it?
Hello linuxers!!!
I have a problem. I did format using mkfs.ext3
in /dev/hda1, and it's wrong. I want to format hda2.
Now I lost all datas. How can I recover my hda1???
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ? gr?tis!
http://antipopup.uol.com.br/
2004 Jul 01
0
I run mkfs.ext3 in a partition and I want make undo, how do it?
I use mkfs.ext3 in /dev/hda1, but was to use
in /dev/hda3. Exist recover for this? How to do?
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - ? gr?tis!
http://antipopup.uol.com.br/
2005 May 03
5
Step wise regression
Dear Fellows,
How can I do to proced a step wise regression in R, if it´s possible ?
Thanks,
Walmir
__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br/
[[alternative HTML version deleted]]
2005 Mar 09
1
(no subject)
Hi,
I am a beginner in Icecast, and I?d thank you if I had a little help from you guys.
I?m already able to send audio data from WinAmp (2.95) with Oddcast (Dec 14, 2004) to Icecast (2.2.0). No problems up to here.
However, when I go to URL in order to hear it, Windows Media Player (9 series) buffers and plays only a few seconds of audio.
I am in Windows XP (Service Pack 2).
Do you know what
2005 Mar 10
2
(no subject)
Mike,
I?m streaming LAME ones (MP3), mountpoint is live.mp3 and URL is http://169.254.31.193:8000/live.mp3
Thanks a lot,
D?nis
-x-
From"Michael Smith" mlrsmith@gmail.com
To"Denis Paschoalinoto" denisp@uol.com.br
Cc"icecast" icecast@xiph.org
DateThu, 10 Mar 2005 14:20:54 +1100
SubjectRe: [Icecast] (no subject)
> On Thu, 10 Mar 2005 00:08:42 -0300, Denis
2004 Dec 14
0
Problems with samba
Hi,i have the following problems with a try print a document using cups/samba to print in windows 2000 machine.
When i try print the file, i have the following error:
E [14/Dec/2004:16:45:29 -0200] [Job 6] Unable to connect to SAMBA host, will retry in 60 seconds...ERROR: SMB tree connect failed: NT_STATUS_ACCESS_DENIED
E [14/Dec/2004:16:45:57 -0200] [Job 5] Unable to connect to SAMBA host, will
2004 Nov 30
0
glmmPQL
Dear listmembers,
I've adjusted a mixed model with glmmPQL:
nulo<-glmmPQL(POS~1,random=~1|GRUPO, family=binomial, data=new)
and I've reched the following results:
Linear mixed-effects model fit by maximum likelihood
Data: new
AIC BIC logLik
53238.5 53260.74 -26616.25
Random effects:
Formula: ~1 | GRUPO
(Intercept) Residual
StdDev: 0.3402137 0.9952645
2004 May 11
2
lags and differences
Dear all, could someone please clarify me if this
works, so as to implement lags and differences for
example in y and in a independent x1 of a regression?
model<-lm((diff(y), -i)~x1+lag(x1,-1), data=anydata)
Thanks, a lot,
Alexandre.
---------- In??cio da mensagem original -----------
De: r-help-bounces at stat.math.ethz.ch
Para: r-help at stat.math.ethz.ch
Cc:
2004 Jan 27
7
Whats wrong with my script?
I`m trying to shape both upload (eth0) and download(eth1). I made this
script to acomplishthis but the filters are not working even though the
classes and qdiscs are created. What am I doing wrong? #!/bin/bash
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1 htb default 10 r2q 5
tc qdisc del dev eth1 root
tc qdisc add dev eth1 root handle 1 htb default 10 r2q 5
tc class add dev
2004 Jul 12
0
"help"
---------- In?cio da mensagem original -----------
De: asterisk-users-admin@lists.digium.com
Para: asterisk-users@lists.digium.com
Cc:
Data: Mon, 12 Jul 2004 11:48:05 -0500
Assunto: Asterisk-Users digest, Vol 1 #4502 - 11 msgs
> Send Asterisk-Users mailing list submissions to
> asterisk-users@lists.digium.com
>
> To subscribe or unsubscribe via the World Wide
2004 Jan 04
3
problem whith htb script
Hi all && happy new Year ;)
I''m try to made a script for shaping my outgoing traffic, but it doesn''t
work fine.
The script work good if all packets go thru the default class, but, if I
try to send packets by other class, the packes doesn''t go by this class
go also by the default class.
This script is installed in a router linux with ip masquerading for the
2004 Jan 09
2
ap 450
Good dat all
I have a Lucent AP450
I''m havin trouble administratin it with the web interface under
linux.Under windows all seem to be 100 but the menus is not showing
under linux.I dont think this is a ap proble maybe a mozilla.I dont
know.Anyone have the same problem?
Thanks
Eddie
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2004 Feb 03
1
RE: limiting p2p
Interesante !!
lo probaste con 2.4 ? o 2.6 ?
-> -----Mensaje original-----
-> De: Esteban Ribicic [mailto:esteban@dejawu.com.ar]
-> Enviado el: Lunes, 02 de Febrero de 2004 08:11 p.m.
-> Para: ''ThE PhP_KiD''
-> Asunto: RE: [LARTC] limiting p2p
->
->
-> Probaste layering 7 matching?
->
->
-> -----Mensaje original-----
-> De:
2004 Feb 02
2
adsl on/off
Good day all
Now I''m from South-Africa,here we have adsl router/modems
You set the router to do the dialup and authentication and the set it as
your gateways box''s gateway.Now sometimes the links gets drop and is off
for a while.Are there any way,for linux,my gateway of letting me now
that the link was/is down.Note that the box is not dialing so there is
no adsl-status.
What I