Networking Forums

Networking Forums > Computer Networking > Windows Networking > Is it possible to have a fixed IP for VPN Server?

Reply
Thread Tools Display Modes

Is it possible to have a fixed IP for VPN Server?

 
 
Benoit Dubuc
Guest
Posts: n/a

 
      11-05-2006, 12:14 PM
Hi all.

I'm not a network guy (more on the dev side) and I have an issue with a
client with the VPN server not having the same IP each time the server is
rebooted. We have 3-4 users accessing a Windows 2003 server through VPN and
a shared drive and the mapped drive is done using the VPN Server'S IP address
(cause I didn't know better).

Now, each tiem the server is rebooted (updates or what have you), the VPN
Server IP address changes and all the users freak out because their mapped
drive is no longer valid.

How to avoid that? Is there a way to tell the VPN server to always use the
same IP or is there a way to map the remote network drive so it doesn't use
the IP address of the server?


Thanks a lot for your help,






 
Reply With Quote
 
 
 
 
Robert L [MVP - Networking]
Guest
Posts: n/a

 
      11-05-2006, 04:12 PM
I am not sure you can assign static IP for VPN server running PPTP. However, you may have two options to fix this issue. 1. Use the RRAS LAN IP. 2. Setup WINS server for VPN name resolution.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Benoit Dubuc" <(E-Mail Removed)> wrote in message news:E1FD6807-AFB3-410E-884F-(E-Mail Removed)...
Hi all.

I'm not a network guy (more on the dev side) and I have an issue with a
client with the VPN server not having the same IP each time the server is
rebooted. We have 3-4 users accessing a Windows 2003 server through VPN and
a shared drive and the mapped drive is done using the VPN Server'S IP address
(cause I didn't know better).

Now, each tiem the server is rebooted (updates or what have you), the VPN
Server IP address changes and all the users freak out because their mapped
drive is no longer valid.

How to avoid that? Is there a way to tell the VPN server to always use the
same IP or is there a way to map the remote network drive so it doesn't use
the IP address of the server?


Thanks a lot for your help,






 
Reply With Quote
 
Benoit Dubuc
Guest
Posts: n/a

 
      11-06-2006, 07:05 PM
Thanks for the help, Robert.

I know what a WINS server is, but I don't know what is the RRAS LAN IP:
where would I find it?

Thanks

"Robert L [MVP - Networking]" wrote:

> I am not sure you can assign static IP for VPN server running PPTP. However, you may have two options to fix this issue. 1. Use the RRAS LAN IP. 2. Setup WINS server for VPN name resolution.
>
> Bob Lin, MS-MVP, MCSE & CNE
> Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
> How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
> "Benoit Dubuc" <(E-Mail Removed)> wrote in message news:E1FD6807-AFB3-410E-884F-(E-Mail Removed)...
> Hi all.
>
> I'm not a network guy (more on the dev side) and I have an issue with a
> client with the VPN server not having the same IP each time the server is
> rebooted. We have 3-4 users accessing a Windows 2003 server through VPN and
> a shared drive and the mapped drive is done using the VPN Server'S IP address
> (cause I didn't know better).
>
> Now, each tiem the server is rebooted (updates or what have you), the VPN
> Server IP address changes and all the users freak out because their mapped
> drive is no longer valid.
>
> How to avoid that? Is there a way to tell the VPN server to always use the
> same IP or is there a way to map the remote network drive so it doesn't use
> the IP address of the server?
>
>
> Thanks a lot for your help,
>
>
>
>
>
>

 
Reply With Quote
 
Robert L [MVP - Networking]
Guest
Posts: n/a

 
      11-06-2006, 10:09 PM
On the RRAS server, type ipconfig. That should give you both IP addresses, for the LAN (hope you use static IP) and another is PPTP IP.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Benoit Dubuc" <(E-Mail Removed)> wrote in message news:4283EC28-FDCD-4619-A192-(E-Mail Removed)...
Thanks for the help, Robert.

I know what a WINS server is, but I don't know what is the RRAS LAN IP:
where would I find it?

Thanks

"Robert L [MVP - Networking]" wrote:

> I am not sure you can assign static IP for VPN server running PPTP. However, you may have two options to fix this issue. 1. Use the RRAS LAN IP. 2. Setup WINS server for VPN name resolution.
>
> Bob Lin, MS-MVP, MCSE & CNE
> Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
> How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
> "Benoit Dubuc" <(E-Mail Removed)> wrote in message news:E1FD6807-AFB3-410E-884F-(E-Mail Removed)...
> Hi all.
>
> I'm not a network guy (more on the dev side) and I have an issue with a
> client with the VPN server not having the same IP each time the server is
> rebooted. We have 3-4 users accessing a Windows 2003 server through VPN and
> a shared drive and the mapped drive is done using the VPN Server'S IP address
> (cause I didn't know better).
>
> Now, each tiem the server is rebooted (updates or what have you), the VPN
> Server IP address changes and all the users freak out because their mapped
> drive is no longer valid.
>
> How to avoid that? Is there a way to tell the VPN server to always use the
> same IP or is there a way to map the remote network drive so it doesn't use
> the IP address of the server?
>
>
> Thanks a lot for your help,
>
>
>
>
>
>

 
Reply With Quote
 
Benoit Dubuc
Guest
Posts: n/a

 
      11-07-2006, 01:03 AM
\\Isn't that IP the one that changes all the time?

Anyway, I installed the WINS server on the server box and now, when I type
in "\\servername\share" in the run prompt, I get the error message "No
Network provider accepted the given network path". If I try to map a network
drive, I get "The drive could not be mapped because no network was found".

WINS was installed with the defaults, I didn't touch anything after the setup.

Your help is greatly appreciated.



"Robert L [MVP - Networking]" wrote:

> On the RRAS server, type ipconfig. That should give you both IP addresses, for the LAN (hope you use static IP) and another is PPTP IP.
>
> Bob Lin, MS-MVP, MCSE & CNE
> Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
> How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
> "Benoit Dubuc" <(E-Mail Removed)> wrote in message news:4283EC28-FDCD-4619-A192-(E-Mail Removed)...
> Thanks for the help, Robert.
>
> I know what a WINS server is, but I don't know what is the RRAS LAN IP:
> where would I find it?
>
> Thanks
>
> "Robert L [MVP - Networking]" wrote:
>
> > I am not sure you can assign static IP for VPN server running PPTP. However, you may have two options to fix this issue. 1. Use the RRAS LAN IP. 2. Setup WINS server for VPN name resolution.
> >
> > Bob Lin, MS-MVP, MCSE & CNE
> > Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
> > How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
> > "Benoit Dubuc" <(E-Mail Removed)> wrote in message news:E1FD6807-AFB3-410E-884F-(E-Mail Removed)...
> > Hi all.
> >
> > I'm not a network guy (more on the dev side) and I have an issue with a
> > client with the VPN server not having the same IP each time the server is
> > rebooted. We have 3-4 users accessing a Windows 2003 server through VPN and
> > a shared drive and the mapped drive is done using the VPN Server'S IP address
> > (cause I didn't know better).
> >
> > Now, each tiem the server is rebooted (updates or what have you), the VPN
> > Server IP address changes and all the users freak out because their mapped
> > drive is no longer valid.
> >
> > How to avoid that? Is there a way to tell the VPN server to always use the
> > same IP or is there a way to map the remote network drive so it doesn't use
> > the IP address of the server?
> >
> >
> > Thanks a lot for your help,
> >
> >
> >
> >
> >
> >

 
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
How to switch setup from fixed IP to receive dynamic IP from DHCP server (and vice versa)? Matthew Lincoln Linux Networking 7 06-04-2008 08:28 AM
Attaching DHCP Server Management to Fixed TCP Port Will Windows Networking 8 03-15-2008 07:07 PM
FIXED!!! rothfam98 Wireless Networks 3 02-21-2007 08:26 PM
Fixed ElKabong Broadband Hardware 0 11-02-2004 12:21 PM
Fixed IP address and own server on BT Broadband? Gunter Kuhnle Broadband 25 11-25-2003 02:25 AM



1 2 3 4 5 6 7 8 9 10 11