Displaying 20 results from an estimated 100 matches similar to: "Script for metropolitan"
2013 Jan 10
1
[LLVMdev] LLVM Instruction to ICmpInst conversion
Hello !
I want some piece of advice regarding a LLVM pass. My particular problem is:
There is a method
bool patternDC::runOnFunction(Function &F) {
...
if ( CC->operEquiv(icmpInstrArray[i], icmpInstrArray[j]) ) {...}
...
}
having the array elements of type Instruction* :
http://llvm.org/doxygen/classllvm_1_1Instruction.html
The called method is
bool
2005 Sep 28
1
Control Trafic
Hi !
I have an error in this script as it is not working and I can''t figure out what that is.
Anyone can help?
Thanks!
#!/bin/bash
### unitati de masura pt debit
# kbps - kilobytes per second
# mbps - megabytes per second
# kbit - kilbits per second
# mbit - megabits per second
EXT_IF="eth0"
INT_IF="eth1"
TC=/sbin/tc
IPTABLES=/sbin/iptables
# RATE
2005 Jun 29
1
Romania metropolitan
OOPS <blush>
http://vcalinus.gemenii.ro/quaggarealms.html
is what should have been posted by me...
This deals with the metropolitan / other issues, I think. I can''t read
it...
--
gypsy
2005 Oct 01
0
Re: RE: Control Traffic
Hi Andreas!
I mainly understand what you mean, I tried to fix something on the script, I don''t know if I did it well.
Can you take another look on it please and if is wrong to make the corrections directly on it so that I see where the mistake is...
With this script I want to make limits for IP class 85.120.48.0/25 for international traffic in 256 KBps classes and for metropolitan
2005 Jun 28
0
Re: Questin regarding HTB
Yes sure here they are:
The first one that i have received 2day and does not work almost at all:
#!/bin/bash
ETH_IN="eth1"
ETH_OUT="eth0"
BANDA_TOTALA="2Mbit"
# pentru neclasificati ar trebui sa fie banda minima - 1k - aici ar trebui
sa ajunga trafic necunoscut,
# care nu e organizat in shape-uri
BANDA_NECLASIFICATI="8kbit"
#Shape generale
/sbin/tc
2012 Nov 18
0
[LLVMdev] ...Preturi mici,mici,mici...
Nu poti citi acest newsletter? Acceseaza versiunea online http://www.vanzariatxcomputers.ro/vm.php?m=8aff0f51fcf8db4eaed46c13193e8465&c=9b9dbd23ff0112b4abc8d81f577c7b10
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121118/159c82af/attachment.html>
2006 Mar 31
2
__Very__ Low Bandwidth
I am using the script below to simulate a very low bandwidth connection.
I found that I could turn the bandwidth knob down to about 4kbit, but
below that I didn''t get any traffic through. I''ve had a look at this
generally, but couldn''t find an answer. It doesn''t even seem like the
first reply packet gets through. I have tried it with much bigger
buffers,
2003 Dec 03
12
$100 USD to the first person that can provide the rules/scripts that will solve the QOS latency & bandwidth allocation issue !!!!
To stress the urgency and importance of my questions, I am willing to
pay $100 to the first person that can provide me with the scripts/ rules
that will work in my SnapGear firewalls that will solve the problems I
am having.
Please see the following post:
Linux QOS and prioritization of real-time data (RTP/VoIP)
Thank you!
2004 Jun 09
2
SFQ with Per Flow Caps
I''d like to implement something like SFQ, but with a cap of a rate per
flow. Essentially, I''d like to be able to limit citrix connections to
30KBps without having an overall traffic flow cap for all citrix
connections. Slightly preferable to this would be something that would
actually work per flow instead of the stochastic algorithm.
Is this possible?
Thanks,
Bill
--
2002 Jun 06
1
parameter of htb
tc qdisc add dev eth0 root handle 1: htb default 12
tc class add dev eth0 parent 1: classid 1:10 rate
30kbps ceil 100kbps burst 2k
tc class add dev eth0 parent 1: classid 1:11 rate
10kbps ceil 100kbps burst 2k
tc class add dev eth0 parent 1: classid 1:12 rate
60kbps ceil 100kbps burst 2k
tc filter add dev eth0 protocol ip parent 1:0 prio 1
u32 match ip src 172.16.11.2 flowid 1:10
i login
2005 May 14
1
Strange HFSC behavior - bug? my misconfiguration/lack of knowledge?
Hi
I''m moving to hfcs (mostly succesfuly:) ), but I''ve encountered a strange
problem: When I download something from this server using wget (one thread)
via an idle uplink, I get no more than 130 kbit/s, and when I''m using
prozilla (or start more wgets), I get about 200 kbit, but still it''s not all
the link can do (240) - the rest remamins unused.
Is this
2005 Nov 04
4
Latency/burst problem with HTB
Hi all :)
I''m new to this list, as I''m new too to traffic shaping ;) I''ve
set up an FTP server in my ADSL line and I wanted it to serve as fast
as possible as long as I don''t use my outgoing ADSL bandwidth, and
I''m currently using HTB for that (succesfully, I must add).
The problem is (when the FTP server is serving higher than its
2003 Apr 23
1
cbq.init
About the cbq.init. Four machines which traffic to limit in same LAN.
Is the samething if I put limiting rules to four different files or all to
the same file? Like:
DEVICE=eth0,10Mbit,1Mbit
RATE=64Kbit
WEIGHT=6Kbit
PRIO=5
RULE=192.168.0.5
RULE=192.168.0.6
RULE=192.168.0.7
RULE=192.168.0.8
OR four equal files with different IPs, Ids and no PARENT rule?
What style of ID numbering you use if
2006 Jan 08
1
unexpected drop
Hello everybody,
I have a Linux router with an ethernet adapter and a ADSL device.
My router has a GRE tunnel connected to a remote IP address.
Using "tc" I have configured 3 different classes:
1. 290kbit rate (used for Voip Services)
2. 180kbit rate (used for GRE tunnel)
3. 80kbit rate (for generic data traffic)
For each class, using "iperf", I send some data from a PC
2005 May 26
2
Leaky bucket in TC
Hi,
I am trying to control bandwidths of the connections by using TC with
HTB. But I want to implement Leaky Bucket on this structure so as to
have a straight flow.
Due to being new in this area, could anyone help me how I could do this?
Does TC support leaky bucket?
Best regards,
Fatih Duzova
2002 Jun 18
7
Better filtering to a class
Dear all,
I want to make a filter for all IRC-Dalnet traffic, so I want to put all
traffic for port 6660, 6661, 6662, 6663, 6664, 6665, 6666, 6667, 6668, 6669,
7000, 7001, 7002, and 8000 to a class. So, I create a TC script as below.
I''m sure, it is not effective, and we can write it in simpler.
I need help, how to make my script below are simpler.
The simpler, the better.
Thank you
2005 Mar 15
1
Traffic Shaping multiple incoming broadband sources?
Hi, complete newb and I apologise for it.
I have a setup where my linux box has multiple broadband connection where I am routing certain things over certain interfaces, currently 2 links eth2 is a 1500/256 and eth3 is a 512/512, eth0 is the link to the LAN for users. What I am trying to do is traffic shape the information going out eth0 to the local users by the interface the traffic arrived
2006 Jan 13
0
HTB not shaping correctly ? (or bad scripts...)
Hello to everybody,
We have an ADSL link with uplink speed of 530kbit, the goal is to divide the
traffic into three classes,
let say A, B and C.
A data rate of 240kbps must be guaratee to class A.
The remaing rate must be assigned: at least 180kbit to class B and at least
80kbit to class C.
The unused band of class A must be given to class B and C (if needed)
The unused band of class B must be
2003 Nov 13
1
HTB traffic shaping + squid cache proxy
Hello!
My system is:
Internet ADSL(PPPoE) ---> ppp0 [LINUX server(router)] eth0 ---> LAN
Server(router) is running on LINUX Slackware 8.1. I have recompiled a
2.4.22 kernel, enabled all QoS support in the kernel config,
including HTB. My ADSL bandwidth is 256Kbit/s for download and
64Kbit/s for upload.
I use the following HTB+IPTABLES configuration, because I want to
reduce bandwith for
2020 May 29
0
network disconnection after several hours
I will check with firewall-cmd.
Regarding hardware problem I have doubt as we use VMWare (but I keep in a corner of my mind).At this moment, we have compiled kernel and have installed it and have tried 4 restore passed.We need to do more tests and understand why 4 restores passed.
Thanks
Thomas Poty
Le jeudi 28 mai 2020 ? 23:58:22 UTC+2, hw <hw at adminart.net> a ?crit :
On