configure a mikrotik router
03.03
Edit
Learn how to configure a mikrotik router doesn't need advance knowledge of networking. in general all we need only a physical router, a power adaptor also electrical source, a stright utp/stp for connecting your device in to your mikrotik router board. once again let's prepare these :
- a physical MikroTik Routerboard such a rb750 include power adaptor or any type of MikroTik routerboard.
- use stright utp/stp cable, just seek & buy it from any of online shop around the world.
- a device in this moment we use a HP Probook with windows 7 installed.
- Internet source.
- Let's download winbox first for GUI, or just download from here.
- then set up your ipv4 address at your will. we recomend to use ipv4 class c, 192.168.20.10 with subnet 255.255.255.0 so there are 253 ip left just use one for Mikrotik Routerboard later.
- power up your mikrotik routerboard wait for about 2 minutes until it ready.
- connect your device and mikroutik routerboard with stp/utp cable, we recomend to use mikrotik port 2.
- open your winbox.
- click mac address of mikrotik routerboard or fill it form manual with your microtik mac address.
- use user "admin" just left it blank for password form. then connect.
- remove configuration or reset your Mikrotik Routerboard.
- make it sure there are no default configuration.
- just copy then paste into your mikrotik.
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=192.168.20.2-192.168.20.254
/ip dhcp-server
add address-pool=dhcp_pool0 disabled=no interface=ether2 name=dhcp1
/ip address
add address=192.168.20.1/24 interface=ether2 network=192.168.20.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether1
add dhcp-options=hostname,clientid interface=ether1
/ip dhcp-server network
add address=192.168.20.0/24 dns-server=192.168.20.1 gateway=192.168.20.1
/ip firewall nat
add action=masquerade chain=srcnat