copyright | lastupdated | subcollection | ||
---|---|---|---|---|
|
2021-03-17 |
SecureGateway |
{:screen: .screen} {:codeblock: .codeblock} {:pre: .pre} {:deprecated: .deprecated} {:external: target="_blank" .external}
{: #acl-files}
{{site.data.keyword.SecureGateway}} is deprecated. For more information, see the deprecation details. {: deprecated}
#Lines preceded by a # will be ignored as a comment
#To allow specific port on a specific host:
#acl allow <hostname>:<port>
#To allow all ports on a specific host:
#acl allow <hostname>:
#To allow all hosts from a specific port:
#acl allow :<port>
#To allow all hosts and ports, use below command:
#acl allow :
#To deny specific port on a specific host:
#acl deny <hostname>:<port>
#To deny all ports on a specific host:
#acl deny <hostname>:
#To deny all hosts from a specific port:
#acl deny :<port>
#To deny all hosts and ports, use below command:
#acl deny :
{: codeblock}