Networking Forums

Networking Forums > Computer Networking > Windows Networking > Editing an IPSEC policy that's attached to a GPO with NETSH (needhelp from a genius)

Reply
Thread Tools Display Modes

Editing an IPSEC policy that's attached to a GPO with NETSH (needhelp from a genius)

 
 
Matt Brown - identify
Guest
Posts: n/a

 
      04-04-2008, 03:46 PM
Hello,

I'm attempting to add a range of IPs to a filterlist of an IPSEC
policy that's attached to a GPO.

The only way that I know of to add IP ranges to a filterlist is via
NETSH, syntax as follows:

netsh ipsec static add filter filterlist="IP Blocklist Filter"
dstaddr=ME srcaddr=[ipaddr of start ip addr range]-[ip addr of end ip
addr range]


The entire procedure would be:

1) create IPSEC policy in GPO
2) create ip filter list
3) create filter action
4) add entry to filter list
5) add filter rule to IPSEC policy


With the syntax of:

1) ?
2) netsh ipsec static add filterlist name="IP Blocklist Filter"
desc="IP blocklist filter"
3) netsh ipsec static add filteraction name="Block Filter Action"
action=block
4) netsh ipsec static add filter filterlist="IP Blocklist Filter"
dstaddr=ME srcaddr=x.x.x.x-x.x.x.x
5) netsh ipsec static add rule name="IP Blocklist Rule" policy="IP
Security Policy" filterlist="IP Blocklist Filter" filteraction="Block
Filter Action"


My question... is there a NETSH context that allows you to access the
GPO? Or is there a GPO shell that allows access to NETSH (or allows
adding a filter that contains a range of IP addresses) that will allow
within itself?

Or is there another option that I have to use instead?


Thanks,

Matt
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with ipsec policy Jim H Windows Networking 1 09-05-2008 02:49 PM
NETSH: Can't set port on IPSEC policy filterlist when srcaddr is anaddress range? Matt Brown - identify Windows Networking 0 04-07-2008 02:02 AM
IPSec policy on servers connected to 2 networks Stuart Windows Networking 2 11-20-2007 02:59 PM
IPSEC policy - replication not working Ketil Windows Networking 0 06-28-2007 11:18 AM
IPSec VPN with Netsh and pre-shared key with carraige return christophe.irles@rightvision.com Windows Networking 0 08-25-2005 08:17 AM



1 2 3 4 5 6 7 8 9 10 11