Now, I will let you know how to setup MIkrotik as Gateway server. First, install Mikrotik RouterOS on your server PC. Login mikrotik with console. MikroTik v2.9.7 Login: admin Password: 3. After that, you can go inside on Mikrotik Server. Your username is “admin” and without password by default. 4. If you want to setup …
Category Archive: mikrotik
Jan 29
MIKROTIK INTRODUCTION
Mikrotik is Operating System based on linux that used become network router. To managing a network, usually admin use Windows Application to do it, with WinBox. Mikrotik can be installed in mainstream or low end computer. So, don’t need high spec computer to run Mikrotik. But if you want Mikrotik to manage more complex network, …
Jan 29
MAKE DHCP SERVER ON MIKROTIK
MAKE DHCP SERVER ON MIKROTIK Now, if you want your client that connected on your gateway get the automatic IP address, we should setup the DHCP server on Mikrotik Server. 1. To make DHCP, first we setup the address pool /ip pool add name=dhcp-pool ranges=172.16.0.10-172.16.0.20 2. Add DHCP network and the gateway that will be …
Jan 29
SETTING NAT ON MIKROTIK (using WinBox)
NAT (Network Address Translation) is method to make a Public IP address become several local IP address. We know that IPv4 is limited source addressing, so, we must use it very efficiently. In mikrotik, NAT is called “masquerade”. For example, if you have one IP public such as 202.51.172.54. you can divide it to several …
Recent Comments