hey,
i am working on clearing some of duplicated Remote Access policies for VPN gateways (seems admins were not able to use regex efficiently).
I am following this doc http://technet.microsoft.com/en-us/library/cc737419%28v=WS.10%29.aspx and have couple of questions, as i can't really test this anywhere now.
when i am defining NAS-IP for multiple hosts from various subnets. Would below work ok ?
NAS-IP = 192.168.2.*|192.168.3.1|192.168.100.2*|192.168.200.*
can i use pipes indefinately? would combination of asterix and pipes work together? do i need to put some brackets for that kind of filter?
thanks in advance