persistent route

  • Thread starter Thread starter blazerguns
  • Start date Start date
B

blazerguns

Hi all,

Is there any way to set persistent ip route programmatically in win2k3?
Like we can do so from cmd with -p option. Any code will be of great
help

Varun
 
Hello, blazerguns!

b> Is there any way to set persistent ip route programmatically in win2k3?
b> Like we can do so from cmd with -p option. Any code will be of great
b> help

Have a look at SetIpForwardEntry or CreateIpForwardEntry win32 API.
To use them you'll have to do P/Invoke

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top