My brother's XP machine gives problems in the LAN now, we reformatted the thing, and replaced the network card, but the problem still remains.
It can see the other PCs in the LAN just fine, it can see the router too, however it cannot go on the internet. A moment ago I found out the internet actually works, as long as you only use IP adresses, not the domain names, in the browser.
All other PCs, which run on Windows 98, work perfectly fine.
I replaced the router a few weeks ago, now I got a Canyon thing, which seems to be the same thing as the E-Tech router. Initially it worked fine, but now it's giving problems. If I put the other router back (3 year old Sitecom thing, which often disconnects with the modem, that's why I replaced it), internet works fine on the XP machine again.
Any advice, or should I just go buy another router again...
Network/internet problems with XP machine
Moderator: Thanas
Network/internet problems with XP machine
Stubborn as ever - Let's hope it pays off this time.
- Mad
- Jedi Council Member
- Posts: 1923
- Joined: 2002-07-04 01:32am
- Location: North Carolina, USA
- Contact:
Looks like a DNS issue.
Is the XP machine using DHCP (automatically assigned an IP address) or does it assign itself an IP address in its own configuration?
Some routers can be used as the entry for the DNS when manually assigning an IP to the machine, others can't. (My Linksys router sometimes works that way, sometimes doesn't. It's odd.)
If it's using a manually-assigned IP address, try switching it over to DHCP and see what happens. If you really need to have the IP specified, then check the router settings for the DNS servers in use, and manually enter those into the TCP/IP properties of the XP machine.
Is the XP machine using DHCP (automatically assigned an IP address) or does it assign itself an IP address in its own configuration?
Some routers can be used as the entry for the DNS when manually assigning an IP to the machine, others can't. (My Linksys router sometimes works that way, sometimes doesn't. It's odd.)
If it's using a manually-assigned IP address, try switching it over to DHCP and see what happens. If you really need to have the IP specified, then check the router settings for the DNS servers in use, and manually enter those into the TCP/IP properties of the XP machine.
Later...
- Faram
- Bastard Operator from Hell
- Posts: 5271
- Joined: 2002-07-04 07:39am
- Location: Fighting Polarbears
Agreed sounds like DNS
Check the routers dns adresses, here is an example from my router:
Enter the same infor into your rourers DHCP scope or a static dns in your computer
Check the routers dns adresses, here is an example from my router:
Enter the same infor into your rourers DHCP scope or a static dns in your computer
[img=right]http://hem.bredband.net/b217293/warsaban.gif[/img]
"Either God wants to abolish evil, and cannot; or he can, but does not want to. ... If he wants to, but cannot, he is impotent. If he can, but does not want to, he is wicked. ... If, as they say, God can abolish evil, and God really wants to do it, why is there evil in the world?" -Epicurus
Fear is the mother of all gods.
Nature does all things spontaneously, by herself, without the meddling of the gods. -Lucretius
"Either God wants to abolish evil, and cannot; or he can, but does not want to. ... If he wants to, but cannot, he is impotent. If he can, but does not want to, he is wicked. ... If, as they say, God can abolish evil, and God really wants to do it, why is there evil in the world?" -Epicurus
Fear is the mother of all gods.
Nature does all things spontaneously, by herself, without the meddling of the gods. -Lucretius
- Steven Snyder
- Jedi Master
- Posts: 1375
- Joined: 2002-07-17 04:32pm
- Location: The Kingdom of the Burning Sun
I work in a school with a mixed 98, 2000, XP environment and I think I know what is going on.
When a Windows 98 system needs to contact another system on your LAN it uses a service called WINS to find the IP addy of the remote system.
Windows 2000/XP is different it uses DNS for that service.
So it sounds like WINS is working fine because your 98's are working, but your DNS isn't resolving internal addresses.
There are a few tools you can use to look at the problem.
On Win98 open up "Winipcfg.exe" to see the configuration, make note of your WINS server and DNS server. On 2000/XP you need to open up a command prompt and use "Ipconfig.exe /all" to see it. Make sure that they are using the same WINS and DNS servers.
In the command prompt of your Windows XP system use the "NSLOOKUP.EXE" command to test the functionality of your DNS server.
An example is
"NSLOOKUP XCOMPUTER" where XCOMPUTER is the name of another computer on your network.
You should get a response that looks like this...
When a Windows 98 system needs to contact another system on your LAN it uses a service called WINS to find the IP addy of the remote system.
Windows 2000/XP is different it uses DNS for that service.
So it sounds like WINS is working fine because your 98's are working, but your DNS isn't resolving internal addresses.
There are a few tools you can use to look at the problem.
On Win98 open up "Winipcfg.exe" to see the configuration, make note of your WINS server and DNS server. On 2000/XP you need to open up a command prompt and use "Ipconfig.exe /all" to see it. Make sure that they are using the same WINS and DNS servers.
In the command prompt of your Windows XP system use the "NSLOOKUP.EXE" command to test the functionality of your DNS server.
An example is
"NSLOOKUP XCOMPUTER" where XCOMPUTER is the name of another computer on your network.
You should get a response that looks like this...
If that doesn't come up, you probably have a DNS problem. You may consider setting up a DNS server on your network and use that instead of your router.C:\nslookup XCOMPUTER
Server: UnKnown Not to worry about this line
Address: 15.16.17.118 This is the IP address of the DNS server
Name: XCOMPUTER.yourdomain.com This is the name of the remote computer
Address: 15.16.17.100 This is the resolved IP addy of that system
The values I get on the 98 machines are those from my ISP. WINS completely empty in that overview, so it cannot be using that.
I entered those DNS values in the TCP/IP properties on the WinXP machine, and now it works.
Oh, if I FIRST connect the XP machine to the old router, get a page, and then unplug the old router and put the new one there, it also works, but after the PC reboots it usually no longer works.
So basically there is something wrong with the new router that windows XP doesn't like, right?
I entered those DNS values in the TCP/IP properties on the WinXP machine, and now it works.
Oh, if I FIRST connect the XP machine to the old router, get a page, and then unplug the old router and put the new one there, it also works, but after the PC reboots it usually no longer works.
So basically there is something wrong with the new router that windows XP doesn't like, right?
Stubborn as ever - Let's hope it pays off this time.
- Steven Snyder
- Jedi Master
- Posts: 1375
- Joined: 2002-07-17 04:32pm
- Location: The Kingdom of the Burning Sun