Networking Forums

Networking Forums > Computer Networking > Windows Networking > Multihomed IP Addressing for RRAS VPN

Reply
Thread Tools Display Modes

Multihomed IP Addressing for RRAS VPN

 
 
Anthony
Guest
Posts: n/a

 
      10-22-2007, 05:32 PM
Guys thanks for the help in advance.

I have a Server 2003 domain with one serving as a RRAS/VPN server. The box
has two NICs. I have them as one private and the other connecting to a
linksys router with Port 1723 forwarded.

My question is should the Private and Public addresses be on different
subnets?

My setup is Public Nic1 IP 10.0.0.1 Private Nic 2 IP 10.0.0.2 The
Router's Lan address is 10.0.0.20. The The public NIC is configured with
default gateway of 10.0.0.20.

Is there a way to verify the connection on the local lan or would
verification have to be done remotely from the Internet?

Any advice would be greatly appreciated.

 
Reply With Quote
 
 
 
 
Phillip Windell
Guest
Posts: n/a

 
      10-22-2007, 07:40 PM

"Anthony" <(E-Mail Removed)> wrote in message
news:F4F08401-906F-4D47-B5DF-(E-Mail Removed)...
> Guys thanks for the help in advance.
>
> I have a Server 2003 domain with one serving as a RRAS/VPN server. The box
> has two NICs. I have them as one private and the other connecting to a
> linksys router with Port 1723 forwarded.
>
> My question is should the Private and Public addresses be on different
> subnets?


Yes!!

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      10-22-2007, 11:13 PM
If this machine in on a private LAN behind a router, it doesn't need two
NICs, so the question of what IP to give the second one does not come into
the equation.

You use two NICs if the server has a direct connection to the public
network, and it is obvious that one has a private IP and the other has a
public IP. The remote user connects to the public NIC and gains access to
the private LAN through VPN.

If the server is on a private LAN, the router is your public gateway
and any external users will have to connect to that. They cannot connect to
the VPN server which is on the private LAN.

You will need to set up your RRAS machine as a remote access server with
one NIC. You can test this config locally by connecting from a LAN client to
the server's private IP/name. (VPN works quite happily over your local LAN).
When this works, modify your gateway router/firewall to forward VPN traffic
to the server on the LAN. (This is tcp port 1723 for PPTP). Now try
connecting from a remote client to the gateway router's IP address or public
name.

PS. I hope that the RRAS server is not a DC. This may cause you problems
when a client does connct, because the server then becomes multihomed
(because it obtains a second IP for the internal interface which is the
tunnel endpoint).

"Anthony" <(E-Mail Removed)> wrote in message
news:F4F08401-906F-4D47-B5DF-(E-Mail Removed)...
> Guys thanks for the help in advance.
>
> I have a Server 2003 domain with one serving as a RRAS/VPN server. The box
> has two NICs. I have them as one private and the other connecting to a
> linksys router with Port 1723 forwarded.
>
> My question is should the Private and Public addresses be on different
> subnets?
>
> My setup is Public Nic1 IP 10.0.0.1 Private Nic 2 IP 10.0.0.2 The
> Router's Lan address is 10.0.0.20. The The public NIC is configured with
> default gateway of 10.0.0.20.
>
> Is there a way to verify the connection on the local lan or would
> verification have to be done remotely from the Internet?
>
> Any advice would be greatly appreciated.
>


 
Reply With Quote
 
Anthony
Guest
Posts: n/a

 
      10-23-2007, 11:53 AM
Bill, thanks for the answer I will make the correction. It makes a lot more
sense now. The RRAS server is not on a DC, RRAS is the only role being used
on this machine.

"Bill Grant" wrote:

