Redirect Facebook to another ISP

Hi all,
i want only facebook go second Isp 192.168.45.50
[admin@Fast] ip address> print

Flags: X - disabled, I - invalid, D - dynamic 
 #   ADDRESS                 NETWORK         BROADCAST       INTERFACE            
 0   192.32.32.2/24        192.32.32.0     192.32.32.255       Fake                 
 1   14.14.14.1/24         14.14.14.0      14.14.14.255         Real                 
 2   10.1.0.28/24            10.1.0.0        10.1.0.255            Real
3     192.168.45.50/24  192.168.45.0   192.168.45.255      Real1

[admin@Fast] ip route> print

Flags: X - disabled, A - active, D - dynamic, 
C - connect, S - static, r - rip, b - bgp, o - ospf 
 #     DST-ADDRESS        PREF-SRC        G GATEWAY         DIS
 0 ADC 10.1.0.0/24        10.1.0.28      
   1 ADC 192.168.45.0/24       192.168.45.1
13 ADC 192.32.32.0/24     192.32.32.2    
14 A S 0.0.0.0/0                          r 10.1.0.254

[admin@Fast] ip firewall nat> print

Flags: X - disabled, I - invalid, D - dynamic 
 0   chain=srcnat action=masquerad

best regards

try to use this script

/ip route add gateway=“from your ISP” dst-address=“facebook IP”

hope can help… but i thing this is useless… :frowning: sorry… still noob :frowning:

Example:
if a user connect if he we want to visit http://www.google.com ,http://www.hotmail.com…etc it must go to ISP1
only http://www.facebook.com go to ISP2


best regards