Tech Support Forum banner
Status
Not open for further replies.
1 - 9 of 9 Posts

· Registered
Joined
·
7 Posts
Discussion Starter · #1 ·
Hi, I have a desktop PC (XP) and two wirelessly connected laptops (Vista and Windows 7) on my home network. They each have their own static IP addresses.

I want to be able to share files so that I can access a file on Laptop 1 from Laptop 2 etc. I've been trying to follow online guides to help with this but with no success.

I think that the desktop and window 7 laptop are visible on the network but the XP laptop isn't showing up and I'm not sure why.

Hope someone can help....

Thank you.
 

· Registered
Joined
·
7 Posts
Discussion Starter · #3 ·
Re: Help with file-sharing over the network please.

Thanks for the quick reply.

Sorry but I made a mistake when I typed out the last bit (I appreciate that this makes helping me a bit more difficult!). The desktop (XP) and the laptop (windows 7) are detectable but the second laptop (vista) isn't showing up. Does the link you supplied help with this too?

(I will try to edit the info in my original post).
 

· Global Moderator
Electronic Design
Joined
·
52,687 Posts
Re: Help with file-sharing over the network please.

Actually, the LLTD only helps Vista and Windows 7 make a more complete network map, it's just eye candy and has nothing to do with actual network connectivity.


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.

In the command prompt window that opens, type type 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:
  • COM+ Event System (for WZC issues)
  • Computer Browser
  • DHCP Client
  • DNS Client
  • Network Connections
  • Network Location Awareness
  • Remote Procedure Call (RPC)
  • Server
  • TCP/IP Netbios helper
  • Wireless Zero Configuration (XP wireless configurations)
  • WLAN AutoConfig (Vista wireless configurations)
  • 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.

If a service is not running, open it's properties and check the dependencies. Check each of the dependencies and see which one is preventing the service from running. Checking the event log is also a good idea here, there may be clues to what is failing.


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 Places (Network and Sharing Center in Vista), make sure the computer being accessed has an account with the same name/password as the system connecting to it uses to login. NOTE: Vista's default is to require a password on the account to enable file/print sharing.

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. You can open a command prompt as described above and type the following command: nbtstat -n. This will display the status of NetBIOS or indicate it's not configured.
 

· Registered
Joined
·
7 Posts
Discussion Starter · #5 ·
Re: Help with file-sharing over the network please.

Excellent thank you. Problem is almost solved.

All three computers (desktop plus 2 laptops) are visible on the network. Two of them I can access no problem but my Windows 7 laptop can't be accessed unless the firewall is off. I gather that I need to make an exception to the firewall settings on this laptop to allow the network to access it but I'm not sure how to do this....
 

· Registered
TSF Emeritus
Joined
·
20,493 Posts
Re: Help with file-sharing over the network please.

From your Windows 7 computer please do the the following:

1.Open Windows Firewall by clicking the Start button , clicking Control Panel, clicking Security, and then clicking Windows Firewall.

2.Click Allow a program through Windows Firewall. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.

3.In the Program or port list, make sure the File and Printer Sharing check box is selected, and then click OK.

Please give us an update.
 
1 - 9 of 9 Posts
Status
Not open for further replies.
Top