paddytt wrote in
(E-Mail Removed). com:
> Hi. I'm using Win XP on two home computers. I have networked them
> with Homeplugs, and the config software reports an excellent
> connection (and all the lights are green!). However, Win XP shows a
> network icon with a yellow hazard warning, and states "Limited or no
> connection".
>
> When I connect one Homeplug to my modem/router and connect the router
> directly to my main PC, the other PC gets an excellent ADSL connection
> through the network, but still no connection to the other PC.
>
> This all suggests a software problem in XP to me? Can anyone help!
Is it possible to connect the second PC temporarily to the router by
Ethernet cable, as for the first PC? If so, this will help you to determine
whether the Homeplug is affected at all.
Run the following tests:
1. At the two PCs in turn:
a) Start | Run | cmd
b) at the C:> prompt in Command Prompt app, type "ipconfig" and record
the information you get:
It should be of the form
IP Address. . . . . . . . . . . . : 192.168.0.3
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
Where the two PCs' results should differ only in the last digit of
the IP address.
I'm slightly puzzled, because "Limited or no connectivity" usually
means that the PC hasn't been given an address by the router, in which case
the IP address will start 169. But in that case, the PC wouldn't be able to
see the Internet, which you say it can.
2. Still within Command Prompt, try contacting the other PC. Let's assume
that PC1's IP address is 192.168.0.2 and PC2's is 192.168.0.3:
a) at PC1, type "ping 192.168.0.3"
b) at PC2, type "ping 192.168.0.2"
In other words, PC1 is trying to "ping" PC2 and vice versa. This should
give 4 "Reply from..." responses.
3. If not, try disabling any firewall software that you may have on the PCs.
You may need to refer to the instructions for the firewall - I can't give
instructions that are common to all firewalls. You might want to disconnect
the router from the ADSL line if you are concerned about security, although
the hardware firewall that is built into the router will actually be
sufficient to protect you from incoming attacks while you have the PCs'
firewalls turned off.
4. If *both* PCs can ping each other (one-way ping isnlt enough), then the
PCs should be able to access shares that each other have shared:
a) at PC1, type "net view \\192.168.0.3"
b) at PC2, type "net view \\192.168.0.2"
Both should list any shared drives/printers, as opposed to giving Error
53 or any other response.