Displaying 6 results from an estimated 6 matches for "11mbit".
Did you mean:
10mbit
2006 Apr 16
9
how to do probabilistic packet loss in kernel?
Hi,
I am using iproute2 to setup fowarding, adding routes like "ip route add 192.168.1.3 via 192.168.1.2"
I was wondering where in the kernel I can insert probabilistic packet loss only for forwarded packets? So that for instance I can drop 5% of all forwarded packets?
I don''t need help with the actual code, just need help finding where to insert this code :)
Thanks!
George
2003 Mar 03
5
Re: 2.4.20 htb3 oops
...cript:
#!/bin/sh
for DEV in eth0.123 eth1
do
tc qdisc del dev $DEV root
tc qdisc add dev $DEV root handle 1: htb
# Total
tc class add dev $DEV parent 1:0 classid 1:1 htb rate 12Mbit
# Default class
tc class add dev $DEV parent 1:1 classid 1:2 htb rate 11Mbit
# Filesharing traffic
tc class add dev $DEV parent 1:1 classid 1:3 htb rate 512Kbit
# ICMP (Highest priority - on customer''s request, not ours)
tc class add dev $DEV parent 1:1 classid 1:4 htb rate 512Kbit \
prio 0
tc qdisc add dev $DEV parent 1:2 ha...
2003 Oct 05
1
Slooooow Samba problem
Hi,
I'm new to Linux (and therefore Samba), and I'm working on setting up a
Linux machine to act as a simple file server for my home network. (I've got
a couple of Windows NT/XP laptops that will need to connect to it.)
So far, I've got it working by setting up a guest account and having my NT
machines log in as the guest with the guest password. I've set guest ok =
yes and
2005 May 24
4
Custom kernel needed for ndiswrapper? (for Linksys WPC54G wireless pcmcia)
Greetings:
I'm just installed Centos-4 on an IBM T-21 laptop. So far so good. Now
I'd like to pop in a wireless lan adapter. I'm looking at a buying a
Linksys WPC54G adapter (although I haven't done so yet).
After doing some searching, it looks like the best way to get this card
working is via ndiswrapper [http://ndiswrapper.sourceforge.net] and then
to use Windoze
2007 Sep 11
11
[Bug 1360] New: Connection aborted on large data -R transfer
http://bugzilla.mindrot.org/show_bug.cgi?id=1360
Summary: Connection aborted on large data -R transfer
Product: Portable OpenSSH
Version: 4.7p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: ssh
AssignedTo: bitbucket at mindrot.org
ReportedBy: t8m at
2010 Mar 18
13
ZFS/OSOL/Firewire...
An interesting thing I just noticed here testing out some Firewire drives with OpenSolaris.
Setup :
OpenSolaris 2009.06 and a dev version (snv_129)
2 500Gb Firewire 400 drives with integrated hubs for daisy-chaining (net: 4 devices on the chain)
- one SATA bridge
- one PATA bridge
Created a zpool with both drives as simple vdevs
Started a zfs send/recv to backup a local filesystem
Watching