Skip to Main Content

Firewall Exception Request Examples

Examples:

Single Exception - enter IP, port, or service
128.192.6.10 385 tcp any any * Permit * Toward Outside IP * No
Range Exception - specify range for IPs or ports using dash (-)
128.192.7.10 - 128.192.7.20
or 128.192.7.128/25
136-138 TCP any any * Deny * Toward Inside IP * Yes
Multiple Exceptions - separate multiple exceptions for host, range, port, or service using comma (,)
128.192.7.10 - 128.192.7.13,
128.192.7.55, 128.192.7.128/25
136-138 TCP,
445 UDP, ssh
any any * Deny * Toward Inside IP * Yes