Newbie needs mapping help
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > WebserverTalk Community > VPN > Newbie needs mapping help




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Newbie needs mapping help  
John Simpson


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-19-04 10:45 PM

Hi Group

Yesterday I couldn't spell VPN. Today I managed to establish communications
between 2 XP machines, but I have absolutely no clue as how to do the
mapping so I can see the remote share.

If anyone could give me some pointers or head me in the right direction it
would be greatly appreciated. I've Googled, but I can't find anything that
makes sense to me.

Thanks in advance.

John







[ Post a follow-up to this message ]



    Re: Newbie needs mapping help  
ppointer@nospamindspring.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-19-04 10:45 PM

John Simpson wrote:
> Hi Group
>
> Yesterday I couldn't spell VPN. Today I managed to establish communication
s
> between 2 XP machines, but I have absolutely no clue as how to do the
> mapping so I can see the remote share.
>
My favorite way is to pull up a console window, and use the "net use"
command.  So, if your remote computer is "John_B" with share called
"share_B" and you're on "John_A" or whatever, the command is "net use *
\\john_b\share_b".  That will give you a drive designation, like "f:" on
John_A for accessing the remote share.  To get rid of it, the command is
"net use f: /delete".






[ Post a follow-up to this message ]



    Re: Newbie needs mapping help  
John Simpson


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-19-04 10:45 PM


<ppointer@nospamindspring.com> wrote in message
news:tredd.34$xf6.17@fe2.columbus.rr.com...
> John Simpson wrote: 
communications[vbcol=seagreen] 
> My favorite way is to pull up a console window, and use the "net use"
> command.  So, if your remote computer is "John_B" with share called
> "share_B" and you're on "John_A" or whatever, the command is "net use *
> \\john_b\share_b".  That will give you a drive designation, like "f:" on
> John_A for accessing the remote share.  To get rid of it, the command is
> "net use f: /delete".
>

I tried that: "net use z: \\dell2400\c". The error was "The network path was
not found". I use network drive mapping on a daily basis, but I have no idea
of how to do it in a VPN environment.
I even tried: "net use z: \\<remote PC IP Address>\c" with no luck.

John







[ Post a follow-up to this message ]



    Re: Newbie needs mapping help  
ppointer@nospamindspring.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-20-04 07:45 AM

John Simpson wrote:
> I tried that: "net use z: \\dell2400\c". The error was "The network path w
as
> not found". I use network drive mapping on a daily basis, but I have no id
ea
> of how to do it in a VPN environment.
> I even tried: "net use z: \\<remote PC IP Address>\c" with no luck.
>
In that case, we'll need more information about your setup.  I use PPTP
all of the time and can "net use" remote shares at will.





[ Post a follow-up to this message ]



    Re: Newbie needs mapping help  
John Simpson


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-20-04 10:45 PM


<ppointer@nospamindspring.com> wrote in message
news:dAkdd.2553$mP6.814@fe1.columbus.rr.com...
> John Simpson wrote: 
was[vbcol=seagreen] 
idea[vbcol=seagreen] 
> In that case, we'll need more information about your setup.  I use PPTP
> all of the time and can "net use" remote shares at will.

OK, here goes.

The client PC is a Dell2350 running XP Pro connected to a Netgear MR814
wired/wireless router.
The remote PC (VPN server) is a Dell 2400 running XP Pro connected to
another Netgear MR814 router.  There are cable modems on each end with
seldom, if never, changing IP addresses. As stated on the box, the 814's
feature "Static and dynamic routing with TCP/IP, VPN pass-through (IPSec,
L2TP), NAT, PPTP, PPPoE, DCHP".

The connection is being made by the XP software, meaning there is no 3rd
party software. The gateway on the client end is 192.168.0.1 with a total of
three PC's on the network. The gateway on the server end is also
192.168.0.1, with a single PC and a Panasonic KX-HCM10 camera with a
built-in web server (192.168.0.253). The remote end is also has FTP server
software running on it (Ipswitch).

I can make the connection fine, but cannot see any shares. I'm sure that
this is a mapping issue, but as a total VPN idiot, I don't know where to go
from here.

John







[ Post a follow-up to this message ]



    Re: Newbie needs mapping help  
ppointer@nospamindspring.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-20-04 10:45 PM

John Simpson wrote:
> The connection is being made by the XP software, meaning there is no 3rd
> party software. The gateway on the client end is 192.168.0.1 with a total 
of
> three PC's on the network. The gateway on the server end is also
> 192.168.0.1, with a single PC and a Panasonic KX-HCM10 camera with a
> built-in web server (192.168.0.253). The remote end is also has FTP server
> software running on it (Ipswitch).
>
Try changing your subnet on one end to something else.  It's probably
simpler with the remote side client.  So, for example, change the remote
router's IP address to 192.168.1.whatever.  What I am guessing is
happening is that your server is not being allowed to supply your remote
client with an IP address, which is fine, but you definitely don't want
to have multiple systems in your network with the same IP.





[ Post a follow-up to this message ]



    Re: Newbie needs mapping help  
John Simpson


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-22-04 10:45 PM


<ppointer@nospamindspring.com> wrote in message
news:dAkdd.2553$mP6.814@fe1.columbus.rr.com...
> John Simpson wrote: 
was[vbcol=seagreen] 
idea[vbcol=seagreen] 
> In that case, we'll need more information about your setup.  I use PPTP
> all of the time and can "net use" remote shares at will.

Your latest post seems to have disappeared from my news server.

I changed my client end network to 192.168.116.nnn, did a "net use z:
\\dell2400\c" and it worked fine.

Thank you. Your help is greatly appreciated.

John







[ Post a follow-up to this message ]



    Re: Newbie needs mapping help  
ppointer@nospamindspring.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-22-04 10:45 PM

John Simpson wrote:
> Your latest post seems to have disappeared from my news server.
>
> I changed my client end network to 192.168.116.nnn, did a "net use z:
> \\dell2400\c" and it worked fine.
>
> Thank you. Your help is greatly appreciated.
>
You are welcome.  Too bad the router documentation I have seen from
several manufacturers fails to highlight this particular issue, if they
mention it at all.





[ Post a follow-up to this message ]



    Re: Newbie needs mapping help  
John Simpson


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-22-04 10:45 PM


<ppointer@nospamindspring.com> wrote in message
news:dyced.20838$5v2.19601@fe2.columbus.rr.com...
> John Simpson wrote: 
> You are welcome.  Too bad the router documentation I have seen from
> several manufacturers fails to highlight this particular issue, if they
> mention it at all.

I never would have thought of it, but then, I'm  VPN challenged.







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 10:26 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register