wan1 = ether1
wan2 = ether2
lan = ether3
i want to add youtube route to ether2
and all other traffic to ether1
can anyone tell me youtube routes
wan1 = ether1
wan2 = ether2
lan = ether3
i want to add youtube route to ether2
and all other traffic to ether1
can anyone tell me youtube routes
if u work with load balance
http://forum.mikrotik.com/t/problem-load-balancing-with-zynga-poker/37233/22
Mr.kazanova
i need youtube routes !!!
what’s a youtube route ? ![]()
route www.youtube.com to specific gatway
need to maker address name not ip address
You cannot reference domain names in the firewall.
And you cannot use l7 inspection because for TCP traffic the three-way handshake is going to run before any data is passed that you can match at l7 on. At that point it is too late to switch circuits because the NAT flow already exists and cannot be changed.
You cannot do what you want to do without either:
a) knowledge of all IP addresses YouTube uses
b) a proxy server
c) globally routable IP addresses behind the router making the circuit decision that can pass through both circuits. In that scenario you will still have no control over what circuit downstream from the server to the client will be coming in through.