Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1016 Bytes

securegateway_acl-file.md

File metadata and controls

49 lines (35 loc) · 1016 Bytes
copyright lastupdated subcollection
years
2015, 2021
2021-03-17
SecureGateway

{:screen: .screen} {:codeblock: .codeblock} {:pre: .pre} {:deprecated: .deprecated} {:external: target="_blank" .external}

ACL File

{: #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}