dear all
i want to limit p2p and give it a specific amount of bandwidth, and give http higher bandwidth and priority.
i have used this example: http://wiki.mikrotik.com/wiki/TransparentTrafficShaper
but the target is for 10.0.0.12/32 , what i want to do is to give the whole users 512k for http only.
how can i change from the client ip (10.0.0.12/32) as in the example to the whole subnet of mine which is (10.10.10.1/32)
10x
Equis
March 26, 2007, 4:05am
2
10.10.10.0/24 (at a guess if your subnet has 255 hosts)
normis
March 26, 2007, 10:49am
4
you want each user to get a certain limit? you will either have to add one queue for each user, or use PCQ.
if we didn’t understand your question properly, please clarify
Equis
March 26, 2007, 11:48am
5
How many hosts has you subnet?
When I use pcq I do not specifiy a target, just mark connections/packects and put pcq on the whole interface (your side)
That gets every host on cold side of router
hi
what i want is to give the whole users 768k for http port 80 and 256k for others.
i have 15 users. every one is given a specific bandwith in simple queue with target address to his ip.
each user has 128k down & 24k up.
10x again