Link to home
Start Free TrialLog in
Avatar of jskfan
jskfanFlag for Cyprus

asked on

Netsh ipsec static delete filter

Can someone help through this Netsh command

Netsh ipsec static delete filter filterlist="AllowDNSUDP" srcaddr=me dstaddr=any

when I run, I receive this error:


ERR IPSec[05049] : No FilterList with name 'AllowDNSUDP'

Though I have a filter list with the exact name.
Thanks
Avatar of Jeff Perry
Jeff Perry
Flag of United States of America image

Try Netsh ipsec static delete filterlist="AllowDNSUDP" maybe?

I had to look up the netsh ipsec options but I noticed there are 3

delete filter
delete filteraction
delete filterlist

In the example you posted you had "delete filter filterlist=..." so maybe the error was cannot delete filter filterlist"..."
Avatar of jskfan

ASKER

<<Try Netsh ipsec static delete filterlist="AllowDNSUDP" maybe?>>
I got this error:


The following command was not found: ipsec static delete filterlist=AllowDNSUDP
srcaddr=me dstaddr=any.
ASKER CERTIFIED SOLUTION
Avatar of Jeff Perry
Jeff Perry
Flag of United States of America image

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
Avatar of jskfan

ASKER

you mean this:
Netsh ipsec static delete filter filterlist="AllowDNSUDP" srcaddr=me dstaddr=any


that's what I ran