Hi,
I use CBQ for internet bandwidth shaping. my internet connection diagram like this . . . .
ISP
|
|
eth1 - 195.xxx.xxx.xxx
|
Server
|
eth0 - 192.168.0.1
|
|
Local Network
|
CBQ conf file like this....
Quote:
DEVICE=eth0,10Mbit,1Mbit
RATE=80Kbit
WEIGHT=5Kbit
PRIO=5
RULE=192.168.0.0/24
|
it is work. but when I try to download something from My Server 192.168.0.1 this rule also apply. but I want, when user download something from 192.168.0.1 they get full bandwidth, and when they download something from INTERNET they get 80Kbit. for this I change DEVICE eth1 from eth0 like this . .
Quote:
DEVICE=eth1,10Mbit,1Mbit
RATE=80Kbit
WEIGHT=5Kbit
PRIO=5
RULE=192.168.0.0/24
|
but this won't work. pls help me to fix this problem.