Skip to content

Firewall Settings for Submit Node

Vahid Daneshmand edited this page Oct 15, 2020 · 1 revision
$ sudo ufw status verbose 
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip

To                         Action      From
--                         ------      ----
22/tcp                     ALLOW IN    Anywhere                  
443/tcp                    ALLOW IN    Anywhere                  
5651                       ALLOW IN    <Worker Node(s) IP Range>  # htcondor
5652                       ALLOW IN    <Worker Node(s) IP Range>  # htcondor
5653                       ALLOW IN    <Worker Node(s) IP Range>  # htcondor
5654                       ALLOW IN    <Worker Node(s) IP Range>  # htcondor
9618                       ALLOW IN    <Worker Node(s) IP Range>  # htcondor
22/tcp (v6)                ALLOW IN    Anywhere (v6)             
443/tcp (v6)               ALLOW IN    Anywhere (v6)

Clone this wiki locally