IP pool is one of features contained in mikrotik to determine the ip range that can be used for DHCP-Server and point to point or can we be better acquainted with by limiting internet user access
The function of this IP Pool is to provide limits to the router regarding the range of IP addresses that clients can assign to a network
TOPOLOGI :
Configuration
1. first we check interface with interface print command.
2. next, we add ip address with command, ip address add address=11.11.11.1/24 interface=ether2. We could see that ip pool successfully created.
3. we do configuration ip pool to make range for ip dhcp-server using a command ip pool add name=10client ranges=11.11.11.2-11.11.11.11 . Next we do checking using ip pool print then we could see that ip pool succesfully created.
4. next, add ip pool to dhcp-server the purpose is router could know how much ip address that router should give to client who connected with dhcp-server. Add command ip dhcp-server add name=eka address-pool=10 client disabled=no. Then we do checking use ip dhcp-server print. We could see that ip pool was successfully added to dhcp-server.
5. Then, we make network configuration to dhcp-server using command ip dhcp-server network add address=11.11.11.0/24 gateway=11.11.11.1 dns-servers=8.8.8.8 . Then do checking using ip dhcp-server network print. And we can see that dhcp-server network was succesfully created
6. Open network & sharing center > change adapter setting > then click ethernet > properties > ipv4. Make sure the setting of ethernet was obtain.
7. Go to ethernet details. we can see, that we got ip address 11.11.11.11
0 komentar
Posting Komentar