Several connectivity issues can be attributed to other devices such as the DHCP server or with reaching the ISP.
DHCP Server Configuration Errors (20.5.1)
If the physical connection to the wired or wireless host appears to be connecting as expected but the host cannot communicate on remote networks or the Internet, you should check the IP configuration of the client.
The IP configuration can have a major impact on the ability for a host to connect to the network. A wireless router acts as a DHCP server for local wired and wireless clients and provides IP configuration (see Figure 20-8). This includes the IP address, subnet mask, default gateway, and commonly, the IP addresses of DNS servers. The DHCP server binds the IP address to a client MAC address and stores that information in a client table. It is usually possible to view this table using the configuration GUI included with the router.
Figure 20-8 DHCP Configuration Received from the ISP
The client table information should match the local host information, which you can see using the ipconfig /all command. Additionally, the IP address on the client must be on the same network as the LAN interface of the wireless router. The LAN interface of the wireless router should be set as the default gateway. If the client configuration information does not agree with information in the client table, the address should be released (ipconfig /release) and renewed (ipconfig /renew) to form a new binding.
In most cases, the wireless router receives its own IP address through DHCP from the ISP. Check to make sure that the router has an IP address and, if necessary, attempt to release and renew the address using the GUI utility.
Check Internet Configuration (20.5.2)
If hosts on the wired and wireless local network can connect to the wireless router and with other hosts on the local network but not to the Internet, as shown in Example 20-11 and Figure 20-9, the problem may be in the connection between the router and the ISP.
Example 20-11 A Failed Ping
C:\>
ping 10.18.32.12
Pinging 10.18.32.12 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 10.18.32.12:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Figure 20-9 Sample Topology
There are many ways to verify connectivity between the router and the ISP. Using the GUI, one way to check connectivity is to examine the router status page. As shown in Figure 20-10, it should show the IP address assigned by the ISP (64.100.0.11 in this example).
Figure 20-10 ISP Configuration
If this page shows no connection, the wireless router may not be connected. In that case, check all physical connections and LED indicators. If the DSL or cable modem is a separate device, check those connections and indicators as well. If the ISP requires a login name or password, check that they are configured to match those given by the ISP. Using the GUI, password configurations can normally be located on the Setup configuration page. Next, try to reestablish connectivity by clicking the Connect, or IP Address Renew, button on the status page. If the wireless router will still not connect, contact the ISP to see whether the issue is occurring from that end.
Check Firewall Settings (20.5.3)
If Layers 1 through 3 all appear to be operating normally and you can successfully ping the IP address of the remote server, it is time to check the higher layers. For example, if a network firewall is used along the path (see Figure 20-11), it is important to check that the application TCP or UDP port is open and no filter lists are blocking traffic to that port.
Figure 20-11 Firewalls in a Small Topology
If all clients are obtaining the correct IP configuration and can connect to the wireless router but are unable to ping each other or cannot access a remote server or application, the problem may be with rules on the router. Check all settings on the router to ensure no security restrictions could be causing the issue. Verify that the local firewalls on the client devices are not preventing network functionality.
Leave a Reply