File tree Expand file tree Collapse file tree 1 file changed +27
-7
lines changed Expand file tree Collapse file tree 1 file changed +27
-7
lines changed Original file line number Diff line number Diff line change 11---
22classes :
33 - " profile::core::common"
4- - " profile::core::debugutils"
4+ - " profile::core::firewall"
5+ - " profile::core::nfsclient"
56 - " profile::core::rucio"
6- - " python"
77
8- python::version : " python36"
9- python::pip : " present"
10- python::dev : " present"
11- python::virtualenv : " present"
12- profile::core::common::manage_firewall : false
8+ profile::core::firewall::firewall :
9+ " 254 accept incoming on port 1094 from SLAC subnet " :
10+ proto : " tcp"
11+ state : " NEW"
12+ dport : " 1094"
13+ source : " 134.79.23.0/24"
14+ jump : " accept"
15+ " 255 accept outgoing on port 1094 to SLAC subnet " :
16+ proto : " tcp"
17+ state : " NEW"
18+ sport : " 1094"
19+ destination : " 134.79.23.0/24"
20+ jump : " accept"
21+ " 256 accept incoming on port 1095 from SLAC subnet " :
22+ proto : " tcp"
23+ state : " NEW"
24+ dport : " 1095"
25+ source : " 134.79.23.0/24"
26+ jump : " accept"
27+ " 257 accept outgoing on port 1095 to SLAC subnet " :
28+ proto : " tcp"
29+ state : " NEW"
30+ sport : " 1095"
31+ destination : " 134.79.23.0/24"
32+ jump : " accept"
You can’t perform that action at this time.
0 commit comments