-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Python Web Development with Sanic
By :
As an aspiring network professional, it is essential to understand how to verify IP parameters on client operating systems such as Windows, Linux, and macOS. Verifying IP parameters helps network professionals ensure that the appropriate addresses are configured on the proper interface. It also helps with verifying connectivity between devices and assisting with troubleshooting networking issues. The process of verifying IP parameters checks for IP address, subnet mask, default gateway, and DNS server addresses on the appropriate interface of a client device.
To verify IP parameters on a Windows-based client device, open the Windows Command Prompt application, type the ipconfig or ipconfig /all command, and hit Enter, as shown in Figure 4.17:
Figure 4.17: The ipconfig command
As shown in Figure 4.17, the ipconfig command displays all the local interfaces on the client and shows the assigned IP address...