add commented examples and test examples on kernel-qa
This commit is contained in:
parent
a02f4096fc
commit
8d77babd27
2 changed files with 14 additions and 2 deletions
|
@ -1,2 +1,9 @@
|
||||||
---
|
---
|
||||||
freezes: true
|
freezes: true
|
||||||
|
# example of ports for default iptables
|
||||||
|
# tcp_ports: [ 22, 80, 443 ]
|
||||||
|
# udp_ports: [ 110, 1024, 2049 ]
|
||||||
|
# custom_rules: [ '-A INPUT -p tcp -m tcp --dport 8888 -j ACCEPT',
|
||||||
|
'-A INPUT -p tcp -m tcp --dport 8889 -j ACCEPT' ]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,10 @@ resolvconf: $files/resolv.conf/phx2
|
||||||
rsyslogconf: $files/rsyslog/rsyslog.conf.phx2
|
rsyslogconf: $files/rsyslog/rsyslog.conf.phx2
|
||||||
fas_client_groups: sysadmin-kernel
|
fas_client_groups: sysadmin-kernel
|
||||||
sudoers: $private/files/sudo/kernel-qa
|
sudoers: $private/files/sudo/kernel-qa
|
||||||
tcp_ports: [23, 25, 80, 8888]
|
tcp_ports: [ 22, 80, 443 ]
|
||||||
|
udp_ports: [ 110, 1024, 2049 ]
|
||||||
|
custom_rules: [ '-A INPUT -p tcp -m tcp --dport 8888 -j ACCEPT',
|
||||||
|
'-A INPUT -p tcp -m tcp --dport 8889 -j ACCEPT' ]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue