Merge "Add iptables rule to log dropped packets"
This commit is contained in:
commit
2a69fc8e55
@ -37,6 +37,7 @@ class openstack_project::single_use_slave (
|
||||
'-p tcp --dport 8000 -s 172.24.4.0/24 -j ACCEPT',
|
||||
'-p tcp --dport 8003 -s 172.24.4.0/24 -j ACCEPT',
|
||||
'-p tcp --dport 8004 -s 172.24.4.0/24 -j ACCEPT',
|
||||
'-m limit --limit 2/min --log-prefix "iptables dropped: " -j LOG',
|
||||
],
|
||||
}
|
||||
class { 'jenkins::slave':
|
||||
|
Loading…
x
Reference in New Issue
Block a user