Requires Immediate Help from a Mikrotik Gurus

Hello this is my first post!

lemme explain the scenario first.

i have successfully configured the router as a gateway.

i have 3 Ethernet interface in my mikrotik router

eth1 = 172.16.0.1/21 (LAN)
eth2 = 192.168.4.15/24, gateway = 192.168.4.1 (DSL)
eth3 = 192.168.100.2/24, gateway = 192.168.100.1 (Main Bandwidth)

Requirement:-

i want to configure my mikrotik router in a way that every LAN users when request any webpage it uses eth3 (Main Bandwidth) but when ever a client from LAN opens http://www.youtube.com or watch any video from http://www.youtube.com it dosen’t uses my main bandwidth but instead it should use my eth2 (DSL). In that way i could save significant amount of bandwidth (Main Bandwidth) for my other LAN users.

thanx

Requires Help as soon as possible

Policy routing can be used for your setup.
Add default gateway for main link, mark all youtube addresses with action=mark-routing in mangle, use mark-routing for second gateway.

Thanx for replying!

but could u be more specific i mean i am new to mikrotik :frowning: therefore i don’t know much about it if u may please could you define your last post with an example that you think could easily be understandable to a noob like me :smiley: in light of my described settings.