 |
Easily
Create Online Help. And Online Anything Else.
Free 20-Day Trial - Click
Here |
| Recent
Articles |
Cisco Rounding Up Digital Talent
A $250,000 promotion conducted by networking giant Cisco and Viacom's mtvU college
network will support a "Digital Incubator" for broadband content.
Who Said That?
My wife and I had run out for errands and had stopped at a D'Angelo sub shop.
We were just about to get out of the car when the phone rang. My wife rolled her
eyes but I took the call because, well, because that's what I do.
BGP Adjacency States
To pass the BSCI exam, earn your CCNP certification, and become an outstanding
networker, you´ve got to master the many details of BGP - and trust me, there
are a lot of details to master!
Dynamic Trunking Protocol (DTP)
When you´re studying to pass the BCMSN exam on the way to earning your CCNP certification,
you´re going to add to your CCNA knowledgebase every step of the way.
|
|
04.24.06 Can't Connect To Internet
By A.P. Lawrence
We talked about DNS problems at Fallure to resolve, but there are other reasons why a particular machine may be unable to browse the Internet while others on the same lan still can.
First, the same DNS advice applies as in the above article: check web access with a numeric IP address.
If that works, you just lack proper DNS. With Windows XP, a user with access to networking properties can easily override default settings from DHCP while retaining their correct machine ip address, so it is worth checking.
You should also check that a misconfigured firewall on the machine itself isn't blocking outgoing connection attempts or incoming data. If in doubt, temporarily shut off the local firewall to test.
Test wth telnet from the command line: "telnet xyz.com 80"
If Windows, is it really that you can't access the Internet or only that Internet Explorer cannot? Microsoft's IE is a fragile and rather brain-dead thing, easily confused and easily broken.
Under Internet Options, Connections, Lan Settings, see if Detect Settings Automatically is set. If it is, IE is going to look for a proxy server before it pays attention to its default route.
If you have a proxy server, and intend to use it, that's fine, but if more than one proxy exists, IE may pick up the wrong one. Try unchecking that.
If IE still isn't working, try downloading Firefox or any other browser. If the other browser works, it's all IE's fault. Is anyone really surprised?
Some lan firewalls have access lists. It's not uncommon to configure a firewall not to grant access to any machine it did not provide a DHCP address for. If the user over-rode their DHCP address, or if an accidental DHCP server appeared on the network, the user may be blocked (or may just have misconfigured themselves).
The right default route is of course important. I've seen this get screwed up when a lan was split for security or performance reasons: what was formally all 192.168.1.x is now 192.168.1.x and 192.168.2.x. The new lan was added to the DHCP server, but they used the same default gateway everywhere. That won't work: the gateway for 192.168.2.x machines needs to be in the 192.168.2.0 network.
An old or forced arp entry at the firewall that incorrectly identifies a pc will prevent that machine from passing through the router. Power cycling the router is a quick fix if there is any chance of that being true.
If in a corporate environment, you may be blocked at a smart switch. Try switching a working machine to that port, keeping in mind that the port could be allocated to a specific mac address.
Anything else? Sure - all kinds of strange permissions and corruption issues that could affect a machine. Viruses and other malware can do strange things with network access. These can be tough to spot and hard to fix reliably.
*Originally published at APLawrence.com
About the Author:
A.P. Lawrence provides SCO Unix and Linux consulting services http://www.pcunix.com
|