Page 1 of 1
access to some sites at high speed
Posted: Thu Feb 17, 2011 10:08 am
by vahid023
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
Re: access to some sites at high speed
Posted: Sun Feb 20, 2011 12:50 pm
by bronco1980
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
Re: access to some sites at high speed
Posted: Sun Feb 20, 2011 6:14 pm
by vahid023
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