Displaying 2 results from an estimated 2 matches for "68mbit".
Did you mean:
8mbit
2007 Sep 18
1
htb on Gigabit Interfaces
...qdisc add dev eth1 root handle 1:0 htb
/sbin/tc class add dev eth0 parent 1:0 classid 1:1 htb rate 150mbit quantum 30000
/sbin/tc class add dev eth1 parent 1:0 classid 1:1 htb rate 150mbit quantum 30000
#second customer download
/sbin/tc class add dev eth0 parent 1:0 classid 1:2 htb rate 68mbit ceil 68mbit quantum 30000
#seconf customer upload
/sbin/tc class add dev eth1 parent 1:0 classid 1:2 htb rate 68000kbit ceil 68000kbit quantum 30000
# first customer download
/sbin/tc class add dev eth0 parent 1:0 classid 1:3 htb rate 34mbit ceil 34mbit quantum 30000
# first customer upload...
2005 Feb 16
2
Windows share "bridge"
...e so my boss will be fine. I set the machine up -
everything went very smoothly. It works actually quite fine right now.
The only thing that bothers me is that it's very slow. Of course I
suspected it would be not as fast as without the "bridge" but:
Data transfer without bridge: ~68Mbit/s
Data transfer with bridge: ~23Mbit/s
Data transfer with bridge not using samba but ftp to serve the share:
~38Mbit/s
Data transfer was unchanged when applying some samba tweaks suggested by
this book: http://www.oreilly.com/catalog/samba/chapter/book/appb.pdf.
Though I guess it's somewhat...