Community discussions

MikroTik App
 
helium
just joined
Topic Author
Posts: 10
Joined: Wed Oct 26, 2005 4:07 am

weproxy

Fri Feb 10, 2006 11:13 pm

Hello
Someone got problems with transparant proxy?
-MSN, Skype.... massangers doesent work.
any solution?
 
User avatar
raulborda
just joined
Posts: 11
Joined: Tue Nov 01, 2005 8:57 pm
Location: Argentina
Contact:

Re: weproxy

Sat Feb 11, 2006 1:11 am

Hello
Someone got problems with transparant proxy?
-MSN, Skype.... massangers doesent work.
any solution?
You need to configure NAT or socks proxy, webproxy is only for ports 80, 443 and few others.
 
User avatar
djape
Member
Member
Posts: 465
Joined: Sat Nov 06, 2004 7:54 pm
Location: Serbia

Sat Feb 11, 2006 11:54 am

You should just redirect all traffic to port 80 to proxy, everything else should be going without proxy...

Cheers...
 
helium
just joined
Topic Author
Posts: 10
Joined: Wed Oct 26, 2005 4:07 am

Sat Feb 11, 2006 7:23 pm

Is that mean when i create NAT redirect rule insted dst-port=80 i create rule dst-port=0-65535 or do not put ant protocol: (that is all by default)?

Create some rule for examples of your meaning.
 
User avatar
djape
Member
Member
Posts: 465
Joined: Sat Nov 06, 2004 7:54 pm
Location: Serbia

Sun Feb 12, 2006 2:27 pm

It's all in the Manual, but I'll post example anyway.

Let's assume your gateway's address is 10.0.0.1 and you configured web proxy on port 3128 and set it to be Transparent (ip web-proxy)
Now you should add following rule in ip firewall nat :
add chain=dstnat dst-address=!10.0.0.1 protocol=tcp dst-port=80 action=redirect to-ports=3128
This way, all requests to port 80 (http) will go through proxy meaning that your users will be forced to use http traffic through proxy no matter they want it or not.
Note that this is only for http traffic! You can't redirect all traffic to proxy!

Cheers...

Who is online

Users browsing this forum: anav, Bing [Bot] and 233 guests