Windows 7 Build 7077 x64: Can't share files over VPN

danwilson1

New Member
Joined
Apr 12, 2009
Messages
2
VPN to my workplace is working (I can remote desktop to my Win XP x64 workstation), but file sharing is not. This problem is only occurring with Windows 7, as I can still share files on vista and XP just by tying in "\\<computer name>\<share folder>" in windows explorer.

I've tried adjusting the file sharing properties, bringing down the firewall, following the "Using ICS" instructions, deleting the home share, adding back the home share, and still no joy.

Anyone out there have any ideas?

Dan
 


Solution
It seems like you are encountering issues with file sharing between your Windows 7 computer and your workplace network, specifically with a Windows XP x64 workstation. Here are some troubleshooting steps you can try to resolve this problem:

### Troubleshooting Steps for File Sharing Issue:
1. Check Network Discovery and File Sharing Settings:
- Make sure that Network Discovery is turned on.
- Enable File and Printer Sharing in the Network and Sharing Center.

2. Ensure Proper Permissions:
- Verify that the shared folders have the correct permissions set to allow access.
- Check both the share permissions and the NTFS permissions.

3. Network Location:
- Ensure that the network is identified as a Private...
It seems like you are encountering issues with file sharing between your Windows 7 computer and your workplace network, specifically with a Windows XP x64 workstation. Here are some troubleshooting steps you can try to resolve this problem:

### Troubleshooting Steps for File Sharing Issue:
1. Check Network Discovery and File Sharing Settings:
- Make sure that Network Discovery is turned on.
- Enable File and Printer Sharing in the Network and Sharing Center.

2. Ensure Proper Permissions:
- Verify that the shared folders have the correct permissions set to allow access.
- Check both the share permissions and the NTFS permissions.

3. Network Location:
- Ensure that the network is identified as a Private network (not Public), as Public networks have more restrictive settings.

4. Disable Antivirus and Firewall:
- Temporarily disable any third-party antivirus/firewall software that might be blocking file sharing.
- Check if the built-in Windows Firewall is configured to allow file sharing.

5. Use IP Address Instead of Hostname:
- Try accessing the shared folders by using the IP address of the Windows XP x64 workstation instead of the hostname.

6. Reset TCP/IP Stack:
- Open a Command Prompt with administrative privileges and run the following commands:
Code:
     netsh int ip reset
     netsh winsock reset

7. Check Workgroup Settings:
- Ensure that both the Windows 7 and Windows XP x64 computers are in the same workgroup.
- Update the workgroup settings if needed.

8. Network Troubleshooter:
- Run the Network Troubleshooter in Windows 7 to identify and potentially fix network-related issues.

9. Update Network Drivers:
- Ensure that the network drivers on both the Windows 7 and Windows XP x64 systems are up to date.

### Additional Suggestions:
  • Reboot both the Windows 7 and Windows XP x64 computers after making changes.
  • Verify that the VPN connection settings do not restrict file sharing.
  • Look for any related error messages in the Event Viewer that might provide more insights.

Try these steps and see if they help resolve the file sharing issue between your Windows 7 system and the Windows XP x64 workstation. If the problem persists, feel free to provide more details for further assistance.
 


Solution
Back
Top