...and knowing that my neighbors have a wireless router I bought a wireless network card for my desktop computer.
And you asked the neighbors for permission to use their network, right? :mrgreen:
Because otherwise, of course, you would be asking us to help you get unauthorized network access, which is something that we don't do here.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
Actually, most people just sort of curl up and slink away quietly when I ask that question; apparently you're one of the rare honest ones... :mrgreen:
Seeing that you are doing this with their consent, there are a few things you can try which might narrow down the cause:
1. Take the lappy over to their house, plug it in to the router via a CAT5 cable, and see if the wired connection works.
2. Go in to the router's configuration and look closely at all of the option settings in the Wireless and DHCP areas. Double-check that no wireless security/restrictions are in place, ensure that the router's DHCP range/scope isn't restricted, check (if it exists) the wireless MAC client list to see if your computer's MAC appears there.
3. Write down any custom router settings or save the router's config file to one of the attached computers, and then give the router a hard reset. See if you can then connect. Restore the saved config after that and see if you can still connect.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
I am pretty new to routers...
If you can post the exact make/model of the router, I can probably give you more specific directions in terms of what to do/look for in the router's configuration utility.Anything I can try before then on my local computer?Hmm... if the situation is that youcan seem to connect to the network, but don't get an IP after that, try:
* Click on the "Run..." option in your Start menu. In the "Open:" box of the resulting window, type "cmd" (omit the quotes) and hit Enter. This will bring up a DOS window.
* At the DOS prompt, type the following command and hit Enter. You won't see any result from the command, but when it completes, a second prompt with a flashing cursor will be displayed; close the DOS box once that happens:
ipconfig /all >ipconfig.txt
The above command will have created a text file on you desktop named ipconfig.txt; double-click on the file to open it in Notepad, and then cut-n-paste the file's contents in your next post here. The contents of the file will give us some important details of your IP configuration.
-
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370
Sorry- my mistake; the command I gave was incomplete. It should have been:
ipconfig /all >"%userprofile%"\desktop\ipconfig.txt
If you used the syntax I originally posted, you'll probably find the ipconfig.txt file in the C:\Documents and Settings\your_user_name folder.
DMR
Wombat At Large
7,229 posts since Dec 2003
Reputation Points: 221
Solved Threads: 370