Displaying 7 results from an estimated 7 matches for "10000mbps".
Did you mean:
1000mbps
2004 Oct 06
1
shape outbound ftp with 1 nic
...50000:65437 -j MARK --set-mark 20
iptables -t mangle -A MYSHAPER-OUT -m mark --mark 0 -j MARK --set-mark 26
# clear it
tc qdisc del dev eth0 root
#add the root qdisk
tc qdisc add dev eth0 root handle 1: htb default 26
#add main rate limit class
tc class add dev eth0 parent 1: classid 1:1 htb rate 10000mbps
#add leaf classes
tc class add dev eth0 parent 1:1 classid 1:26 htb rate 10000mbps
tc class add dev eth0 parent 1:1 classid 1:20 htb rate 39kbps
#filter traffic into classes
tc filter add dev eth0 parent 1:0 prio 0 protocol ip handle 20 fw flowid 1:20
tc filter add dev eth0 parent 1:0 prio 0 prot...
2004 Oct 07
2
shaping outbound ftp traffic on 1 nic not working properly
...;Why do you care about destination port?
>AFAIK, it shouldn''t affect your wants since you''re >not filtering on
>incoming traffic
I dont care about destination port. That line was commented. BUT, incoming transfers are being shaped for some reason.
>Is this legal?? 10000mbps?? Wow.. 10000*1E6?
I just did that to make sure lan traffic was not affected at all.
enire script for reference....
I am using the following script to limit my outbound traffic. This scipt runs on a box behind my firewall. It limits my outbound passive ftp traffic to 39K perfectly....just like...
2004 Oct 08
3
shaping outbound ftp traffic
...50000:51000 -j MARK --set-mark 20
iptables -t mangle -A MYSHAPER-OUT -m mark --mark 0 -j MARK --set-mark 26
# clear it
tc qdisc del dev eth0 root
#add the root qdisk
tc qdisc add dev eth0 root handle 1: htb default 26
#add main rate limit class
tc class add dev eth0 parent 1: classid 1:1 htb rate 10000mbps
#add leaf classes
tc class add dev eth0 parent 1:1 classid 1:26 htb rate 10000mbps
tc class add dev eth0 parent 1:1 classid 1:20 htb rate 39kbps
#filter traffic into classes
tc filter add dev eth0 parent 1:0 prio 0 protocol ip handle 20 fw flowid 1:20
tc filter add dev eth0 parent 1:0 prio 0 prot...
2004 Aug 25
0
shaping problems
...0000:65437 -j MARK
--set-mark 20
iptables -t mangle -A MYSHAPER-OUT -m mark --mark 0 -j MARK --set-mark 26
# clear it
tc qdisc del dev eth0 root
#add the root qdisk
tc qdisc add dev eth0 root handle 1: htb default 26
#add main rate limit class
tc class add dev eth0 parent 1: classid 1:1 htb rate 10000mbps
#add leaf classes
tc class add dev eth0 parent 1:1 classid 1:26 htb rate 10000mbps
tc class add dev eth0 parent 1:1 classid 1:20 htb rate 39kbps
#filter traffic into classes
tc filter add dev eth0 parent 1:0 prio 0 protocol ip handle 20 fw
flowid 1:20
tc filter add dev eth0 parent 1:0 prio 0 p...
2004 Aug 27
0
shaping outbound ftp without affecting inbound with 1 nic
...0000:65437 -j MARK
--set-mark 20
iptables -t mangle -A MYSHAPER-OUT -m mark --mark 0 -j MARK --set-mark 26
# clear it
tc qdisc del dev eth0 root
#add the root qdisk
tc qdisc add dev eth0 root handle 1: htb default 26
#add main rate limit class
tc class add dev eth0 parent 1: classid 1:1 htb rate 10000mbps
#add leaf classes
tc class add dev eth0 parent 1:1 classid 1:26 htb rate 10000mbps
tc class add dev eth0 parent 1:1 classid 1:20 htb rate 39kbps
#filter traffic into classes
tc filter add dev eth0 parent 1:0 prio 0 protocol ip handle 20 fw
flowid 1:20
tc filter add dev eth0 parent 1:0 prio 0 p...
2006 Jun 20
5
100 Mbps bandwidth
I just using around 7 years ago lan card, can the lan card support external 100 Mbps bandwidth on Shorewall ?
Thanks
_______________________________________
YM - 離線訊息
就算你沒有上網,你的朋友仍可以留下訊息給你,當你上網時就能立即看到,任何說話都冇走失。
http://messenger.yahoo.com.hk
2015 May 09
4
NFS performance on CentOS 7
I am setting up a file server with CentOS 7. I'm seeing
performance which is considerably slower than a similar
server running CentOS 6.6. A 3Gb directory can be copied
to/from the CentOS 6.6 server in about 50 seconds. The
same directory takes about 270 seconds to copy to/from
the CentOS 7 system.
I see the same performance difference with NFS mounted
file systems or using scp, so it