back up all of the RAS and VPN settings?

  • Thread starter Thread starter chad
  • Start date Start date
C

chad

I have a 2000 server that routes traffic from my office to
a NAS device sitting at my house. The 2000 server that is
routing traffic is old and I would like to buy a new
system and some how transfer the configuration from the
old one to the new one.

Is there a way to back up all of the RAS and VPN settings
and so I can put it all on a new system?
 
You can use the Netsh Dump > RRAS.txt to dump the configuration.

You need to make sure all the interfaces are named the same, or edit this
dump.

You can then play the dump back using

Netsh Exec RRAS.txt
 
Thank you
-----Original Message-----
You can use the Netsh Dump > RRAS.txt to dump the configuration.

You need to make sure all the interfaces are named the same, or edit this
dump.

You can then play the dump back using

Netsh Exec RRAS.txt
--
--
Dusty Harper
Microsoft Corporation
---------------------------------------------------------- ------------------
This posting is provided "AS IS", with NO warranties and confers NO rights
---------------------------------------------------------- ------------------




.
 
Back
Top