how to redirect some sites to an external proxy

dear all

i want to redirect some sites for example youtube to an to external proxy.

if a user of MT wants to download a video from youtube, MT must redirect him to 192.168.0.2:3128 to let him have it.
can somebody tell me how?

10x in advanced

make a new DST-NAT rule with a certain dst-address (youtube server). if this address would be requested, action “dst-nat” would redirect it to an external proxy

Hi,

This may help you. it is address list that contains quite few youtube, redtube, metacafe and youporn servers, you can make DNAT ruiles for these destination IPs or you can add static routes towards your proxy:

/ip firewall address-list
add address=208.117.224.0/24 comment=“” disabled=no list=Youtube
add address=208.117.225.0/24 comment=“” disabled=no list=Youtube
add address=208.117.228.0/24 comment=“” disabled=no list=Youtube
add address=208.117.229.0/24 comment=“” disabled=no list=Youtube
add address=208.117.232.0/24 comment=“” disabled=no list=Youtube
add address=208.117.233.0/24 comment=“” disabled=no list=Youtube
add address=208.117.234.0/24 comment=“” disabled=no list=Youtube
add address=208.117.238.0/24 comment=“” disabled=no list=Youtube
add address=208.65.152.0/24 comment=“” disabled=no list=Youtube
add address=208.65.153.0/24 comment=“” disabled=no list=Youtube
add address=208.65.154.0/24 comment=“” disabled=no list=Youtube
add address=64.15.112.0/20 comment=“” disabled=no list=Youtube
add address=208.117.236.0/24 comment=“” disabled=no list=Youtube
add address=74.125.96.0/19 comment=“” disabled=no list=Youtube
add address=72.14.221.0/24 comment=“” disabled=no list=Youtube
add address=84.53.128.0/18 comment=Redtube disabled=no list=Youtube
add address=87.248.192.0/19 comment=Youporn disabled=no list=Youtube
add address=216.155.128.0/19 comment=Redtube disabled=no list=Youtube
add address=208.73.208.0/21 comment=Redtube disabled=no list=Youtube
add address=66.55.140.0/23 comment=Redtube disabled=no list=Youtube
add address=74.125.13.0/24 comment=“” disabled=no list=Youtube

Regards


Faton

maybe http://www.robtex.com/as/as36561.html could help