Equal Cost Multipath Routing With Mikrotik Router OS

Posted by Admin Tuesday, March 22, 2011 0 comments
This script demonstrates one method of doing automatic failover using the Netwatch function and using scripting to enable or disable gateways. This is probably not the most efficient way, but it works. I would welcome any input on how it can be improved. The situation: You have 2 lines going out to the internet - 10.0.0.12 and 10.0.0.13. You have setup a mangle to mark HTTP traffic (optional)...

AAA with Mikrotik + Microsoft IAS(Internet Authentication Service) & Active Directory

Posted by Admin 0 comments
Topolog Step by step : 1) Set Radius Client to Active Directory Server, in this case IAS is for Radius Server. [admin@MikroTik] /radius> add service=login,hotspot address=[ip address AD server] secret=123456 authentication-port=1812 accounting-port=1813 2) Make 2 groups, admin and viewer Admin : [admin@MikroTik] /user group> add name=admin policy=ftp,password,read,sensitive,ssh,test,winbox...

Mikrotik + Squid Web Proxy

Posted by Admin 1 comments
Mikrotik + Squid Web Proxy - Ip Addrees Configuration : 1. IP Mikrotik: - 192.168.10.15 = to local - 192.168.12.15 = to squid proxy - 192.168.5.181 = to public 2. IP squid (use IPCop) - 192.168.12.1 = squid proxy 3. IP Client: 192.168.10.0/24 Set web proxy port at ip cop with port 878 Set the cache e.g. 15M or 15000 Mikrotik configuration : Code: / ip address add address=192.168.5.181/24 network=192.168.5.0...

RB250GS Vlan Trunk Configuration

Posted by Admin Friday, March 11, 2011 0 comments
RB250GS Vlan Trunk Configuration - Below The Mikrotik RoutesOS Configuration, using one interface for trunk port to RB250...

Setting HSDPA Modem Huawei E220 On Mikrotik

Posted by Admin 0 comments
Plug USB Huawei E220 into mikrotik than we got: check to ensure the device work proper...

PPPoE Server Connection

Posted by Admin 1 comments
Choose PPP on Mikrotik Winbox Menu choose PPPoe Server tab 1. Click (+) , choose tab PPPoe server. 2. Service Name - optional 3. Interface – depend what interface you use it, in this we use Wireless 4 Max MTU / MRU : default 5. Default profile - pppoe wlan ( this is ip pool where range to include in pppoe server. ...

Prevent Self Interference With 3 Mini PCI in One Board

Posted by Admin 0 comments
To Prevent Self Interference With 3 Mini PCI in One Board, there is Adaptive Noise Immunity (ANI). There are 2 choises of ANI, ap-and-client-mode dan client-mode. Use ap-and-client-mode if the RB mode is ap-bridge Use client-mode if the RB mode is (mikrotik only) To Activate ANI tool i...

Queue Tree Share

Posted by Admin 0 comments
This article is about bandwidth share for users to get same average speed for each user. Queue Tree can make this prevent users to download that can spend lot of bandwidth and make other user can't use another bandwidth. Here's the configuration for inbound trafic...