similar to: adsl on/off

Displaying 20 results from an estimated 2000 matches similar to: "adsl on/off"

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 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 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 Jan 13
1
simple(?!?) source routing
Hi, I''ve set up a Linux box with redhat on to act as an internet gateway and I''m running into a few problems. Its got two adsl modems connected to it, both connected to seperate 512kbs lines. Now I''ve followed the simple source routing in the advanced routing howto to the letter but it doesnt work. I''ve got it autoconnecting on startup and redhat puts ppp1
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 Jan 07
4
Again,Bandwidth&htb
Good Day All Just 2 questions on htb 1,My Wan link is on eth1 and my Lan on eth0,where do I put my htb on?I want to limit web serving and ftp ens. 2.Im going to use the u32 filter.Can I use sub-netting for IP,i.o.w where src is can I do 192.168.1.0/24? Thanks and Please Help Eddie _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl
2004 Jan 08
2
transparently passing url requests to local servers sharing ip?
hey, i''m hoping there''s someone out there that can help me out... i found http://lartc.org/howto/index.html through a friend who was trying to help with something i''m trying to accomplish. for various practical and educational reasons, i have a few servers set up on my home network, all running apache on various operating systems, all accessible through port
2004 Apr 27
4
Real IP behind SNAT
Hi. I was asked to put a real IP behind a linux router is doing static NAT for an internal network. Internet (gateway) | | | eth0 = real IP ----------------- L I N U X ROUTER ----------------- eth1 = private IP | | | eth0 = real IP ----------------- Wireless Access Point -----------------
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 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 Feb 06
3
Multiple uplinks - load balancing
Hello! I have set up a LINUX router with two seperate uplinks to do load balancing. I made all the configuration after the "NANO-HOWTO to use more than one independent Internet connection" document. I patched my 2.4.24 kernel with patches, described in this document. My configuration is: --------------------------------------------------------------- #!/bin/bash
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
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 Feb 24
2
Forward Stepwise regression based on partial F test
I am hoping to get some advise on the following: I am looking for an automatic variable selection procedure to reduce the number of potential predictor variables (~ 50) in a multiple regression model. I would be interested to use the forward stepwise regression using the partial F test. I have looked into possible R-functions but could not find this particular approach. There is a function
2010 Jan 10
1
ADSL ppp0, persist
Hello guys, I have two ISP's connected to my router. One via eth2, second one via ADSL modem, with ppoe doing on my Centos 5 . The problem I have is, that when ADSL fails , interface ppp0 is removed. This also removes my static routes configured for this interface. I do not want that, as I have load balancing configured and default route is removed when ppp0 interface disapears. This is my
2003 Sep 25
2
FW: RE: AntiSpam UOL
Every time I send an e-mail to the * list, I receive this "AntiSpam UOL" E-mail. is anybody else experiencing the same? How can I get rid of it? Uriel -----Original Message----- From: AntiSpam UOL [mailto:andersoncbr.sspam@uol.com.br] Sent: Wednesday, September 24, 2003 11:51 PM To: uriel@adelphia.net Subject: RE:RE: [Asterisk-Users] SIP / GrandStream Configuration Ol?,
2003 Sep 29
1
RE: Asterisk list a SPAMer (uol.com.br), I think not ...
All, seems I too am suffering from posts to the list and being accused of SPAMing .... -----Original Message----- From: AntiSpam UOL [mailto:andersoncbr.sspam@uol.com.br] Sent: 26 September 2003 20:48 To: alow@prioritytelecom.com Subject: RE:RE: [Asterisk-Users] RTP routing.. <http://antispam.uol.com.br> <http://mail.i.uol.com.br/tirateima_txt.gif>
2007 May 07
2
adsl-setup (compaq presario sr5010nx)
I just bought a new cheap compaq presario sr5010nx and so far have been unable to get my dsl up and running on Centos5. pppoeconf on Ubuntu works just fine -- same machine -- same harddrive. I've run adsl-setup and system-config-network? (separately) numerous times without success. So far I suspect a missing driver but suppose it could also be a detection issue. Suggestions or workarounds