Networking Forums

Networking Forums > Computer Networking > Windows Networking > Enable RRAS as a VPN and I lose RDP

Reply
Thread Tools Display Modes

Enable RRAS as a VPN and I lose RDP

 
 
Wingnut
Guest
Posts: n/a

 
      01-29-2007, 07:14 PM
Hello!

Strange problem here! I will give you a quick background.

I have two servers, both are configured as domain controllers. One is
at my house, the other I have racked here at work. I use the one here
at work to test stuff that I dont want to break my network at work.
Even though my two domain controllers are at different sites I want to
set them up to be able to talk and replicate through VPN over the
internet.

I installed RRAS on the one I have here at work and as soon as it
enabled my remote desktop connection to it got dropped and I was no
longer able to connect through remote desktop. Is there a reason
remote desktop would no longer work once RRAS is set up as a VPN?

I guess a side question would be...is that really a good way to do
what I am trying to do? Install VPN on one of them, have the other
connect to it and then set up two sites in AD and schedule
replication?

Thanks in advance!
/Ehren

 
Reply With Quote
 
 
 
 
Phillip Windell
Guest
Posts: n/a

 
      01-29-2007, 07:41 PM
Never multi-home the DCs. RRAS causes them to be multi-homed because the RRAS
Adapter counts as a "nic".
Create your VPN using separate physical Devices (or computers) from the DCs
using the Site-to-Site VPN model (not Remote Access VPN).

272294 - Active Directory Communication Fails on Multihomed Domain Controllers
http://support.microsoft.com/default...b;en-us;272294
191611 - Symptoms of Multihomed Browsers
http://support.microsoft.com/default...b;EN-US;191611

Once that part is working properly,...you need to create a "Site" in active
Directory. Each AD Site *must* be a different subnet,...that's why the
Site-to-Site VPN model is important (not Remote Access VPN model). The Sites
object in AD is what controls the Replication over the "slow" VPN link. Without
the Sites Object the replication will have problems with the "slow WAN link".

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com

The views expressed are my own (as annoying as they are), and not those of my
employer or anyone else associated with me.
-----------------------------------------------------

"Wingnut" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
> Hello!
>
> Strange problem here! I will give you a quick background.
>
> I have two servers, both are configured as domain controllers. One is
> at my house, the other I have racked here at work. I use the one here
> at work to test stuff that I dont want to break my network at work.
> Even though my two domain controllers are at different sites I want to
> set them up to be able to talk and replicate through VPN over the
> internet.
>
> I installed RRAS on the one I have here at work and as soon as it
> enabled my remote desktop connection to it got dropped and I was no
> longer able to connect through remote desktop. Is there a reason
> remote desktop would no longer work once RRAS is set up as a VPN?
>
> I guess a side question would be...is that really a good way to do
> what I am trying to do? Install VPN on one of them, have the other
> connect to it and then set up two sites in AD and schedule
> replication?
>
> Thanks in advance!
> /Ehren
>



 
Reply With Quote
 
Wingnut
Guest
Posts: n/a

 
      01-30-2007, 01:33 PM
How is it exactly when setting up RRAS do you configure it as a site
to site?

As I said this is sort of my "home testing system" where I have one DC
at home and one DC at work for the same domain.

Being that I have these two machines...do you think it would work to
install a virtual machine on each with 2003 and run rras on the
virtual machine to handle the vpn business? In my head it seems like
that would work but I am not sure.

Also I would need to know more on how you specify RRAS to be a site to
site vpn instead of a remote access vpn.

Thanks!

On Jan 29, 3:41 pm, "Phillip Windell" <@.> wrote:
> Never multi-home the DCs. RRAS causes them to be multi-homed because the RRAS
> Adapter counts as a "nic".
> Create your VPN using separate physical Devices (or computers) from the DCs
> using the Site-to-Site VPN model (not Remote Access VPN).
>
> 272294 - Active Directory Communication Fails on Multihomed Domain Controllershttp://support.microsoft.com/default.aspx?scid=kb;en-us;272294
> 191611 - Symptoms of Multihomed Browsershttp://support.microsoft.com/default.aspx?scid=kb;EN-US;191611
>
> Once that part is working properly,...you need to create a "Site" in active
> Directory. Each AD Site *must* be a different subnet,...that's why the
> Site-to-Site VPN model is important (not Remote Access VPN model). The Sites
> object in AD is what controls the Replication over the "slow" VPN link. Without
> the Sites Object the replication will have problems with the "slow WAN link".
>
> --
> Phillip Windell [MCP, MVP, CCNA]www.wandtv.com
>
> The views expressed are my own (as annoying as they are), and not those of my
> employer or anyone else associated with me.
> -----------------------------------------------------
>
> "Wingnut" <wingnut691...@gmail.com> wrote in messagenews:(E-Mail Removed) ooglegroups.com...
>
>
>
> > Hello!

>
> > Strange problem here! I will give you a quick background.

>
> > I have two servers, both are configured as domain controllers. One is
> > at my house, the other I have racked here at work. I use the one here
> > at work to test stuff that I dont want to break my network at work.
> > Even though my two domain controllers are at different sites I want to
> > set them up to be able to talk and replicate through VPN over the
> > internet.

>
> > I installed RRAS on the one I have here at work and as soon as it
> > enabled my remote desktop connection to it got dropped and I was no
> > longer able to connect through remote desktop. Is there a reason
> > remote desktop would no longer work once RRAS is set up as a VPN?

>
> > I guess a side question would be...is that really a good way to do
> > what I am trying to do? Install VPN on one of them, have the other
> > connect to it and then set up two sites in AD and schedule
> > replication?

>
> > Thanks in advance!
> > /Ehren- Hide quoted text -- Show quoted text -


 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      01-31-2007, 08:53 PM
"Wingnut" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ups.com...
> How is it exactly when setting up RRAS do you configure it as a site
> to site?


You use RRAS (or compaible product) at both ends. The RRAS built in Help should
give you the specifics. It requires a double connection (each side calls the
other at the same time). The "calling" side uses the name of the opposite
interface as the "username" to establish the link,...then the RRAS on the other
end does the same thing in the opposite direction. That is how you get the
bi-directional traffic to properly connect two LANs.

The Site-to-Site VPN (aka Router-to-Router VPN) is a completely different VPN
"scheme" then the "Remote Access VPN" which is a single person connecting to a
VPN Server.

I'm pretty sure the RRAS Help has the details plus you can proably find the
details searching MS's site. But I don't personally use RRAS for this and so I
don't have any specific details close at hand.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com

The views expressed (as annoying as they are, and as stupid as they sound), are
my own and not those of my employer, or Microsoft, or anyone else associated
with me, including my cats.
-----------------------------------------------------


 
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
Can't Enable RRAS in Windows Server 2003 Std SP1 Gunawan Windows Networking 2 03-16-2007 04:59 PM
port numbers for Win2003 RRAS VPN - using rras with a firewall appliance Wingnut Windows Networking 2 01-31-2007 02:58 AM
Lose remote access when enabling NAT in RRAS ChipDancer Windows Networking 2 01-26-2006 06:31 PM
Will I lose my wireless connection? Matt19 Wireless Networks 1 03-29-2005 04:27 PM
RRAS: Router vs. Enable IP Routing =?Utf-8?B?Sm9obiBDcm93bGV5?= Windows Networking 1 11-20-2003 09:08 PM



1 2 3 4 5 6 7 8 9 10 11