Re: IPsec rules per User



Cool. That is a clever way to assign an ipsec policy based on logged on user
and if it works the way you expect that is great and thanks for sharing
that. However to be accurate it is not a way to assigning ipsec rules per
user. Rules simply contain a filter with definitinions for
ports/protocol/IPs and a filter action. --- Steve



<boomboom999@xxxxxxxxx> wrote in message
news:1151601865.648717.299700@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Steven Umbach a écrit :

That is not possible in Windows 2000/2003/XP. Ipsec policies are only
machine
aware [computer configuration] and only authenticate to the other
computer. ---
Steve


<boomboom999@xxxxxxxxx> wrote in message
news:1151594376.896576.26200@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Is it possible to create a GPO that assign IPSec rules per user and not
per computer?

Thank you


We have found a way to do that with a bit of scripting.
The main idea is the following.

1. Create user groups like IPSecPolicy1, IPSecPolicy2 etc.

2. Create one GPO that covers all computers that need IPSec

3. Run a startup script within this GPO which :
- creates a Scheduled Task
- configures this task to run as Local System
- configures this task to run at logon only (for any user)
- configures this task to execute the following script:

if the current User belongs to IPSecPolicy1
run Ipsecpol.exe <Policy1>
if the current User belongs to IPSecPolicy2
run Ipsecpol.exe <Policy2>
etc.

4. Assigns users to appropriate groups.

Done.

:)


.



Relevant Pages

  • Re: Configured IPSec Policy is not working.
    ... As for the RRAS filters themselves, they're fairly basic, requiring ipsec ... and encryption will depend on the security settings of the connection. ... why exactly do you want to use l2tp without any ipsec protection rather ... > What is the default filter rule and filter policy ...
    (microsoft.public.win2000.ras_routing)
  • Re: Microsoft IPSec via group policy
    ... I have tried setting IPSec up in group policy however I'm running into some ... I go to the XP client and do ...
    (Security-Basics)
  • Re: Microsoft IPSec via group policy
    ... I have tried setting IPSec up in group policy however I'm running into some ... I go to the XP client and do ...
    (Security-Basics)
  • Re: IPSec and Group Policy
    ... Using netdiag I can now see the IPSec policies applied from the AD GP. ... reveal that the Group Policy and IPSec policy are in place. ... Further when I run the first test between the two computers (logged in as ...
    (microsoft.public.win2000.security)
  • Re: Securing the communication between all workstations in a domain
    ... I am no expert at Ipsec. ... I would try using the server (request ... security) policy in that OU - the secure policy is rather extreme and can ... exempt the domain controllers from ipsec traffic - a request policy may work ...
    (microsoft.public.win2000.security)