How can i redirect Link In Mikrotik OS.
Like i want that When Users Open www.abc.com its redirect to my local ip http:// 10.0.0.1
Thanks In Advance.
How can i redirect Link In Mikrotik OS.
Like i want that When Users Open www.abc.com its redirect to my local ip http:// 10.0.0.1
Thanks In Advance.
follow this and it should work.
/ip proxy set enabled=yes
/ip proxy access add scr-address"xx.xx.xx.xx/xx" dst-address"www.abc.com" action=deny redirect-to=“your-URL”
Ben
Thanks Alot Bens.
This Rule Work For Me.
Thanks Again.