> If this machine in on a private LAN behind a router, it doesn't need two
> NICs, so the question of what IP to give the second one does not come into
> the equation.
>
> You use two NICs if the server has a direct connection to the public
> network, and it is obvious that one has a private IP and the other has a
> public IP. The remote user connects to the public NIC and gains access to
> the private LAN through VPN.
>
> If the server is on a private LAN, the router is your public gateway
> and any external users will have to connect to that. They cannot connect to
> the VPN server which is on the private LAN.
>
> You will need to set up your RRAS machine as a remote access server with
> one NIC. You can test this config locally by connecting from a LAN client to
> the server's private IP/name. (VPN works quite happily over your local LAN).
> When this works, modify your gateway router/firewall to forward VPN traffic
> to the server on the LAN. (This is tcp port 1723 for PPTP). Now try
> connecting from a remote client to the gateway router's IP address or public
> name.
>
> PS. I hope that the RRAS server is not a DC. This may cause you problems
> when a client does connct, because the server then becomes multihomed
> (because it obtains a second IP for the internal interface which is the
> tunnel endpoint).
>
> "Anthony" <(E-Mail Removed)> wrote in message
> news:F4F08401-906F-4D47-B5DF-(E-Mail Removed)...
> > Guys thanks for the help in advance.
> >
> > I have a Server 2003 domain with one serving as a RRAS/VPN server. The box
> > has two NICs. I have them as one private and the other connecting to a
> > linksys router with Port 1723 forwarded.
> >
> > My question is should the Private and Public addresses be on different
> > subnets?
> >
> > My setup is Public Nic1 IP 10.0.0.1 Private Nic 2 IP 10.0.0.2 The
> > Router's Lan address is 10.0.0.20. The The public NIC is configured with
> > default gateway of 10.0.0.20.
> >
> > Is there a way to verify the connection on the local lan or would
> > verification have to be done remotely from the Internet?
> >
> > Any advice would be greatly appreciated.
> >

>
>

 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      10-23-2007, 02:22 PM
Ah! I missed seeing that there was a Linksys box there.

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------

"Bill Grant" <not.available@online> wrote in message
news:(E-Mail Removed)...
> If this machine in on a private LAN behind a router, it doesn't need
> two NICs, so the question of what IP to give the second one does not come
> into the equation.
>
> You use two NICs if the server has a direct connection to the public
> network, and it is obvious that one has a private IP and the other has a
> public IP. The remote user connects to the public NIC and gains access to
> the private LAN through VPN.
>
> If the server is on a private LAN, the router is your public gateway
> and any external users will have to connect to that. They cannot connect
> to the VPN server which is on the private LAN.
>
> You will need to set up your RRAS machine as a remote access server
> with one NIC. You can test this config locally by connecting from a LAN
> client to the server's private IP/name. (VPN works quite happily over your
> local LAN). When this works, modify your gateway router/firewall to
> forward VPN traffic to the server on the LAN. (This is tcp port 1723 for
> PPTP). Now try connecting from a remote client to the gateway router's IP
> address or public name.
>
> PS. I hope that the RRAS server is not a DC. This may cause you
> problems when a client does connct, because the server then becomes
> multihomed (because it obtains a second IP for the internal interface
> which is the tunnel endpoint).
>
> "Anthony" <(E-Mail Removed)> wrote in message
> news:F4F08401-906F-4D47-B5DF-(E-Mail Removed)...
>> Guys thanks for the help in advance.
>>
>> I have a Server 2003 domain with one serving as a RRAS/VPN server. The
>> box
>> has two NICs. I have them as one private and the other connecting to a
>> linksys router with Port 1723 forwarded.
>>
>> My question is should the Private and Public addresses be on different
>> subnets?
>>
>> My setup is Public Nic1 IP 10.0.0.1 Private Nic 2 IP 10.0.0.2 The
>> Router's Lan address is 10.0.0.20. The The public NIC is configured with
>> default gateway of 10.0.0.20.
>>
>> Is there a way to verify the connection on the local lan or would
>> verification have to be done remotely from the Internet?
>>
>> Any advice would be greatly appreciated.
>>

>



 
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
IP Addressing Bug? MojoMatt Windows Networking 6 11-07-2008 06:10 PM
Routing w/Multihomed server without RRAS Darrick West Windows Networking 4 01-14-2008 05:06 AM
IP addressing SuperSlueth Windows Networking 4 09-13-2007 11:48 AM
Multihomed Routing RRAS Dan Windows Networking 18 04-09-2007 06:08 PM
ip addressing Scott Wireless Internet 3 06-27-2004 04:47 AM



1 2 3 4 5 6 7 8 9 10 11