Community discussions

MikroTik App

Search found 3 matches

by ken2005
Sat Jan 24, 2009 9:41 am
Forum: General
Topic: How to redirect to external proxy
Replies: 30
Views: 46626

Re: How to redirect to external proxy

try out this:
iptables -t nat -nvL
by ken2005
Fri Jan 23, 2009 3:18 pm
Forum: General
Topic: How to redirect to external proxy
Replies: 30
Views: 46626

Re: How to redirect to external proxy

What to do, if Squid box is crash? In my sample we are go directly automated ;) It's more important for me and really Transparent.
by ken2005
Fri Jan 23, 2009 12:41 pm
Forum: General
Topic: How to redirect to external proxy
Replies: 30
Views: 46626

Re: How to redirect to external proxy

This is working good for me: Mikrotik config (Sample) / ip firewall address-list add list=transp-proxy address=10.0.0.0/24 comment="Transparent proxy users" \ disabled=no add list=squid-always-direct address= 69.17.117.207/32 comment="speedtest.net \ always direct!" disabled=no /...