-->

Berita Kocar Kacir

Motivasi Menulis

Creating a Router with MikrotikOs ™

When given the task of finding material on the Router, I was looking at his uncle (google), ehh not accidentally met with his name MikrotikOS ™ or commonly referred to with Mikrotik only. His name is also fun, I downloaded the file in Mikrotik.co.id, the file is big-very big only about 21 Mb. Apparently the name mikrotik tuh Operating System that functions only to make the router only. Here are the steps:


A. Download here first: http://mikrotik.co.id/download.php, mending use the latest version I think it was a 3.15, but mending looking for a version crack it, can be found at Uncle (google)

2. Burn iso file earlier in the cd, you can use an application such as nero or other burning applications, but remember to burn at select: Image Burn!, Remember do not forget to burn the image!.

3. Install into your computer, great mikrotik can be used in older computers n old school, no need to require a high specification, etc. .... like this picture

Welcome to MikroTik Router Software installation

Move around menu using 'p' and 'n' or arrow keys, select with 'spacebar'.
Select all with 'a', minimum with 'm'. Press 'i' to install locally or 'r' to
install remote router or 'q' to cancel and reboot.

[X] system [] isdn [] synchronous
[X] ppp [] lcd [] telephony
[X] dhcp [] ntp [] ups
[X] advanced-tools [] radiolan [] web-proxy
[] Arlan [] routerboard [] wireless
[] Gps [X] routing
[] Hotspot [X] security



Select the check is in, but you can add at will then continue the process of installation requirements

4. Login with username: admin, password immediately press Enter, and you can make with this router, it's easy to change the password, type the command> password and enter your old password and enter a new password

The next step is to configure the Router so please note the first, you need 2 LAN card, the one associated with the internet (ether1) and another one related to the LAN (ether2). And also I put the IP number is that I use in LAB TKJ in school, can be replaced as needed. But first of all devices such as cables, client, even the internet connection must be installed before, do check that the cable we use is really OK, that was wrong yes please kremping again> _ <"


* IP Configuration

Set IP for each ethernet card ²

ip address add address = 192.168.10.52/24 interface = ether1

ip address add address = 192.168.13.1/24 interface = ether2

To display the results of the above command type the following command:

ip address print
then try to ping any computer in LAN ie: ping 192.168.13.27

* Adding Routing

ip route add gateway = 192.168.10.1

* Configure DNS

ip dns set primary-dns = 208.67.222.222 allow-remote-requests = yes
ip dns set secondary-dns = 208.67.220.220 allow-remote-requests = yes

After that try to test the connection with ping google.com

* Configure Network Address Translation / Masquerade
Functions that existing computer on the LAN can connect to the Internet

ip firewall nat add chain = srcnat action = masquerade out-interface = ether1

and from the LAN computers try to ping google.com, if successful Thank God that failed Syukurillah Wa ...

* DHCP (Dynamic Host Configuration Protocol)
If you want to be more practical to divide the IP address, easy to use DHCP and let aja practical

ip pool add name = dhcp-pool ranges = 192.168.13.2-192.168.13.254

ip dhcp-server network add address = 192.168.10.0/24 gateway = 192.168.10.1 dns-server = 202.134.1.10,202.134.0.155

ip dhcp-server add name = DHCP_LAN disabled = no interface = ether2 address-pool = dhcp-pool

Tests via computer in the LAN by using DHCP, if you've managed to survive
Labels: Network

Thanks for reading Creating a Router with MikrotikOs ™. Please share...!

0 Komentar untuk "Creating a Router with MikrotikOs ™"

Back To Top