mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-07-23 11:50 pm

[dw-ops] Add new machine.

[commit: http://hg.dwscoalition.org/dw-ops/rev/b09e9825f6fc]

Add new machine.

Patch by [staff profile] mark.

Files modified:
  • puppet/modules/iptables/templates/dreamwidth.erb
  • puppet/modules/iptables/templates/spamhaus-drop.erb
--------------------------------------------------------------------------------
diff -r 5ce5fa81e4cf -r b09e9825f6fc puppet/modules/iptables/templates/dreamwidth.erb
--- a/puppet/modules/iptables/templates/dreamwidth.erb	Thu Jul 16 22:52:17 2009 +0000
+++ b/puppet/modules/iptables/templates/dreamwidth.erb	Thu Jul 23 23:50:41 2009 +0000
@@ -61,6 +61,7 @@
 -A INPUT -s 10.176.74.78 -j ACCEPT
 -A INPUT -s 10.176.74.79 -j ACCEPT
 -A INPUT -s 10.176.74.80 -j ACCEPT
+-A INPUT -s 10.176.77.95 -j ACCEPT
 
 <% if has_variable?("allowed_ports") && !allowed_ports.empty? -%>
 # Discards all traffic to/from netblocks on Spamhaus drop list
diff -r 5ce5fa81e4cf -r b09e9825f6fc puppet/modules/iptables/templates/spamhaus-drop.erb
--- a/puppet/modules/iptables/templates/spamhaus-drop.erb	Thu Jul 16 22:52:17 2009 +0000
+++ b/puppet/modules/iptables/templates/spamhaus-drop.erb	Thu Jul 23 23:50:41 2009 +0000
@@ -65,7 +65,6 @@ 202.6.176.0/20
 202.6.176.0/20
 203.19.101.0/24
 203.31.88.0/23
-203.33.120.0/24
 203.34.205.0/24
 203.34.70.0/23
 203.34.71.0/24
--------------------------------------------------------------------------------