Loading
FOKUS Menyajikan Ulasan-Ulasan Bernuansa Berita Dan Gaya Hidup Terpercaya
Tampilkan postingan dengan label Mikrotik. Tampilkan semua postingan
Tampilkan postingan dengan label Mikrotik. Tampilkan semua postingan

Setup Mikrotik as Gateway Server

MikroTik RouterOS ™, a Linux operating system base is designated as a network router. Designed to provide convenience for its users. Administration can be done through a Windows application (WinBox). Besides the installation can be done on a Standard PC computer. PC that will be used as a router mikrotik did not require substantial resources for the use of standards, for example, only as a gateway. For the purposes of a large load (complex networks, complex routing, etc.) are advised to consider an adequate selection of PC resources.

Facilities on mikrotik are as follows:

* Protokoll routing RIP, OSPF, BGP.
* Statefull firewall
* HotSpot for Plug-and-Play access
* Winbox GUI remote admin
22.04 | 0 komentar | Read More

Internet Traffic Analysis With Mikrotik Torch

Internet is very slow when you feel used? The first question might be how does the speed of internet connection that I get to feel slow. The next step taken is to measure the speed of internet connection in our place with some of the tools available on the internet. Do not rush to blame the ISP if this incident happened, the first step is a self check on our network. It may seem a simple enough, but it is very important for analyzing the events that exist in our internet network.

How to do it? If we use the network gateway mikrotik then there are tools that have been provided to analyze traffic passing the Torch. Torch is a Real Time Traffic Monitor is used to analyze the flow of passing traffic on an interface (ethernet, wireless, vlan, etc.). On a linux system may be likened to tcpdump. By Using Torch, Menu Tools -> Torch can be analyzed any traffic that passed and how much.

Having identified and analyzed the causes of the problem for subsequent follow-up. Step-by-step analysis as follows:
1. Login Menu Tools -> Torch.
2. Select Interface, in this instance a WLAN (Hotspot Assumption).
3. Select Interface, In this example an ethernet (Network with Cable Assumption.
21.51 | 0 komentar | Read More

Schedule Task di Mikrotik

Schedule task in mikrotik script actually just runs the process automatically performed and scheduled at certain times. The script itself is also a command that is in mikrotik. The following examples assume we will break the internet connection at the office is closed (eg 16:00 Hours) and will connect again when the office is open (eg 08.00). This is done to avoid misuse of the Internet connection when away from the office administrator in a way that tida less noticeable.

There are many ways exactly can be done for the case above, among others:
1. Turn off the router by unplugging the power supply, less smooth way and look adminnya stingy: D.
2. Shutdown with shutdown script, this way requires every morning turn on the router.
3. Jalakan script to Disable Internet interface and Mengenable kembali.Cara will not be discussed first, because it does not have the discussion again.
The second way the steps are as follows:
- From the menu System -> Scripts, then emerged Windows Script List
- Click the + sign, emerging new windows script
- Fill in the name of the script eg shut, fill in the source / system shutdon. Click Apply and then Ok
- To perform the test, select the script shut and then click Run Script
- Turn the router .- It is time now to do the scheduling to execute this script.
- From the main menu click system -> the scheduler, will appear the windows scheduler
- Click the + sign, fill in the name eg shut, Start date Jun/30/2007 example, fill time 16:00:00 dikehendaki.Interval or any other time is the time interval
the script will run. For example will run every hour 16.00, mean 24-hour intervals. Fill 24:00:00:00
- Fill the event on the desired script name in this case is the script shut.Klik Ok. Just waiting for the script will run at the Third ditentukan.Cara
- Eg ethernet connected to the internet is ether1
- System -> script -> Click + -> name = die source = / disable the ethernet interface ether1 -> Click Ok
- Click the + again -> name = live sorce = / interface ethernet enable ether1 -> Click OK.
- Select masing2 script then Run Script, if you want to do the testing.
- Time to make the schedule
- Sytem -> Scheduler -> Click the + sign, name = die, eg date jun/30/2007 16:00:00 hours, every 24-hour intervals fill 24:00:00:00 or in accordance with the desired, filled Event On script to die.
- Schedule For the same pace of life, just diebedakan On event filled life and time, eg 24 08:00:00 jam.Selamat interval also try hopefully not confused.
21.41 | 0 komentar | Read More