search for: shapped

Displaying 20 results from an estimated 221 matches for "shapped".

Did you mean: shaped
2000 Oct 07
2
Possible bug in apply()
In the course of applying Shapiro-Wilk to 100,000 samples of 60 items from 100,000 different distributions, I encountered a fatal error in apply(). This can be reconstructed as follows, using the attached data file distr.dat containing 2 lines of my original 100,000-line file: > version _ platform Windows arch x86 os Win32 system x86, Win32 status
2005 Nov 09
1
Problems with Shapiro Wilk's test of normality.
Hi, I am trying to create a table with information from Shapiro Wilk's test of normality. However, it fails due to lack of sample size, it says, but the way I see it, this is not a problem. (See the table of sample sizes (almost) at the bottom). Applying a different function using a similar ftable call is not a problem (See the bottom table). This is R 2.1.0 on Linux (Gentoo). /Fredrik
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
2008 Aug 25
1
Specifying random effects distribution in glmer()
I'm trying to figure out how to carry out a Poisson regression fit to longitudinal data with a gamma distribution with unknown shape and scale parameters. I've tried the 'lmer4' package's glmer() function, which fits the Poisson regression using: library('lme4') fit5<- glmer(seizures ~ time + progabide + timeXprog + offset(lnPeriod) + (1|id), data=pdata,
2007 Feb 14
5
Bandwidth shapping device
I have a link to a building (e.g. 10Mb/s) and want to split up the bandwidth to different users. Each user should get e.g., 512kB/s plus 256kB/s dedicated for VoIP. What kind of device can I use for that ? (managing switch ??? which one?) bye Ronald Wiplinger
2005 Dec 26
1
Uplink shapping
Hi everyone, I''m controling the uplink traffic bandwidth between two ethernet linux computers, but it seems like even the download bandwidth gets limited then i''ve got trouble on that because my intention is  shaping the conection on an asymetric way (ADSL).  Lately, I''m going crazy, this problem has got me pretty worried and i''m not figuring out at all, the
2007 Sep 18
0
Got stuck when a traffic shapping script
Hi there list, I got stuck when making tc rules to divide bandwidth between RDP client and the rest of our Internet traffic. Given the following problem: We have a school with around 900 students and staff in a temporary location (an old wodka factory ;)) on around 100 workstations. The maximum bandwidth we could get was 1536 kbit. So we decided to let the staff work in our normal network via
2005 Mar 21
1
Shapping IP Traffic on an Embedded System (Non Linux)
Just joined this mailing list to find out if it''s possible to get my hands on the source code for a Traffic Control Algorithm like HTB. I want to shoe horn it into a router which is not running a Linux Operating system but I''d like to see if I can get open source code and compile it into the system. Anybody got any ideas? Thanks a million for any help
2004 Nov 25
0
Shapping traffic
Dear sirs, I have the following situation: I need to prioritize traffic as this: Higher priority UDP traffic from VoIP servers, Medium priority http port 80, low priority SMTP & POP ports 25 & 110. Now, we run OSPF & BGP with Zebra routers on at least 8 different routers before going out to the Backbone provider. As I understand, the problem with Zebra is that only hold 1
2007 Mar 14
1
Trafic Shapping on alias interface/vlan
Hi i don''t understand if i can add Trafic Shaping on a Alias ... I have a lot of Interface with Vlan and i want add QoS on ... i have put into tcdevices: eth1.2002 1900kbit 1900kbit eth1.2003 1900kbit 1900kbit eth1.2004 1900kbit 1900kbit eth1.2005 1900kbit 1900kbit but after i have read this: You may NOT specify the name of an alias (e.g.,
2007 Jan 08
3
How can I do traffic shapping for passive ftp ?
Hello I''ve setuped a bridge with iptables + layer + ipp2p + tc I don''t know how to shape passive ftp ? If I put rules on port 20, 21 or using layer 7 iptables accounting still empty ... When I done a tcpdump I can see that othe port than 20 or 21 are used ... Any Ideas of how I can achieve this ? Regards
2006 May 05
2
Matching interface using U32(?)
...connection. If i put the same rule to an IP (i set an ip into client) this rule works but into pppoe conection it did not work properly. Someone has some tip to match the interface that the conection is coming from? Like I wanna match all traffic coming from ppp0 and going throw eth0 to be shapped?! There is anyway to make this work? Att, Nataniel Klug
2013 Jul 24
3
PingTimeout
Hello list, I use tinc with QOS, and since some weeks I got problem with tunnel disconnection because the default "Pingtimeout" of 5 sec is reach. I think it happens because of the QOS shappe the tinc traffic (data here) to let some BP for VOIP, but whate is very strange is that the ICMP protocol is not include in the shapping, so tinc would never 'see' latency on the link,
2006 Feb 25
3
Bandwidth limiting and shaping
Hi, I have a client that is looking for an solution to do bandwidth monitoring and traffic shapping. I would like to use Centos if possible, but I need somthing that has a GUI so they can easily make changes and updates. It would have to be ip based or mac address. What would you suggest. I have looked a Ipcop and smoothwall as solutions so far. Thanks
2011 Jan 14
1
QOS Wishes
Hello all, It would be a great feature if QOS could be implemented in Tinc. It's not to do any sort of comparison, but with OpenVPN, the traffic can be shapped. In the way that tinc works as mesh VPN, the great feature would be to fix a shapping value on each nodes, known and respected by each others. (like MPLS does) As an exemple, you've got 3 nodes A,B and C, you want Tinc flows on A node only use 1000kbits on your link, even if B and C send simul...
2006 Mar 29
9
Ftp upload shaping 2 ISP\'s problems....
I would lilke to shape upload ftp bandwidth in a dual ISP setup [shorewall show connections] tcp 6 431215 ESTABLISHED src=192.168.2.89 dst=83.xxx.xxx.23 sport=1487 dport=21 src=83.xxx.xxx.23 dst=10.0.11.2 sport=21 dport=1487 [ASSURED] use=2 mark=1 [tcdevices] #INTERFACE IN-BANDWITH OUT-BANDWIDTH $EIF 970kbit 245kbit $LIF 970kbit 245kbit
2005 Apr 07
5
question about correct way of shapping
Hi Guys After reading http://lartc.org/lartc.html#LARTC.QDISC http://www.docum.org/docum.org/ http://tldp.org/HOWTO/Traffic-Control-HOWTO/ http://www.opalsoft.net/qos/DS-21.htm and a wonderful figure from: http://www.opalsoft.net/qos/ds-lb-214.gif I have a newbie question. Suposse next figure: <--- up 128K internet ----- dsl ---------------------eth1 -Linux Qos- eth0 ------ LAN
2005 Jan 12
1
Good pratice with a Linux Gateway / Traffic Shapping
Hi, I am the network administrator of my company, I know quite well Windows networking and a few about Linux and its amazing routing and QOS capabilities. Right now, we have a bustable T1, which mean that the bill increase with out T1 use. I have decided to find a way to shape the traffic so I can stay at a raisonable speed of 256 kb/s (Up/down) on my T1. I have linux gateway with 2 nics behind a
2004 Sep 02
3
Traffic shapping Bug ?
hello , i''m currently trying to set-up Traffic Shapping with Shorewall and I have strong feelings that I found a bug. I may be mistaken, but I tried everything and can''t get it to work. I''ve turned ON TC_ENABLED=Yes and CLEAR_TC=Yes when i start shorewall ( shorewall start ), i get this message : Setting up Traffic Control Rules... TC Rule "2 eth1 0.0.0.0/0 tcp
2006 Aug 16
4
How to bypass traffic control for one IP
Hi all, i have a problem: i have an adsl modem that is connected to internet. I can''t manage this modem. Between my PC and the modem i have a linux firewall that make the NAT and the traffic shapping. I have create a script that limit the bandwidth of the "external" interface of the firewall so i can manage my bandwidth for my internet application. The problem is that i need to