I can only suggest to do a binary search on the DOWNLINK variable to see if and where it starts to affect your connection.
Alex Alexander wrote: > Ok, thats easy. > > Basic topology of my network: > > 384/128 ADSL ROUTER --- (ethernet 192.168.1.0/24) --- eth1 : LINUX ROUTER : > eth0 --- (ethernet 192.168.2.0/24) --- LINKSYS SWITCH > > linux box has "ipmasq" package to auto-set-up iptables NAT rules... tried > Shorewall too with same results. > > routemaster:~/wondershaper# ifconfig: > > eth0 Link encap:Ethernet HWaddr 00:50:FC:84:56:9D > inet addr:192.168.2.1 Bcast:192.168.2.255 Mask:255.255.255.0 > inet6 addr: fe80::250:fcff:fe84:569d/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:1284781 errors:0 dropped:0 overruns:0 frame:0 > TX packets:2049060 errors:0 dropped:0 overruns:2 carrier:0 > collisions:0 txqueuelen:30 > RX bytes:179793611 (171.4 MiB) TX bytes:1413927320 (1.3 GiB) > Interrupt:11 Base address:0xa400 > > eth1 Link encap:Ethernet HWaddr 00:80:48:E6:F9:F8 > inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0 > inet6 addr: fe80::280:48ff:fee6:f9f8/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:2315790 errors:0 dropped:0 overruns:0 frame:0 > TX packets:1706335 errors:0 dropped:0 overruns:0 carrier:0 > collisions:890 txqueuelen:1000 > RX bytes:1149945401 (1.0 GiB) TX bytes:358042555 (341.4 MiB) > Interrupt:5 Base address:0xa000 > > > routemaster:~/wondershaper# ./wshaper.htb status > > qdisc pfifo_fast 0: bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 > Sent 14965880 bytes 110452 pkts (dropped 0, overlimits 0) > > > routemaster:~/wondershaper# head wshaper.htb > (...) > DOWNLINK=350 > UPLINK=96 > DEV=eth1 [...] > Next I tried to lower the values in wshaper.htb... > > DOWNLINK=300 > UPLINK=80 ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
