"harlen" <harlen(no-dot)(E-Mail Removed)> hath wroth:
>I'm having intermittent wireless troubles between my R51 Thinkpad and the
>wireless router. The Thinkpad works fine with the router as long as an
>ethernet cable is directly connected.
>
>When I see the problem of not being able to download email or get to the
>internet, how can I test whether
>the wireless router or the Thinkpad is the problem?
By using ping. Start at the end closest to you and work your way
towards the internet. Initially, use IP addresses, not DNS lookups,
to eliminate that potential source of problems. Start with:
1. Ping 127.0.0.1
2. Ping Your_R51_IP_address.
3. Ping Your_router_LAN_IP_address.
4. Ping Your_router_WAN_IP_address.
5. Ping Your_ISP_Gateway_IP_address.
6. Ping Your_ISP_Mail_Server_IP_Address.
If any of these fail, that's where your connection is having a
problem. You need to get the numbers BEFORE things screwup. Also
note that some of these might change.
1. 127.0.0.1 is localhost. If that fails, you have your network
stack all screwed up on your PC.
2. To get your own IP address (as assigned by your unspecified model
router), run:
start -> run -> cmd<enter>
ipconfig
3. Your router LAN IP Address is the "gateway" IP address from the
ipconfig command.
4,5. Your router WAN and ISP Gateway IP addresses can be extracted
from the "status" page in your unspecified model router. These may
change regularly so get the numbers before using ping to test.
6. Your mail server IP address can be obtain by simply pinging it by
name and writing down the returned IP address.
ping mail.your_ISP.com
or something like that. Many ISP's post this information on the web
pile.
If all of these work, but you still can't reliably connect, it might
be a DNS server problem. First, flush the DNS cache with:
start -> run -> cmd<enter>
ipconfig /flushdns
Then try pinging various sites by name and see if anything comes back.
ping
www.example.com
Try to pick something that is NOT likely to have been previously
accessed. If it fails, your ISP's DNS server, your router's DNS
cache, or your PC's DNS resolver are screwed.
--
Jeff Liebermann
(E-Mail Removed)
150 Felker St #D
http://www.LearnByDestroying.com
Santa Cruz CA 95060
http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558