Link to home
Start Free TrialLog in
Avatar of bjv211
bjv211

asked on

Check if IPSEC is working

I setup policies on a fileserver to use IPsec if requested, but still operate w/o securities if the client doenst request it. (ie, both secure and unsecure communication to the file server)  I've setup an mmc for IPsec monitor, but have no idea how to read the statistics.  How can i tell if ipsec is in effect?
Avatar of Rant32
Rant32

How to use IPSec monitor in Windows Server 2003:
http://support.microsoft.com/?kbid=324269

How to use IPSec monitor in Windows 2000:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q313195&sd=tech

From the IPSec FAQ at http://www.netscum.dk/technet/itsolutions/network/ipsec/ipsecfaq.mspx
For computers running Windows 2000, you can use the IP Security Monitor tool. Click Start, click Run, type ipsecmon.exe, and then click OK SAs are listed in the Security Associations portion of the IP Security Monitor window.

For computers running Windows XP or Windows Server 2003, you can use the IP Security Monitor snap-in. For more information, see To start the IP Security Policy Management snap-in.

For computers running Windows XP, you can use the ipseccmd\\computershow all command.

For computers running Windows Server 2003, you can use the netsh ipsec static show or netsh ipsec dynamic show commands.
Avatar of bjv211

ASKER

all you've done is tell me what I already told you I had done, but I dont know how to read these statistics.  Basically I want a way to know if yes IPsec is in effect or no it is not in effect.  How can i tell that with these tools?
ASKER CERTIFIED SOLUTION
Avatar of Rant32
Rant32

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial