hello friends
I’m new in mikrotik and I’ve configured a hap recently for my small office.
I have 3 PPTP network and I write 3 different static route for each gateway base on destination ip addresses.
but I want to setup a dynamic route based on cheeking gateway by domain.
for example I want to visit “site1.local” so:
ping “site1.local” through gateway1 if we have reply from so send request to gw1
elseif we have no reply check gateway2
ping “site1.local” through gateway2 if we have reply from so send request to gw2
elseif we have no reply check gateway3
ping “site1.local” through gateway3 if we have reply from so send request to gw3
elseif we have no reply send feedback to user
Is there any way to do same??
Thanks and I appreciate for your help.