Changes in RRAS require IPSEC Services Restart???
Results 1 to 3 of 3

Thread: Changes in RRAS require IPSEC Services Restart???

  1. #1
    Join Date
    Apr 2007
    Posts
    90

    Changes in RRAS require IPSEC Services Restart???

    I've been working on configuring a L2TP w/ ipSec on my home server using Windows Server 2003. I keep running into a problem with making configuration changes to the Routing and Remote Access Services causing IPSEC to deny connections.

    Basically, the PPTP Server responds and functions properly. However, for no reason what-so-ever, the L2TP server refuses all connections unless I reboot RRAS (RemoteAccess) and IPSEC Services (PolicyAgent).

    I have to run this script every time I make configuration changes in Routing and Remote Access:

    net stop RemoteAccess
    net stop PolicyAgent
    net start PolicyAgent ------ Very important that IPSEC restarts before RRAS
    net start RemoteAccess

    Why?

  2. #2
    Join Date
    Feb 2000
    Location
    Idaho Falls, Idaho, USA
    Posts
    18,429
    Depending on what changes you are making, that behavior may be by design. More details might be helpful, however, this is the sort of question that may be hard to answer.

  3. #3
    Join Date
    Apr 2005
    Location
    Maryland, USA
    Posts
    17,806
    Quote Originally Posted by vbman213 View Post

    I have to run this script every time I make configuration changes in Routing and Remote Access:

    net stop RemoteAccess
    net stop PolicyAgent
    net start PolicyAgent ------ Very important that IPSEC restarts before RRAS
    net start RemoteAccess

    Why?
    Because the configuration is read once on bootup.

    If you make a change after bootup, you need to force the computer to re-read the configuration. One way is with the four commands you posted, the other way is to reboot.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •