Route add - from a not-Administator account

  • Thread starter Thread starter Lasse
  • Start date Start date
L

Lasse

Hi

I want to use "route add ...." from an account that is not a member
of Administrators. But it does not work. I get "Network Access denied".

I have added all privileges that Administrators have to my account
but I still get the error.

I get the same behavior when I am using my own program that uses
the Api SetIpForwardEntry().

What do I have to do to get it to work.

As I understand it (based on the adding all priviliges), there
is something else than a missing privilege.

Where can I get information that will help me ?

Lasse
 
Lasse said:
Hi

I want to use "route add ...." from an account that is not a member
of Administrators. But it does not work. I get "Network Access denied".

I have added all privileges that Administrators have to my account
but I still get the error.

I get the same behavior when I am using my own program that uses
the Api SetIpForwardEntry().

What do I have to do to get it to work.

As I understand it (based on the adding all priviliges), there
is something else than a missing privilege.

Where can I get information that will help me ?

Lasse

You can also add the user to the Network Configuration Operators group.
This *is* an administrative task and requires privileges. See
http://msdn.microsoft.com/library/d...ry/en-us/iphlp/iphlp/createipforwardentry.asp
 
Back
Top