Troubleshoot connectivity problems in the network - Part 6
Troubleshoot network connectivity problems (Part 1)
Troubleshoot network connectivity problems (Part 2)
Troubleshoot network connectivity problems (Part 3 )
Troubleshooting network connectivity problems (Part 4)
Troubleshoot connectivity problems in the network (Part 5)
Brien M. Posey
Network Administration - So far in this series, I have shown you how to diagnose some connection-related problems. In this section, we want to clarify to you some problems with Windows routing tables, some problems in the routing table that cause connection problems.
Throughout this series, we mentioned a lot about routing. Preliminaryly, a router is a device that allows packets to be transferred from one network segment to another. A router is always connected to a minimum of network segments, but often it is connected to a lot. That means that a router needs to be able to indicate which network segment to forward the packet to to reach its destination. This is the problem inside the router's routing tables.
Routing tables allow routers to make decisions about forwarding packets, but what you might not realize is that there are many routing tables built into the Windows operating system. You can view these routing tables by opening a command window and entering that ROUTE PRINT command, as shown in Figure A.
Figure A: Windows routing tables
At first glance, the screen capture above seems quite complicated, but one thing you need to keep in mind is that we captured the screen with Windows Vista. Windows Vista includes internal IPv6 routing information along with standard IPv4 information. If you want to use the Route Print command in other versions of Windows, the IPv6 information will not be present, then the information presented will be much simpler.
As you can see in the figure, the routing information is divided into 3 main parts; section list interface, IPv4 rout table section and routing IPv6 table. For the purpose of this article, we will not go into the discussion of the IPv6 route table because there are still very few organizations that use IPv6 today.
Transportation list
The interface list is designed to show you all the network interfaces that Windows currently knows about it. We have separated the Interface List output in Figure B.
Figure B: Interface List lists all the network adapters of the machine
If you look at the figure above, you will see the first two items in the list that correspond to the physical network adapters. The adapters listed above demonstrate a number of different issues:
- Windows recognizes that adapter
- The driver has been installed for the adapter.
- Windows is manipulating adapters as a path for IPv4 traffic
The third item shown in Figure B is the loopback adapter. This is not a physical network adapter but a physical mechanism that Windows uses for internal communication. The loopback adapter must be present for Windows to work properly. If the loopback adapter is lost, you should remove other network components and then reinstall them.
The fourth item in the list shown in Figure B above is 6TO4 adapter. This is a logical mechanism that Windows uses to route IPv6 traffic and IPv6. This mechanism is only available in Windows Vista.
The remaining items in the above list indicate that IPv6 is tied to the machine's two physical network adapters.
Routing table
Although it is sometimes useful to be able to verify that Windows knows the existence of your network adapters, in the end, routing tables also make decisions to control traffic. You can see the IPv4 routing table in Figure C below.
Figure C: Routing table used by IPv4
The routing tables shown above are slightly more complicated because there are many network adapters here. Regardless of the number of machines configured, we will see entries that always exist in the routing table. The table below lists all of these items and what they are used for:
Describe
0.0.0.0
This is the default router used when no valid route is found.
127.0.0.0
This is the loopback address used for internal communication.
147.100.0.0
This is the internal subnet address.
147,100,100.40
This is the IP address assigned to the network interface card.
147.100.255.255
This is the broadcast address for the subnet
224.0.0.0
This is the Windows multicast address
255.255.255.255
This is the limited broadcast address of Windows.
As you can see, some of the addresses in the table above are specific. If you need help figuring out which address is assumed, use the IPCONFIG / all command to see how TCP / IP is configured for each of the network adapters. You can use that information to assist in discovering the addresses used within routing tables.
Another thing to note is that if the system is using multiple network adapters, you will have multiple entries for each specific network address. For example, if you look at the image above, you will see some entries with the address range 196.254.xx These entries correspond to the secondary network adapter of the machine we are testing.
Now that you know what to look for in routing tables, there is still a real question about what you will do if the information found in the routing tables is wrong or incomplete. In this case, you have two options. You can remove and reinstall network components or you can rebuild routing tables.
Conclusion
In the next part of this article series, I will show you some of the tools built with Windows to troubleshoot network connectivity issues.
You should read it
- Troubleshoot network connectivity problems (Part 1)
- Troubleshoot connectivity problems in the network - Part 4
- Troubleshoot network connectivity problems (Part 2)
- How to Ping an IP Address
- Some troubleshooting tips for Windows network
- Some troubleshooting tips for internet connection
- 7 best network troubleshooting tools 'save' your home network
- What is PING? How is PING Test?
May be interested
- 7 best network troubleshooting tools 'save' your home networkdo you often experience network problems? can not access? do you feel frustrated and want to connect as soon as possible? this article will help you diagnose network problems and offer windows built-in tools and a few third-party utilities to troubleshoot your network.
- Troubleshoot 'Limited or No Connectivity' errors in Windows XP SP2in this article, i will show you a very common error message in network connectivity and how to fix this error.
- Tips or troubleshooting connection problems on Outlookmicrosoft outlook sometimes has problems or errors connecting to the exchange server. handling this problem sometimes uses a simple way such as closing outlook and restarting. however, in some cases, it will be more difficult. the tips presented below will help you troubleshoot connectivity problems on outlook.
- 5 commands to troubleshoot virtual networksin this article, i will show you the 5 most important esx cli commands for troubleshooting network connectivity issues.
- 12 tips to overcome file sharing issuesin this article, i will show you 12 tips to help you troubleshoot file sharing problems in your network.
- How to troubleshoot laptop lost Wi-Fi networksometimes using a laptop, sometimes wi-fi has an unknown cause, making you very uncomfortable. especially when the business needs are rushing. the following technical steps fix some common problems and make your wi-fi network work more smoothly.
- Troubleshoot problems with Kerberos in SharePoint - Part 2in this part 2, i will show you how to configure spn, duplicate service principal names, and dislocation in dns configuration.
- How to troubleshoot Windows with Event Viewer logthere are several ways to view log files in windows, so you can diagnose problems like crashes, freezes, and improper functioning. the following article will explain best methods to find the solution you need.
- Troubleshoot problems with Kerberos in SharePoint - Part 3in this third part, we will introduce you to kerberos authorization and when to configure this trust.
- 5 steps to troubleshoot Wi-Fi network problemsin this tutorial, we will look at the main troubleshooting tasks to fix computers that cannot connect or keep a stable connection.