Mikrotik Hotspot Bypass

Posted by Admin Wednesday, October 2, 2013 0 comments
Mikrotik Hotspot Bypass - To begin browsing, a client must go through a registration process with the provider and then enter a username and password in a browser Login window that appears on the attempt to open a webpage. 

Mikrotik Hotspot technology proposes providers to establish and administer a user database, which can be useful for such enterprises as airports, hotels or universities that offer wireless or Ethernet Internet connectivity to employees, students, guests or other groups of users as in.

By default mikrotik hotspot will proxy all traffic, even that of authenticated users. This will slow authenticated user traffic as well as make the CPU work harder on your router. To bypass this behavior you can use the following NAT rule:

/ip nat firewall
add chain=pre-hotspot dst-address=!local hotspot=auth action=accept

“local” should be set to your local subnet. Be sure to drag this rule to the top.

Block Facebook Content In Mikrotik

Posted by Admin Tuesday, July 31, 2012 5 comments


If your broadband network operates through a MiktroTik router, then you can block your children and others in your household from accessing Facebook. To do this, you must have WinBox, a console application that allows you to fine-tune all your MikroTik router settings.
With it, you can log directly into your router via your computer and then submit specific terminal commands to block any and all Facebook Internet content. Difficulty:
Easy Instructions
  1. Launch WinBox, and log in to your router account. 
  2. Click the "New Terminal" button in the left menu. 
  3. Type the following commands into the terminal, and press enter after typing each command:
/ip firewall filter add chain=forward content="facebook.com" action=drop comment="Drop Facebook" /ip firewall filter add chain=forward content="www.facebook.com" action=drop comment="Drop Facebook"

/ip firewall filter add chain=forward content="apps.facebook.com" action=drop comment="Drop Facebook"

/ip firewall filter add chain=forward content="facebook" action=drop comment="Drop Facebook" /ip firewall filter add chain=forward content="facebook.*" action=drop comment="Drop Facebook"

(www.wikiopens.com )

Mikrotik New Product RB2011L

Posted by Admin Thursday, June 28, 2012 0 comments
The mikrotik router RB2011 is a low cost multi port device series. Designed for indoor use, and available in many different cases, with a multitude of options. 

The RB2011L-IN is the most basic model, with five Gigabit ethernet ports, five Fast ethernet ports, power jack and PoE support. It comes in a metal indoor case. 

It’s powered by the new Atheros next generation 600MHz 74K MIPS network processor and has 64MB of RAM and a Level4 RouterOS license. Wall mount kit for network closet is available for purchase as an optional accessory.

That's it about mikrotik router RB2011.