Quantcast
Channel: Network Infrastructure Servers forum
Viewing all articles
Browse latest Browse all 5877

MOC 20410 - Troubleshooting IPv4 (Ping is successful while it not supposed to be as per the troubleshooting process)

$
0
0

The lab below is not working for me.

Exercise 2: Troubleshooting IPv4

u  Task 1: Prepare for troubleshooting

  1.     On LONSVR2, on the taskbar, click the Windows PowerShell<sup>®</sup> icon.
  2.     At the Windows PowerShell prompt, typeping LONDC1, and then press Enter.
  3.     Open a Windows<sup>®</sup> Explorer window, and browse to\\LONDC1\E$\Labfiles\Mod05.
  4.     RightclickBreak.ps1 (change the LAN in script to your Ethernet card), and then clickRun with PowerShell. (I edited this first to match with my network card)
  5.     Close Windows Explorer.

u  Task 2: Troubleshoot IPv4 connectivity between LONSVR2 and LONDC1

  1.       On LONSVR2, at the Windows PowerShell prompt, type ping LONDC1, and then press Enter. Notice that the destination host is unreachable. (I can still ping. This is where my issue is.)
  2.       Typetracert LONDC1, and then press Enter. Notice that the host is unable to find the default gateway, and that it is not the default gateway that is responding back.
  3.       Typeipconfig, and then press Enter. Notice that the default gateway is configured correctly.
  4.       Typeping10.10.0.1, and then press Enter. Notice that the default gateway is responding, but that packets are not being routed there.
  5.       TypeGetNetRoute, and then press Enter. Notice that the entry for the default gateway (0.0.0.0) is correct, but there is an unnecessary entry for the 172.16.0.0 network.
  6.       TypeRemoveNetRoute –DestinationPrefix 172.16.0.0/16, and then press Enter. This removes the unnecessary route to the 172.16.0.0 network. The default gateway will be used for routing instead.
  7.       PressY, and then press Enter to confirm removal of the route from active routes.
  8.       Typeping LONDC1, and then press Enter. Notice that the ping is now successful.

If I remove the default entries on the routing table and then create entries again with appropriate IP numbers, then No. 2 on Task 2 doesn't work.

It would be great if someone who already has a workaround for this.


Viewing all articles
Browse latest Browse all 5877

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>