Redirect all non specified url requests to one ip address.

Hi there

I am running mikrotik dns relay on one of my rb750g routers. I have added a few urls that redirect people to internal servers.
I would like to know can i redirect all url request that has not been added to the dns list to one ip address?

For example when people try to go to www.google.com then they will be redirected to www.mysite.com

Sounds like this would be much easier done with a Hotspot (unauthenticated users always get redirected to the login page, which in turn can redirect to any arbitrary URL). You can still via DNS fake out any IP address and allow traffic to them.

well, for wildcard entry, you may use “.*” address, but it will override all the rest (as of v4.6) independently of the order of static entries…