hello readers of the lab this time, we will discuss how to Configure DHCP-Client on the proxy. The purpose of this lesson is so that we are able to configure DHCP Client to make work easier.
TOPOLOGI :
Wireless Configuration
1. The first of all, Check the DHCP Server that we used on interface print. We can see that the wlan1 was active2.
2. Next, we create security profiles for wlan1, the function is to create a wlan1 password. Add the command interface wireless security profile add name=ekaaanrll mode=dynamic keys authentication-type=wpa-psk,wpa2-psk unicast-ciphers=aes-ccm,tkip group-ciphers=aes-ccm,tkip wpa-pre-shared=04022019 wpa2-pre-shared=04022019 . After that we check using the command interface wireless security profile print. We can see that the security-profile configuration has been successfully with name = ekaaanrll
3. After that we configure wlan 1 with the command interface wireless set wlan1 mode = station band = 2ghz-b/g/n ssid = Wien security-profiles = ekaaanrll. Then we check using the command interface wireless print. We can see that the wlan1 status is running
DHCP-Client Configuration
1. Check the interface using the command interface print, I will use the wlan1 interface as AP client to create a dhcp client
2. Then do the DHCP Client configuration by using command ip dhcp-client add interface = wlan1 disabled = no .Then check, using command ip dhcp-client print, we can see that we have got the ip address 192.168.10.100/24 with the status is bound (connected)
3. Next we check we have got the ip address by command ip addres print, we can also see that we have got the ip address which is 192.168.10.100/24 with the interface wlan1. also the status is Dynamic means that it successfully gets ip automatically.
4. Then we check the ip dns that we get by using the ip dns print command, we can see that we have the ip dns automatically.
5. Then check we have got the gateway using the ip route print command, we can see that we have succeeded in getting a gateway with ip 192.168.10.10 with the status is active A, dynamic D, and Static S.
6. Next, we ping google.com to check that the router is connected to the internet. If the result was reply, that means configuere was succesfully.
0 komentar
Posting Komentar