RDunn, this is quite a common problem for PCs. The issue is usually because you have more than one network card (NIC); usually a wireless one and a wired one. Windows Socket driver (Winsock) is determining which network card to use, and there is a 50/50 chance it will pick the "wrong" one. No application can tell Winsock what to do (i.e. which card to pick), so you have to force its hand by trying one of these:
(o) Disabling all NICs besides the one you are using.
(o) Reprioritize your NICs so that the one you are using is on top (usually the wireless is on top and NOT the one you are trying to use).
(o) Use a WinXP PC that has IPX protocol and use the IPX protocol button as ATU suggested.