Community discussions

MikroTik App
 
vahid023
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 63
Joined: Mon Sep 13, 2010 1:14 pm

access to some sites at high speed

Thu Feb 17, 2011 10:08 am

hi all
i want to my users that connect with pppoe and hotspot can access to 192.168.88.100 with speed at 5mbps(only this address)
the users ip pool is 192.192.192.0/24
192.168.88.100 is connected to ether2 and
192.192.192.0/24 is connected to ether1
 
bronco1980
Frequent Visitor
Frequent Visitor
Posts: 63
Joined: Wed Jul 22, 2009 5:02 pm

Re: access to some sites at high speed

Sun Feb 20, 2011 12:50 pm

1st mark the packet: IP/FIREWALL/MANGLE
chain=forward action=mark-packet new-packet-mark=HTTP-FULL passthrough=no dst-address=192.168.88.100 dst-port=80
protocol=tcp
AND THEN USE QUEUE TREE:
name="HTTP-QUEUE" parent=global-out packet-mark=HTTP-FULL limit-at=5M queue=default priority=1 max-limit=5M burst-limit=0 burst-threshold=0 burst-time=0s
 
vahid023
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 63
Joined: Mon Sep 13, 2010 1:14 pm

Re: access to some sites at high speed

Sun Feb 20, 2011 6:14 pm

1st mark the packet: IP/FIREWALL/MANGLE
chain=forward action=mark-packet new-packet-mark=HTTP-FULL passthrough=no dst-address=192.168.88.100 dst-port=80
protocol=tcp
AND THEN USE QUEUE TREE:
name="HTTP-QUEUE" parent=global-out packet-mark=HTTP-FULL limit-at=5M queue=default priority=1 max-limit=5M burst-limit=0 burst-threshold=0 burst-time=0s
thank you so much. its ok! i recieved my answer

Who is online

Users browsing this forum: iotopia and 45 guests