Free Configure MIKROTIK ROUTER OS Tutorial Download

Second : We can use the small tools from mikrotik with Grapic user Interface,The tools is a magic tools, Mikrotik give the name as Winbox . But on this article i will guide you to setting up the router Os with the first methode. Unfortunetly with this methode you will setup the router with command line interface. But don't worry, you can copy paste my configuration for the first time before you understand the command line function.
If you copy-paste my configuration, Make sure the Network topology on your home is same as with this tutorials.
For the first : Setting up your DSL Modems or your internet connection with this parametre :
Modem Ip/ Internet Ip : 192.168.1.1
Your Laptop/workstation IP : 192.168.0.10
We will start the configuration :
Explanation :
-System identity is a identity of aour routers, you can change with what ever you want
- Ip address 192.168.1.2 is an Ip address which will comunicated with the Modems Ip to the internet
- Ip address 192.168.0.1 is a default gateway for the client/your computers
- Ether1 is an interface, you must connetcting the Modems with the UTP cable to ether1 port
- Ether2 is an interface which connecting your laptops or your PC client/switch. Remember, you must be connecting with this port if you wanna conect to the internet with your pc.
Next step : Add the internet gateway
add comment="" disabled=yes distance=1 dst-address=0.0.0.0/0 gateway=\
192.168.1.1 is your Modems Ip
Next : DNS Setup
Before i show you the next steps, you must test your connection with ping command to the DNS servers :
If the DNS replayed , you have been succed to configure the router to cominicate with the DNS servers and Internet.
As long as, your router have been succes to comincating with the internet, But your computer Can;t do it. We must create the rules to NAT the Internet to your computers.
You should to change your ip address configuration on your laptops to the static IP.
for the exmaple :
Previous:Install and Download Mikrotik Router OS
No comments:
Post a Comment
If This Post is Helpful for you Please comments and Share.