Networking Forums

Networking Forums > Computer Networking > Windows Networking > Mapping windows 2003 network drive to XP

Reply
Thread Tools Display Modes

Mapping windows 2003 network drive to XP

 
 
BCS
Guest
Posts: n/a

 
      08-09-2004, 03:24 AM
I am trying to set up a simple VPN for a friend's business. Right now
they all work in remote locations and just need a shared drive where
they can exchange files. I am setting up a VPN on Windows 2003
server. All they need right now is a shared drive, but I'm thinking
they might want to do more later so I'm setting up a VPN.

It is a very simple set-up with 1 NIC card and a PPTP connection. I
don't see the absolute necessity at this point for a hardware
firewall.

The VPN seems to be set up fine. I am able to successfully connect to
the server from my stand-alone Windows XP computer over the Internet
using the XP VPN client. Once connected, I can ping to the server
with both the public and private IP numbers. The server also shows
the VPN remote connection in the RRAS console.

The problem is that I can't seem to map the network drive to my local
computer. I have tried using the Map Network Drive tool in Windows
explorer. No matter what I enter into the Folder box
(\\servername\share, \\ipnumberofserver\share, etc) I get the error
message "drive could not be mapped because no network was found." I
did try clicking "Connect using a different user name" and then
entering the server user name and password, and got no error. But
once again, no luck when trying to select a folder. (I have even
tried connecting as the server administrator to make sure it wasn't
simply a permissions problem)

I have a feeling there is just something simple I need to do on the
server. I've tried looking everywhere for what the problem is, but
can't seem to find it.

Thanks for your help.
 
Reply With Quote
 
 
 
 
Miha Pihler
Guest
Posts: n/a

 
      08-09-2004, 06:22 AM
Hi,

Try to use IP instead of servername e.g. \\10.10.10.10\share whare
\\10.10.10\ is IP of your file server. If this works then you have a name
resolution problem.
Second thing to look out for is IP filters that are applied when you setup
VPN. They can prevent access to share. Take a look in RRAS under
Interfaces...

My advice regarding security. You should _definitely_ think (and act) about
some sort of a firewall and you should use 2 NIC cards on VPN server
(internal and external).

Mike

"BCS" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> I am trying to set up a simple VPN for a friend's business. Right now
> they all work in remote locations and just need a shared drive where
> they can exchange files. I am setting up a VPN on Windows 2003
> server. All they need right now is a shared drive, but I'm thinking
> they might want to do more later so I'm setting up a VPN.
>
> It is a very simple set-up with 1 NIC card and a PPTP connection. I
> don't see the absolute necessity at this point for a hardware
> firewall.
>
> The VPN seems to be set up fine. I am able to successfully connect to
> the server from my stand-alone Windows XP computer over the Internet
> using the XP VPN client. Once connected, I can ping to the server
> with both the public and private IP numbers. The server also shows
> the VPN remote connection in the RRAS console.
>
> The problem is that I can't seem to map the network drive to my local
> computer. I have tried using the Map Network Drive tool in Windows
> explorer. No matter what I enter into the Folder box
> (\\servername\share, \\ipnumberofserver\share, etc) I get the error
> message "drive could not be mapped because no network was found." I
> did try clicking "Connect using a different user name" and then
> entering the server user name and password, and got no error. But
> once again, no luck when trying to select a folder. (I have even
> tried connecting as the server administrator to make sure it wasn't
> simply a permissions problem)
>
> I have a feeling there is just something simple I need to do on the
> server. I've tried looking everywhere for what the problem is, but
> can't seem to find it.
>
> Thanks for your help.



 
Reply With Quote
 
BCS
Guest
Posts: n/a

 
      08-09-2004, 01:53 PM
Mike,

Thanks for your reply. Actually, I found the problem and it was my
own doing. In setting up the server without a firewall, I went
through and blocked various ports, including 445. Obviously this
worked against the server working as a VPN. (But all the more reason
to get a hardware firewall!)

The only other problem I'm experiencing, which might be a little off
topic to my original post, is that when I log onto the VPN, all of my
other Internet services on my local PC don't work (no browsing, no
email). Do you have any idea how I would rectify this?


"Miha Pihler" <mihap-(E-Mail Removed)> wrote in message news:<#(E-Mail Removed)>...
> Hi,
>
> Try to use IP instead of servername e.g. \\10.10.10.10\share whare
> \\10.10.10\ is IP of your file server. If this works then you have a name
> resolution problem.
> Second thing to look out for is IP filters that are applied when you setup
> VPN. They can prevent access to share. Take a look in RRAS under
> Interfaces...
>
> My advice regarding security. You should _definitely_ think (and act) about
> some sort of a firewall and you should use 2 NIC cards on VPN server
> (internal and external).
>
> Mike
>
> "BCS" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed) om...
> > I am trying to set up a simple VPN for a friend's business. Right now
> > they all work in remote locations and just need a shared drive where
> > they can exchange files. I am setting up a VPN on Windows 2003
> > server. All they need right now is a shared drive, but I'm thinking
> > they might want to do more later so I'm setting up a VPN.
> >
> > It is a very simple set-up with 1 NIC card and a PPTP connection. I
> > don't see the absolute necessity at this point for a hardware
> > firewall.
> >
> > The VPN seems to be set up fine. I am able to successfully connect to
> > the server from my stand-alone Windows XP computer over the Internet
> > using the XP VPN client. Once connected, I can ping to the server
> > with both the public and private IP numbers. The server also shows
> > the VPN remote connection in the RRAS console.
> >
> > The problem is that I can't seem to map the network drive to my local
> > computer. I have tried using the Map Network Drive tool in Windows
> > explorer. No matter what I enter into the Folder box
> > (\\servername\share, \\ipnumberofserver\share, etc) I get the error
> > message "drive could not be mapped because no network was found." I
> > did try clicking "Connect using a different user name" and then
> > entering the server user name and password, and got no error. But
> > once again, no luck when trying to select a folder. (I have even
> > tried connecting as the server administrator to make sure it wasn't
> > simply a permissions problem)
> >
> > I have a feeling there is just something simple I need to do on the
> > server. I've tried looking everywhere for what the problem is, but
> > can't seem to find it.
> >
> > Thanks for your help.

 
Reply With Quote
 
