Page 121 / 131 Scroll up to view Page 116 - 120
6381-A4 Router Users Guide
121
System Log
You can display the modem’s log by going to the Home screen, under the Status title, click
System log. From here you can view all logged information. Depending upon the severity level,
this logged info will generate log reports to a remote host (if remote logging is enabled).
Page 122 / 131
6381-A4 Router Users Guide
122
Chapter 6
Troubleshooting
The Router Is Not Functional
1.
Check to see that the power LED is green and the network cables are installed correctly.
Refer to the quick start guide for more details.
2.
Check to see that the LAN and Status LEDs are green.
3.
Make sure you are not connecting the USB and the Ethernet port to the same PC at the
same time.
4.
Check the settings on your PC. Again, refer to the quick start guide for more details
5.
Check the router's settings.
6.
From your PC, can you ping the router? Assuming that the router has DHCP enabled and
your PC is on the same subnet as the router, you should be able to ping the router.
7.
Can you ping the WAN? Your ISP should have provided the IP address of their server. If you
can ping the router and your protocols are configured correctly, you should be able to ping
the ISP's network. If you cannot ping the ISP's network, make sure you are using the correct
protocols with the correct VPI/VCI values.
8.
Make sure NAT is enabled if you are using private addresses on the LAN ports.
You Cannot Connect to the Router
1.
Check to see that the power LED is green and that the network cables are installed correctly.
2.
Make sure you are not connecting the USB and the Ethernet port to the same PC at the
same time.
3.
Make sure that your PC and the router are on the same network segment. The router's
default IP address is 192.168.1.1. If you are running a Windows-based PC, type ipconfig /all
(or winipcfg /all on Windows 95, 98, or ME) at a command prompt to determine the IP
address of your network adapter. Make sure that it is within the same 192.168.1.x subnet.
Your PC's subnet mask must match the router's subnet mask. The router has a default
subnet mask of 255.255.255.0.
4.
Make sure NAT is enabled if you are using private addresses on the LAN ports.
LEDs Blink in a Sequential Pattern
This typically means that either the kernel or flash file system is corrupted. Notify your service
representative.
The Status LED Continues to Blink
This means that the DSL line is trying to train but for some reason it cannot establish a valid
connection. The likely cause of this is that you are too far away from the central office. Contact
your DSL service provider for further assistance.
Page 123 / 131
6381-A4 Router Users Guide
123
The Status LED is Always Off
1.
Make sure you have DSL service. You should receive notification from your ISP that DSL
service is installed. You can usually tell if the service is installed by listening to the phone
line: you will hear some high-pitched noise. If you do not hear high-pitched noise, contact
your ISP.
2.
Verify that the phone line is connected directly to the wall and to the line input on the router.
If the phone line is connected to the phone side of the router or you have a splitter installed
on the phone line, the DSL light will not come on.
Diagnosing Problems using IP Utilities
Ping
Ping is a command you can use to check whether your PC can recognize other computers on
your network and the Internet. A ping command sends a message to the computer you specify. If
the computer receives the message, it sends messages in reply. To use it, you must know the IP
address of the computer with which you are trying to communicate.
On Windows-based computers, you can execute a ping command from the Start menu.
3.
Click the
Start
button, and then click
Run
. In the Open text box, type a statement such as
the following:
ping 192.168.1.1 or the IP address you have changed
4.
Click
OK
. You can substitute any private IP address on your LAN or a public IP address for
an Internet site, if known.
If the target computer receives the message, a Command Prompt window is displayed:
If the target computer cannot be located, you will receive the message “Request timed out.”
Using the ping command, you can test whether the path to the device is working (using the
preconfigured default LAN IP address 192.168.1.1) or another address you assigned.
You can also test whether access to the Internet is working by typing an external address, such
as that for www.yahoo.com (216.115.108.243). If you do not know the IP address of a particular
Internet location, you can use the nslookup command, as explained in the following section.
From most other IP-enabled operating systems, you can execute the same command at a
command prompt or through a system administration utility.
Page 124 / 131
6381-A4 Router Users Guide
124
Nslookup
You can use the nslookup command to determine the IP address associated with an Internet site
name. You specify the common name, and the nslookup command looks up the name in on your
DNS server (usually located with your ISP). If that name is not an entry in your ISP’s DNS table,
the request is then referred to another higher-level server, and so on, until the entry is found. The
server then returns the associated IP address.
On Windows-based computers, you can execute the nslookup command from the Start menu.
5.
Click the
Start
button, and then click
Run
. In the Open text box, type the following:
Nslookup
6.
Click
OK
. A Command Prompt window displays with a bracket prompt (>). At the prompt,
type the name of the Internet address that you are interested in, such as
www.microsoft.com
.
The window will display the associate IP address, if known, as shown below:
There may be several addresses associated with an Internet name. This is common for web
sites that receive heavy traffic; they use multiple, redundant servers to carry the same
information.
7.
To exit from the nslookup utility, type
exit
and press
[Enter]
at the command prompt.
Page 125 / 131
6381-A4 Router Users Guide
125
Appendix A – Glossary
Term
Description
802.11
A family of specifications for wireless
LANs developed by a working group of the IEEE. This wireless Ethernet
protocol, often called Wi-Fi.
10BASE-T
A designation for the type of wiring used by Ethernet networks with a data
rate of 10 Mbps. Also known as Category 3 (CAT 3) wiring. See data rate,
Ethernet.
100BASE-T
A designation for the type of wiring used by Ethernet networks with a data
rate of 100 Mbps. Also known as Category 5 (CAT 5) wiring. See data
rate, Ethernet.
ADSL
Asymmetric Digital Subscriber Line
The most commonly deployed “flavor” of DSL for home users is
asymmetrical DSL. The term asymmetrical refers to its unequal data rates
for downloading and uploading (the download rate is higher than the
upload rate). The asymmetrical rates benefit home users because they
typically download much more data from the Internet than they upload.
Analog
An analog signal is a signal that has had its frequency modified in some
way, such as by amplifying its strength or varying its frequency, in order to
add information to the signal. The voice component in DSL is an analog
signal. See digital.
ATM
Asynchronous Transfer Mode
A standard for high-speed transmission of data, text, voice, and video,
widely used within the Internet. ATM data rates range from 45 Mbps to 2.5
Gbps. See data rate.
Authenticate
To verify a user’s identity, such as by prompting for a password.
Binary
The “base two” system of numbers that uses only two digits, 0 and 1, to
represent all numbers. In binary, the number 1 is written as 1, 2 as 10, 3
as 11, 4 as 100, etc. Although expressed as decimal numbers for
convenience, IP addresses in actual use are binary numbers; e.g., the IP
address 209.191.4.240 is 11010001.10111111.00000100.11110000 in
binary. See bit, IP address, network mask.
Bit
Short for “binary digit,” a bit is a number that can have two values, 0 or 1.
See binary.
Bps
bits per second
Bridging
Passing data from your network to your ISP and vice versa using the
hardware addresses of the devices at each location. Bridging contrasts
with routing which can add more intelligence to data transfers by using
network addresses instead. The device can perform both routing and
bridging. Typically, when both functions are enabled, the device routes IP
data and bridges all other types of data. See routing.

Rate

3.7 / 5 based on 3 votes.

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top