Troubleshoot IP configuration 1 with Testout
Device | IP Address |
CorpServer | 192.168.0.10 |
ITAdmin | 192.168.0.31 |
Office2 | 192.168.0.34 |
ns1.nethost.net (ISP) | 198.28.2.254 |
- From the Office2 computer, use the ping and ipconfig commands to test connectivity and gather information.
- Right-click Start and select Windows PowerShell.
- From the PowerShell prompt, type ping IP_address and press Enter.
- Repeat steps 1b to ping the remaining computers.
- From the top right, select Answer Questions.
- Answer Question 1.
- From the PowerShell prompt, type ipconfig /all and press Enter.
Notice that DHCP Enabled is set to Yes, meaning the IP information is obtained from a DHCP server. - Answer Question 2.
- From the ITAdmin computer, use the ping and ipconfig commands to test connectivity and gather information.
- From the top left, select Floor 1 Overview.
- Under ITAdmin Office, select ITAdmin.
- Right-click Start and select Windows PowerShell.
- From the PowerShell prompt, type ping IP_address and press Enter.
- Repeat steps 2d to ping the remaining computers.
- Answer Question 3.
- From the PowerShell prompt, type ipconfig /all and press Enter.
Notice that DHCP Enabled is set to Yes, meaning the IP information is obtained from a DHCP server. - Answer Question 4.
- Minimize the Lab Questions dialog.
- From the CorpServer computer, use the ping and ipconfig commands to test connectivity and gather information.
- From the top left, select Floor 1 Overview.
- Under Networking Closet, select CorpServer.
- Right-click Start and select Windows PowerShell.
- From the PowerShell prompt, type ping Office2 and press Enter.
- From the PowerShell prompt, type ping 198.28.2.254 and press Enter.
Notice that this computer can get to the internet. - From the PowerShell prompt, type ipconfig and press Enter.
- From the top right, select Answer Questions.
- Answer Question 5.
Since Office2 and ITAdmin obtain their IP addresses from a DHCP server and their default gateway is different from CorpServer (which can access the internet), the problem is most likely related to the IP configuration for the network. - Close PowerShell.
- Access the CorpDHCP server.
- From Hyper-V Manager, select CORPSERVER.
- Maximize the window for better viewing.
- Double-click CorpDHCP to connect to the server.
- From the CorpDHCP server, use the DHCP console to reconfigure the settings for the DHCP scope.
- From Server Manager's menu bar, select Tools > DHCP to start the DHCP console.
- Expand and select CorpDHCP > IPv4 > Scope [192.168.0.1] Subnet1 > Scope Options.
- Right-click Scope Options and then select Configure Options.
- Select the 003 Router option.
- In the bottom pane, select 192.168.0.4 and then select Remove.
- In the IP address field (the default gateway address), change the address listed to 192.168.0.5 then select Add.
- Select OK to apply the change.
- Verify that the ITAdmin and Office2 computers can access the internet.
- From the top left, select Floor 1 Overview.
- Under IT Administration, select ITAdmin.
- From the PowerShell prompt, type ipconfig /renew.
This will request the new IP address information from the DHCP server and reconfigure the settings for the Ethernet connection. - Enter ipconfig /all to check the Ethernet configuration.
Notice that the default gateway 192.168.0.5 is now correctly configured. - At the PowerShell prompt, type ping 198.28.2.254 (the ISP) and then press Enter.
- From the top left, select Floor 1 Overview.
- Under Office2, select Office2.
- Repeat steps 6c-6e to fix the problem for the second workstation.
- Select Score Lab.
Comments
Post a Comment