Miha Pihler
Guest
Posts: n/a

 
      08-09-2004, 02:37 PM
Hi,

Check out this article. This is set on VPN connection on the client (Under
Networking -> TCP/IP -> Advanced).

254231 - Change in Remote Access Route Behavior with Windows 2000
http://support.microsoft.com/default...b;en-us;254231

If this doesn't help, check interface IP filters.

Mike

"BCS" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> Mike,
>
> Thanks for your reply. Actually, I found the problem and it was my
> own doing. In setting up the server without a firewall, I went
> through and blocked various ports, including 445. Obviously this
> worked against the server working as a VPN. (But all the more reason
> to get a hardware firewall!)
>
> The only other problem I'm experiencing, which might be a little off
> topic to my original post, is that when I log onto the VPN, all of my
> other Internet services on my local PC don't work (no browsing, no
> email). Do you have any idea how I would rectify this?
>
>
> "Miha Pihler" <mihap-(E-Mail Removed)> wrote in message

news:<#(E-Mail Removed)>...
> > Hi,
> >
> > Try to use IP instead of servername e.g. \\10.10.10.10\share whare
> > \\10.10.10\ is IP of your file server. If this works then you have a

name
> > resolution problem.
> > Second thing to look out for is IP filters that are applied when you

setup
> > VPN. They can prevent access to share. Take a look in RRAS under
> > Interfaces...
> >
> > My advice regarding security. You should _definitely_ think (and act)

about
> > some sort of a firewall and you should use 2 NIC cards on VPN server
> > (internal and external).
> >
> > Mike
> >
> > "BCS" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed) om...
> > > I am trying to set up a simple VPN for a friend's business. Right now
> > > they all work in remote locations and just need a shared drive where
> > > they can exchange files. I am setting up a VPN on Windows 2003
> > > server. All they need right now is a shared drive, but I'm thinking
> > > they might want to do more later so I'm setting up a VPN.
> > >
> > > It is a very simple set-up with 1 NIC card and a PPTP connection. I
> > > don't see the absolute necessity at this point for a hardware
> > > firewall.
> > >
> > > The VPN seems to be set up fine. I am able to successfully connect to
> > > the server from my stand-alone Windows XP computer over the Internet
> > > using the XP VPN client. Once connected, I can ping to the server
> > > with both the public and private IP numbers. The server also shows
> > > the VPN remote connection in the RRAS console.
> > >
> > > The problem is that I can't seem to map the network drive to my local
> > > computer. I have tried using the Map Network Drive tool in Windows
> > > explorer. No matter what I enter into the Folder box
> > > (\\servername\share, \\ipnumberofserver\share, etc) I get the error
> > > message "drive could not be mapped because no network was found." I
> > > did try clicking "Connect using a different user name" and then
> > > entering the server user name and password, and got no error. But
> > > once again, no luck when trying to select a folder. (I have even
> > > tried connecting as the server administrator to make sure it wasn't
> > > simply a permissions problem)
> > >
> > > I have a feeling there is just something simple I need to do on the
> > > server. I've tried looking everywhere for what the problem is, but
> > > can't seem to find it.
> > >
> > > Thanks for your help.



 
Reply With Quote
 
Ryan Tryssenaar
Guest
Posts: n/a

 
      08-09-2004, 03:47 PM


"BCS" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
>
> The only other problem I'm experiencing, which might be a little off
> topic to my original post, is that when I log onto the VPN, all of my
> other Internet services on my local PC don't work (no browsing, no
> email). Do you have any idea how I would rectify this?
>


Go into the properties of the VPN connection, click on the Networking tab,
then double-click Internet Protocol (TCP/IP). On that screen, click
advanced, then deselect the check box "Use default gateway on remote
network" so you will use your own connection for Internet access, and the
VPN connection for access to the remote network.

Ryan


 
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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mapping Network Drive From Windows 7 to a Win2k Server Bruce Windows Networking 10 04-14-2010 03:55 AM
Mapping a drive on a Windows 2003 Server from a web server John Windows Networking 7 12-12-2005 02:48 PM
Network and Drive Mapping between Windows 98SE & XP Tony Windows Networking 0 04-13-2004 11:59 PM
Mapping a network drive from Windows to Unix =?Utf-8?B?TWF0dGhldw==?= Windows Networking 0 03-06-2004 08:31 PM
19 July 2003, Mapping Network Drive , C To Z on same machine Sham Yemul Windows Networking 2 07-20-2003 05:32 AM



1 2 3 4 5 6 7 8 9 10 11