NAT Configuration backup ?

  • Thread starter Thread starter wxdf
  • Start date Start date
W

wxdf

Hi,

Does someone know how to to backup a NAT configuration on a Windows 2000
Advanced Server??

What about the restore procedure ?

Thanks
Guillaume
 
Is this using RRAS/NAT or are you using ICS?
If you are using RRAS/NAT, you can backup the configuration using netsh
(from a command prompt).

netsh routing dump > c:\NATbackup.txt

Use this command to restore:

netsh exec c:\NATbackup.txt

Please *test* these commands in a lab environment to make sure that you
have the syntax and procedures correct.
Search the online help file for more information about various netsh
commands.

----
Thanks,
Rakesh Chanana [MSFT]

When replying, please post to GROUP so that everyone can benefit from the
knowledge.

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


--------------------
 
Thank you for your reply Rakesh!

It works properly and furthermore enable comparisons at first sight between
different configurations.

Thanks
Guillaume


Rakesh Chanana said:
Is this using RRAS/NAT or are you using ICS?
If you are using RRAS/NAT, you can backup the configuration using netsh
(from a command prompt).

netsh routing dump > c:\NATbackup.txt

Use this command to restore:

netsh exec c:\NATbackup.txt

Please *test* these commands in a lab environment to make sure that you
have the syntax and procedures correct.
Search the online help file for more information about various netsh
commands.

----
Thanks,
Rakesh Chanana [MSFT]

When replying, please post to GROUP so that everyone can benefit from the
knowledge.

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


--------------------cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.arcor-online.net!proxad.n
et!feeder2-1.proxad.net!news2-2.free.fr!not-for-mail
 
Back
Top