Community discussions

MikroTik App

Search found 5 matches

by kilrathi
Tue Jan 28, 2014 11:40 pm
Forum: General
Topic: simple prerouting with port forward
Replies: 2
Views: 3725

Re: simple prerouting with port forward

With rules written as is you are forwarding all traffic from the 10.10.1.73/32 to 10.10.1.56. I'm assuming 10.10.1.56 is your squid proxy. What port is squid listening on? Right now your users on the 10.10.1.73/32 subnet are trying to talk to the server with default ports (80) etc. You need to setup...
by kilrathi
Tue Jan 28, 2014 7:02 pm
Forum: General
Topic: RouterOS & Squid (RB450)
Replies: 3
Views: 1739

Re: RouterOS & Squid (RB450)

I have an external proxy for my users as well. In this post I listed a few things i manged to do in order to redirect my users to the proxy server transparently. You do not have to use the build in web proxy on the mikrotik device. In my case I didn't want to spend the extra CPU power on my mikrotik...
by kilrathi
Tue Jan 28, 2014 6:45 pm
Forum: General
Topic: Firewall Filter: allow udp traffic?
Replies: 0
Views: 3775

Firewall Filter: allow udp traffic?

I've been digging through several guides as to "How to protect your router" etc. Most of the examples show to open the required ports and drop everything else. The one configuration line i don't understand is this one: /ip firewall filter add chain=input protocol=udp action=accept comment=...
by kilrathi
Thu Jan 09, 2014 7:34 am
Forum: Beginner Basics
Topic: Squid transparent proxy
Replies: 8
Views: 108430

Re: Squid transparent proxy

I found a better way to handle netflix traffic. The address list is fine, but after more digging i found a way to dynamically generate the list. This guide shows a queueing system for prioritizing or throttling video sites. I took his example and made it fit into my proxy forwarding solution. I'm st...
by kilrathi
Wed Jan 08, 2014 4:01 am
Forum: Beginner Basics
Topic: Squid transparent proxy
Replies: 8
Views: 108430

Re: Squid transparent proxy

I use an external squid transparent proxy for my clients. We recently switched to a RouterOS firewall and I discovered a great way to route traffic to my proxy without having to configure each client's proxy settings. I dug around on the internet and found this lovely guide that describes pretty clo...