Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Networking Forum > File and Application Sharing
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


File and Application Sharing Help sharing network resources - We do not support P2P of any kind

Closed Thread
 
LinkBack Thread Tools
Old 01-27-2008, 03:14 AM   #1 (permalink)
Registered User
 
Join Date: Jul 2007
Location: Australia
Posts: 7
OS: Vista Ultimate, XP Pro


Vista sees but can not access XP

I'm running 2 PC's on a home network. They connect to a switch which in turn connects to my router. They can access the internet, but can't access each other. One PC runs Vista Ultimate, the other XP Pro (SP2). They connect through a 16-port switch (used to use it for LAN parties) which connects to my router (it's a Netcomm NB6 if thats of any help).

My vista pc can see itself, and the other pc in the network window and on the network map (I installed that responder on the xp computer). But when I try to access the XP machine, it tells me to check the spelling of the name (Error code: 0x80070035 the network path was not found.) On clicking diagnose it says it doesn't have a valid host name. My XP pc doesn't see anything.

Both computers are on the work group "WORKGROUP". My Vista machine is set to private network with Network Discovery, File sharing, Public folder sharing, printer sharing and media sharing to On and Password protected sharing Off. I've turned both machines firewalls off, they have the IP addresses 192.168.1.3 and 192.168.1.4 both have the subnet mask of 255.255.255.0 and connect through the gateway 192.168.1.1 (my router's default). I've turned off IPv6 in Vista.

If the xp computer's "network path" can't be found why does Vista find it in my network map and every time I refresh the network window. Any help would be greatly appreciated.

Last edited by Phr4nk0; 01-27-2008 at 03:16 AM.
Phr4nk0 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 01-27-2008, 12:51 PM   #2 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,685
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Vista sees but can not access XP

Turn off any firewalls for debugging. If the firewall is the problem, you'll have to configure it to allow access to "trusted zone" addresses. Note that some firewalls must be completely uninstalled to stop them from affecting your networking.

Hold the Windows key and press R, then type CMD to open a command prompt for the following commands:

PING each remote computer by IP address, and if successful, PING by name. Open a command prompt as described above and type.

PING <ip address>
or
PING <computer name>

Where:
<ip address> - is the x.x.x.x IP address
<computer name> - is the computer name

A failure to PING is almost always a firewall configuration issue. Any failure to PING needs to be corrected before you go any farther.

Note: You can obtain the IP address and computer name of a computer by opening a command prompt (DOS window) and typing IPCONFIG /ALL. This should work for any Windows version. The IPCONFIG /ALL display will provide a wealth of useful information for debugging your network connection.

Check your Services are Started on all PCs:
  • Computer Browser
  • DHCP Client
  • DNS Client
  • Network Connections
  • Network Location Awareness
  • Remote Procedure Call (RPC)
  • Server
  • TCP/IP Netbios helper
  • Workstation

Note: You can check the services in Control Panel, Administrative Tools, Services.

All of these services should be started, and their startup type should be automatic.

All computers should be in the same workgroup for computer browsing to function properly. File & Print Sharing has to be enabled on any computer you wish to share files or printers from. You also need to actually share the resource in question from My Computer, right click on the drive/printer/folder, and select sharing.

If you encounter difficulties accessing computers that are visible in Network Neighborhood, make sure the computer being accessed has an account with the same name/password as the system connecting to it uses to login.

While the default NetBIOS setting is correct for normal network configurations, it's possible for it to be altered, and it costs nothing to make sure it's correct. NETBIOS over TCP/IP must be enabled for normal network browsing.
__________________
If TSF has helped you, Tell us about it! or Donate to help keep the site up!

Microsoft MVP - Windows Desktop Experience
johnwill is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 01-28-2008, 09:20 AM   #3 (permalink)
Registered User
 
Join Date: Jul 2007
Location: Australia
Posts: 7
OS: Vista Ultimate, XP Pro


Re: Vista sees but can not access XP

Thanks for the reply johnwill.

I've read your post and have completely uninstalled any and all firewalls on both systems. Only windows firewall remains (can this be uninstalled? It's a pain sometimes but I guess that's another question for another time. It's turned off for now.)

On attempting to ping the XP pc from my Vista machine by IP Address it connected 4/4 times, but by computer name it failed. On attempting to ping XP to Vista by IP it failed 4/4 times and did also by name.

I decided to ping the computer I was pinging from just to be thorough (ie. ping 192.168.1.3 from 192.168.1.3). The Vista machine responded by IP and Name but the XP Machine didn't respond to either.

On checking the services you listed I found Vista had 'Network Connections' set to Manual and XP had 'Network Connections' and 'Network Location Awareness' set to Manual, but they were started. I changed them to Automatic and then restarted both machines.

My network is now working! I can ping both machines by name and IP and can access shares from both. However XP still doesn't see any machines connected to its workgroup. I had to manually add the network addresses of my Vista shares. Any ideas why, it's finally working and I'm having no other problems so I don't really want to mess with it too much lol.

Thanks again johnwill!
Phr4nk0 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 01-28-2008, 03:03 PM   #4 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,685
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Vista sees but can not access XP

Sounds like master browser issues.

On each of the machines, let's see this.

Hold the Windows key and press R, then type CMD to open a command prompt:

Type the following two commands:

NBTSTAT -n

IPCONFIG /ALL

Right click in the command window and choose Select All, then hit Enter.
Paste the results in a message here.

If you are on a machine with no network connection, use a floppy, USB disk, or a CD-RW disk to transfer a text file with the information to allow pasting it here.
__________________
If TSF has helped you, Tell us about it! or Donate to help keep the site up!

Microsoft MVP - Windows Desktop Experience
johnwill is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 01-28-2008, 08:44 PM   #5 (permalink)
Registered User
 
Join Date: Jul 2007
Location: Australia
Posts: 7
OS: Vista Ultimate, XP Pro


Re: Vista sees but can not access XP

Thanks for the continued help johnwill.

Funnily enough, after restarting at least 5 times yesterday, upon turning them on today it seems they finally recognized each other. Both machines can be seen in the workgroup, and can be accessed at will. I finally have a fully working network!

Thanks for all the help johnwill, you've bailed me out twice now.
Phr4nk0 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 01-29-2008, 03:24 PM   #6 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,685
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Vista sees but can not access XP

One thing to keep in mind, it takes Windows Network Browsing about 15 minutes at times to populate the Network Places computer list, nature of the beast. Sometimes patience is all that's required.
__________________
If TSF has helped you, Tell us about it! or Donate to help keep the site up!

Microsoft MVP - Windows Desktop Experience
johnwill is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 11-16-2009, 10:00 PM   #7 (permalink)
Registered User
 
Join Date: Nov 2009
Posts: 2
OS: win7


Re: Vista sees but can not access XP

hi johnwill

i had the same problem. when i deactived the firewall and did some small
changes in the registry, so i could install the xp printer on vista and browse the folder on xp maschine. as soon i actived the firewall no. what i have to change in the xp firewall that it works. all standard features in exeptions are actived (non blocked, like print and folder).

would be nice to get a help

alex
taqwa is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Old 11-17-2009, 11:41 AM   #8 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,685
OS: Windows 7, XP-Pro, Vista, Linux


Blog Entries: 1
Re: Vista sees but can not access XP

It would be nice if you started your own thread with complete details about your network.
__________________
If TSF has helped you, Tell us about it! or Donate to help keep the site up!

Microsoft MVP - Windows Desktop Experience
johnwill is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Closed Thread


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 05:06 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85