How To Assign Private IP To VPN Client
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
How To Assign Private IP To VPN Client

 
Post new topic   Reply to topic    Windows Server Forum Index -> Networking
Author Message
Stan Kasper
Guest





Posted: Wed Jan 05, 2005 2:44 am    Post subject: How To Assign Private IP To VPN Client Reply with quote

Greetings,

I have an RRAS server that allows VPN client from anywhere on the Internet
to
connect. I want the RRAS server to assign a private IP address to the VPN
client and allow the client access to any network on the Internet.

The RRAS server can have one or two network cards, which ever makes it
easier to configure.

I tried a number of variations but the client cannot acces the Internet once
connected to the VPN.

Here is the setup:

NIC 1 IP: 199.1.1.10 GW: 199.1.1.1 Mask: 255.255.255.0
NIC 2 IP: 199.1.1.11 GW: 199.1.1.1 Mask: 255.255.255.0

Private IP address range 192.168.0.0 mask 255.255.0.0

My vague understanding is that I may have to setup a static route.
How would that be done if it is requried?


Thanks

Stan
Back to top
Desmond Lee
Guest





Posted: Wed Jan 05, 2005 4:23 am    Post subject: RE: How To Assign Private IP To VPN Client Reply with quote

Try User Properties > Dial-in > Assign a Static IP Address.
Note this is possible only in Win 2000 native and higher functional level.

HTH.

"Stan Kasper" wrote:

Quote:
Greetings,

I have an RRAS server that allows VPN client from anywhere on the Internet
to
connect. I want the RRAS server to assign a private IP address to the VPN
client and allow the client access to any network on the Internet.

The RRAS server can have one or two network cards, which ever makes it
easier to configure.

I tried a number of variations but the client cannot acces the Internet once
connected to the VPN.

Here is the setup:

NIC 1 IP: 199.1.1.10 GW: 199.1.1.1 Mask: 255.255.255.0
NIC 2 IP: 199.1.1.11 GW: 199.1.1.1 Mask: 255.255.255.0

Private IP address range 192.168.0.0 mask 255.255.0.0

My vague understanding is that I may have to setup a static route.
How would that be done if it is requried?


Thanks

Stan



Back to top
Bill Grant
Guest





Posted: Wed Jan 05, 2005 5:14 am    Post subject: Re: How To Assign Private IP To VPN Client Reply with quote

Why are you running the RRAS server with two NICs in the same IP subnet?
This is a no-no with RRAS. You only need two NICs if the RRAS server is
acting as a router (and they then must be in different IP subnets).

"Desmond Lee" <mcp@donotspamplease.mars> wrote in message
news:C83722C9-E216-4C2A-9DA9-1DE7BA964EF5@microsoft.com...
Quote:
Try User Properties > Dial-in > Assign a Static IP Address.
Note this is possible only in Win 2000 native and higher functional level.

HTH.

"Stan Kasper" wrote:

Greetings,

I have an RRAS server that allows VPN client from anywhere on the
Internet
to
connect. I want the RRAS server to assign a private IP address to the
VPN
client and allow the client access to any network on the Internet.

The RRAS server can have one or two network cards, which ever makes it
easier to configure.

I tried a number of variations but the client cannot acces the Internet
once
connected to the VPN.

Here is the setup:

NIC 1 IP: 199.1.1.10 GW: 199.1.1.1 Mask: 255.255.255.0
NIC 2 IP: 199.1.1.11 GW: 199.1.1.1 Mask: 255.255.255.0

Private IP address range 192.168.0.0 mask 255.255.0.0

My vague understanding is that I may have to setup a static route.
How would that be done if it is requried?


Thanks

Stan



Back to top
Doug Sherman [MVP]
Guest





Posted: Wed Jan 05, 2005 6:39 am    Post subject: Re: How To Assign Private IP To VPN Client Reply with quote

Once you have configured the server's NICs to be on different subnets, you
can re-configure the server and the client to allow the VPN client to retain
Internet access when connected to the remote network. See:

http://support.microsoft.com/default.aspx?scid=kb;en-us;317025

Doug Sherman
MCSE Win2k/NT4.0, MCSA, MCP+I, MVP

"Stan Kasper" <kasper@wharton.upenn.edu> wrote in message
news:eOcSu4p8EHA.2568@TK2MSFTNGP11.phx.gbl...
Quote:
Greetings,

I have an RRAS server that allows VPN client from anywhere on the Internet
to
connect. I want the RRAS server to assign a private IP address to the VPN
client and allow the client access to any network on the Internet.

The RRAS server can have one or two network cards, which ever makes it
easier to configure.

I tried a number of variations but the client cannot acces the Internet
once
connected to the VPN.

Here is the setup:

NIC 1 IP: 199.1.1.10 GW: 199.1.1.1 Mask: 255.255.255.0
NIC 2 IP: 199.1.1.11 GW: 199.1.1.1 Mask: 255.255.255.0

Private IP address range 192.168.0.0 mask 255.255.0.0

My vague understanding is that I may have to setup a static route.
How would that be done if it is requried?


Thanks

Stan


Back to top
Stan Kasper
Guest





Posted: Wed Jan 05, 2005 6:41 am    Post subject: Re: How To Assign Private IP To VPN Client Reply with quote

My mistake. NIC 2 has IP: 192.168.0.1 GW: <blank> Mask: 255.255.0.0

My clients connect and get an IP for 192.168.x.x. But they cannot get out
onto the network. Do I need to setup a static route?


Thanks,

Stan


"Bill Grant" <not.available@online> wrote in message
news:u402oYr8EHA.1404@TK2MSFTNGP11.phx.gbl...
Quote:
Why are you running the RRAS server with two NICs in the same IP
subnet?
This is a no-no with RRAS. You only need two NICs if the RRAS server is
acting as a router (and they then must be in different IP subnets).

"Desmond Lee" <mcp@donotspamplease.mars> wrote in message
news:C83722C9-E216-4C2A-9DA9-1DE7BA964EF5@microsoft.com...
Try User Properties > Dial-in > Assign a Static IP Address.
Note this is possible only in Win 2000 native and higher functional
level.

HTH.

"Stan Kasper" wrote:

Greetings,

I have an RRAS server that allows VPN client from anywhere on the
Internet
to
connect. I want the RRAS server to assign a private IP address to the
VPN
client and allow the client access to any network on the Internet.

The RRAS server can have one or two network cards, which ever makes it
easier to configure.

I tried a number of variations but the client cannot acces the Internet
once
connected to the VPN.

Here is the setup:

NIC 1 IP: 199.1.1.10 GW: 199.1.1.1 Mask: 255.255.255.0
NIC 2 IP: 199.1.1.11 GW: 199.1.1.1 Mask: 255.255.255.0

Private IP address range 192.168.0.0 mask 255.255.0.0

My vague understanding is that I may have to setup a static route.
How would that be done if it is requried?


Thanks

Stan





Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Networking All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB