Figure 1: IPCONFIG
Figure 2: Details in Windows Network Connection
From these two tools, you can know many things like:
All this information is valuable in solving Windows network problems.
In the figures shown above, the network there is working fine and no problem occurs. However, what happens if IPCONFIG shows the problem here? The steps below, we will focus on some general networking issues and some solutions.
Step 3 - Network connection is down
If you look at the OSI model, the physical layer (layer 1) is underneath. If class 1 does not work, there is no signal transmitted here. The best way is to solve the problem from the bottom up (meaning from grade 1 to higher grades).
Figure 3: Network connection status
In the image above, you can see the Media State line is Enabled. This is very normal, but if Media State has disabled status then all you need to do is:
Make sure all of the above work well before moving on to the steps below.
Step 4 - No IP address
Whether you don't have an IP address (0.0.0.0) or a self-assigned IP address (APIPA, starting with 169.254.xx), there's absolutely no problem. You will have to receive an IP address before using the network. If set to use DHCP (usually set by default) and the DHCP server has a problem, that's why you don't have an IP address.
Options to solve the problem:
Step 5 - Do not DNS server
If no DNS server is configured, you can only communicate on the network with an IP address. You can now use the 'ping' command to check the default gateway, DHCP server and other servers on the network. However, you will not be able to perform any checks by name.
Options to solve the problem:
In other words, if you can't ping configured DNS servers, you need to check them - they may be suspended or data packets are blocked at the firewall.
Step 6 - No default Gateway
If you do not configure the IP address for the default gateway, you will not be able to communicate on another IP subnet (Internet for example) or you will not be able to communicate on your local LAN. Thus, when there is no IP for the default gateway, you can only work normally with local servers. In fact, configuring the default gateway is completely optional if you don't need access to the outside network.
You can manually configure the default gateway or determine if the DHCP server does not provide an IP address.
Alternatively, if you have defined the default gateway but cannot communicate with it (even with the ping command), you need to check your local router.
Step 7 - Configure the wrong Subnet Mask
If you misconfigured the IP subnet mask, you will get some unpredictable results. Now you need to reconfigure it yourself (if you are using a static IP address) or check the DHCP server to see why it provides the wrong subnet mask for you.