Hi,
I recently received a letter from my ISP claiming my connection was at risk due to my routers configuration regarding open DNS,
they asked me to go to http://www.thinkbroadband.com/tools/dnscheck.html i ran their test & my connection failed the test
How can i resolve this or what settings to i need to configure as im struggling to configure this router, although i have it working
the bandwidth speeds are also varying, if i remove the mikrotik, i get a rock solid 160mb, but when using the mikrotik i get anywhere
from 12mb - 160mb
Even though you’re not using MikroTik anymore (which is a pity though) I’d like to answer your questions
The open DNS service issue would have been easily resolved with two simple firewall rules, dropping tcp & udp packets coming in from your WAN interface on port 53. This makes your DNS only available from your internal network and hides it to the outside world.
The bandwidth issue you were seeing is most likely a CPU issue on the CRS. It’s just not powerful enough to handle the bementioned bandwidth with firewall rules ans NAT. Remember it’s basically a switch (which is a a really good deal for its features compared to the price you’re paying).
Why TCP if DNS questions are UDP based ? As some servers fall to TCP if UDP is dropped.
There are many discussions what is better: to drop or to reject connections ?
I am rejecting TCP as IMHO routers could (!!) trace that information and learn to kill packets before they reach my router. If you DROP then your router is simple blackhole for the rest of the world.
But this could also expose your router to (D)DoS attacks.
I tend to use tarpit on TCP ports as it not only ignores requests but also binds attackers’/abusers’ resources…
-Chris
this forum has a nice feature called - search. There you could find a lot of articles some of them even includes examples on what exactly has to be done and vast explanations on why and how that is happening. Even more elaborate than one cdiedrich gave.
also, you have to have 3 approved posts to post without moderation on this forum.