Windows XP Community - XPHeads



VPN access to network file shares

microsoft.public.windowsxp.work_remotely


Reply
  #1 (permalink)  
Old 06-19-2008, 11:06 AM
JPL
 
Posts: n/a
VPN access to network file shares
Hi,

I provide IT support to a locally based charity, and would like help to get
one of their users connected to their file shares over a VPN connection.

The file shares are on a server running Windows Small Business Server 2003
R2. The VPN connection is directly to the server using Microsoft PPTP.

The user can connect to the server via VPN and can use Outlook Web Access
without problems.

The network file shares appear to be setup correctly. This is done via a
VBS script, which reports via WScript.Network.EnumNetworkDrives.Item(i) that
the mappings have been successful.

However, the newly mapped drives (P:, Q:, etc.) are not shown in the Windows
Explorer Folders pane, and the user is umable to find them, much less access
them.

I suspect the problem relates to the PC OS, as the PC runs Windows XP Home
Edition. (Everything works without any problem when connecting from a PC
running XP Pro.)

I have no access to an XP Home PC myself, although I understand that XP Home
cannot join a domain and is restricted to Simple File Sharing. I have not
used Simple File Sharing and do not understand thye details of its operation
or limitations.

Is it possible to connect to the network shares from XP Home? If so, how
may this be configured?

JPL
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-19-2008, 11:37 AM
Sooner Al [MVP]
 
Posts: n/a
Re: VPN access to network file shares
I would expect you could use the UNC, ie. \\FileServerName\ShareName or
\\12.34.56.78\ShareName (where 12.34.56.78 is the LAN IP of the file
server), when connected to the VPN to access the folders and files.

--

Al Jarvi (MS-MVP Windows – Desktop User Experience)

Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
How to ask a question
http://support.microsoft.com/KB/555375

"JPL" <JPL@discussions.microsoft.com> wrote in message
news:FD9A4E97-4F09-4899-A3B4-E9F78219DDC9@microsoft.com...
> Hi,
>
> I provide IT support to a locally based charity, and would like help to
> get
> one of their users connected to their file shares over a VPN connection.
>
> The file shares are on a server running Windows Small Business Server 2003
> R2. The VPN connection is directly to the server using Microsoft PPTP.
>
> The user can connect to the server via VPN and can use Outlook Web Access
> without problems.
>
> The network file shares appear to be setup correctly. This is done via a
> VBS script, which reports via WScript.Network.EnumNetworkDrives.Item(i)
> that
> the mappings have been successful.
>
> However, the newly mapped drives (P:, Q:, etc.) are not shown in the
> Windows
> Explorer Folders pane, and the user is umable to find them, much less
> access
> them.
>
> I suspect the problem relates to the PC OS, as the PC runs Windows XP Home
> Edition. (Everything works without any problem when connecting from a PC
> running XP Pro.)
>
> I have no access to an XP Home PC myself, although I understand that XP
> Home
> cannot join a domain and is restricted to Simple File Sharing. I have not
> used Simple File Sharing and do not understand thye details of its
> operation
> or limitations.
>
> Is it possible to connect to the network shares from XP Home? If so, how
> may this be configured?
>
> JPL


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-19-2008, 12:33 PM
Sooner Al [MVP]
 
Posts: n/a
Re: VPN access to network file shares
I forgot to add you might post to the microsoft.public.windows.server.sbs
news group for help. Its probably more pertinent.

--

Al Jarvi (MS-MVP Windows – Desktop User Experience)

Please post *ALL* questions and replies to the news group for the
mutual benefit of all of us...
The MS-MVP Program - http://mvp.support.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no
rights...
How to ask a question
http://support.microsoft.com/KB/555375

"Sooner Al [MVP]" <SoonerAl@somewhere.net.invalid> wrote in message
news:41CA05FA-7E80-4FDF-883B-D69A60051D0E@microsoft.com...
>I would expect you could use the UNC, ie. \\FileServerName\ShareName or
>\\12.34.56.78\ShareName (where 12.34.56.78 is the LAN IP of the file
>server), when connected to the VPN to access the folders and files.
>
> --
>
> Al Jarvi (MS-MVP Windows – Desktop User Experience)
>
> Please post *ALL* questions and replies to the news group for the
> mutual benefit of all of us...
> The MS-MVP Program - http://mvp.support.microsoft.com
> This posting is provided "AS IS" with no warranties, and confers no
> rights...
> How to ask a question
> http://support.microsoft.com/KB/555375
>
> "JPL" <JPL@discussions.microsoft.com> wrote in message
> news:FD9A4E97-4F09-4899-A3B4-E9F78219DDC9@microsoft.com...
>> Hi,
>>
>> I provide IT support to a locally based charity, and would like help to
>> get
>> one of their users connected to their file shares over a VPN connection.
>>
>> The file shares are on a server running Windows Small Business Server
>> 2003
>> R2. The VPN connection is directly to the server using Microsoft PPTP.
>>
>> The user can connect to the server via VPN and can use Outlook Web Access
>> without problems.
>>
>> The network file shares appear to be setup correctly. This is done via a
>> VBS script, which reports via WScript.Network.EnumNetworkDrives.Item(i)
>> that
>> the mappings have been successful.
>>
>> However, the newly mapped drives (P:, Q:, etc.) are not shown in the
>> Windows
>> Explorer Folders pane, and the user is umable to find them, much less
>> access
>> them.
>>
>> I suspect the problem relates to the PC OS, as the PC runs Windows XP
>> Home
>> Edition. (Everything works without any problem when connecting from a PC
>> running XP Pro.)
>>
>> I have no access to an XP Home PC myself, although I understand that XP
>> Home
>> cannot join a domain and is restricted to Simple File Sharing. I have
>> not
>> used Simple File Sharing and do not understand thye details of its
>> operation
>> or limitations.
>>
>> Is it possible to connect to the network shares from XP Home? If so, how
>> may this be configured?
>>
>> JPL

>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-19-2008, 02:17 PM
JPL
 
Posts: n/a
Re: VPN access to network file shares
Al,

Thanks for your help.

UNC is a good idea - I shall suggest the user tries that.

I'll also try the SBS and XP Networking forums.

JPL

"Sooner Al [MVP]" wrote:

> I forgot to add you might post to the microsoft.public.windows.server.sbs
> news group for help. Its probably more pertinent.
>
> --


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

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



All times are GMT. The time now is 02:14 PM.








Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

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