Tue Oct 02, 2007 10:45 am
i create this rules ... still not working
mangle rules
0 chain=forward src-address-list=bandwidth dst-address-list=bandwidth action=mark-connection
new-connection-mark=limit_conn passthrough=yes
1 chain=forward connection-mark=limit_conn action=mark-packet new-packet-mark=nolimit passthrough=yes
2 chain=forward connection-mark=!limit_conn action=mark-packet new-packet-mark=other passthrough=yes
addresses list
2 bandwidth 125.209.91.254
3 bandwidth 202.163.112.0/24
4 bandwidth 202.163.118.0/24
5 bandwidth 208.101.37.0/24
Queue Tree
name="nolimit-down" parent=ether3 packet-mark=nolimit limit-at=0 queue=nolimit-down priority=8 max-limit=0
burst-limit=0 burst-threshold=0 burst-time=0s
name="nolimit-up" parent=ether3 packet-mark=nolimit limit-at=0 queue=nolimit-up priority=8 max-limit=0 burst-limit=0
burst-threshold=0 burst-time=0s
Queue Type
name="nolimit-down" kind=pcq pcq-rate=512000 pcq-limit=50 pcq-classifier=dst-address pcq-total-limit=2000
name="nolimit-up" kind=pcq pcq-rate=512000 pcq-limit=50 pcq-classifier=src-address pcq-total-limit=2000