tshinder
Posts: 47490
Joined: 10.Jan.2001
From: Texas
Status: offline
|
Hi Danee,
Here's a good start:
Domain name sets define one or more domain names as a single set, so that you can apply firewall policy to the specified domains.
Uniform Resource Locator (URL) sets specify one or more URLs grouped together to form a set. URL sets can be used in access rules to allow or deny access to specified websites.
Rules applied to domain name sets and URL sets are enforced in accordance with domain information stored in the DNS. If the DNS is not configured correctly, rules may not be applied as expected.
Specifying domain names When specifying the domain name, you can use an asterisk (*) to specify a set of computers. For example, to specify all computers in the microsoft.com domain, type the domain name as *.microsoft.com. Note that the asterisk can appear only at the start of the domain name, and can be specified only once in the name.
When you specify a domain name, specify the computer name using the fully qualified domain name (FQDN). For example, write computer_name.microsoft.com, and not \\computer_name.
Specifying URLs When you create a URL set, you can specify one or more URLs in URL format. You can also specify a protocol and port, as follows:
Protocol:address/path:Port Possible protocols are HTTP, HTTPS, and FTP. However, when ISA Server processes a rule that applies to a URL set, the protocol specified is ignoredùonly the host name and path are considered.
Although the URL can include a specific port number, ISA Server ignores that port number when processing the rule.
You can also specify a path. Wildcard characters can be used in the path, but only at the end. For example, www.microsoft.com/* is acceptable. However, www.microsoft.com/*/sales is not.
When ISA Server checks the URL sets configured for a rule, text after a question mark (?) is ignored. URLs with ?, which are included in a URL set, are ignored.
ISA Server processes rules that apply to URL sets only for Web traffic (for client requests for HTTP or FTP over HTTP). When a client uses any other protocol, ISA Server does not process rules that apply only to a URL set.
HTH, Tom
|