Community discussions

MikroTik App
 
aRTx
just joined
Topic Author
Posts: 16
Joined: Wed May 28, 2008 11:30 am

How to redirect ...

Fri May 30, 2008 12:58 pm

If the PC Client behind the MiktortikOS want to visit http://www.xyz.com the MIKROTIK will redirect to http://www.abc.com.
How to do it?
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 27013
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: How to redirect ...

Fri May 30, 2008 1:45 pm

you have to use transparent proxy for the clients, and then use the proxy access list to do redirects as you want.
 
User avatar
awamex
newbie
Posts: 25
Joined: Sat Apr 26, 2008 12:23 am
Location: Cancún
Contact:

Re: How to redirect ...

Sat May 31, 2008 8:00 pm

Enable the web proxy, you don't need modify nothing in the web proxy then go to firewall and do the next step:

1.- Into the NAT section add
chain: dst-nat
protocol: tcp
dst-port: 80
action= redirect
to-port:8080

2.-Back to webproxy panel and add the rule.