From: Tom Hughes Date: Mon, 7 Jan 2019 15:49:40 +0000 (+0000) Subject: Allow snmp to necrosan X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7fb1c9621d76f97aa7068700edbbb03376439df7?hp=ecb21d381477b23d941bd95cf831633acd7b6b06 Allow snmp to necrosan --- diff --git a/roles/milkywan.rb b/roles/milkywan.rb index 529cc37b5..7f00b290f 100644 --- a/roles/milkywan.rb +++ b/roles/milkywan.rb @@ -10,6 +10,20 @@ default_attributes( :hosted_by => "MilkyWan", :location => "France", :networking => { + :firewall => { + :inet => [ + { + :action => "ACCEPT", + :source => "net:212.25.24.64/28", + :dest => "fw", + :proto => "udp", + :dest_ports => "snmp", + :source_ports => "1024:", + :rate_limit => "-", + :connection_limit => "-" + } + ] + }, :nameservers => ["8.8.8.8", "2a0b:cbc0:42::42"], :roles => { :external => {