Hardware
Setting DHCP Server via Winbox on Mikrotik PC Router
No doubt that providing static IP really inconvenient, especially a lot of PCs that will be set them IP. Because if there are same IP will also be conflict. Indeed there is a PC you should be given such a static IP just like a PC server and default gateway. Then another PC on the network just enough get automatic IP from the IP server called the DHCP server. DHCP is the Dynamic Host Configuration Protocol, service that will give automatic IP to the PC on the network imaginable. So the PC should not be turned off. If these pc is turned off then the other PC will lose the IP
On occasion this time, the following article will dwscribe how to make the DHCP server configuration through Winbox on Mikrotik
PC Router
. Here are step by step to setting up DHCP Server Pc Router.
- Install Mikrotik Os
on your Pc router with two ethernet card ( 1 ethernet for internet connection (ether1) and 1 ethernet for Local connection (ether2)
- Connect your pc router to Windows pc using utp cable, look at the picture below:
- Set your IP address….click Tab Menu IP——>Address—->Add
- Set Gateway for your internet connection on interface ether1 (internet connection)
- Set your DNS Server…IP…..>DNS—-tab Setting
- Setting DHCP Server
- Done
Ip for interface ether1 for example: 114.30.82.85/27
Ip for interface ether2 for example: 192.168.0.1/24
look at the picture below:
IP——–Routes—-Add
For Example Ip Gateway: 114.30.82.65
For example DNS:
primary-dns: 114.30.82.90
secondary-dns: 114.30.80.34
IP—-Pool—-Pools—->Add
Name: dhcppool
Addresses: 192.168.0.2-192.168.0.100
IP——DHCP Server—-DHCP—-Add
Name: dhcpserver
Interface: ether2
Address pool: dhcppool
IP—–>DHCP Server—DHCP—Networks—Add
Address: 192.168.0.0/24
Gateway: 192.168.0.1
DNS Server: 114.30.82.90
114.30.80.34
IP—-Firewall—–Nat—-Add
on tab General:Chain: src-nat
Out Interface: ether1
On tab Action: Action: masquerade
See our video seting up DHCP Server Mikrotik on Youtube
That is an tutorial how to Setting up DHCP Server Mikrotik via Winbox
Thanks for the Post… It was easy go through that I could setup the DHCP on Mikrotik os on the first instance.
great
Awesome.. it works
Its good.. but need more textual explanation.
Thx