[dw-ops] New production cluster IPs.
[commit: http://hg.dwscoalition.org/dw-ops/rev/2d08d9cbfad3]
New production cluster IPs.
Patch by
mark.
Files modified:
New production cluster IPs.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- puppet/modules/iptables/templates/dreamwidth.erb
-------------------------------------------------------------------------------- diff -r 163f9901bcad -r 2d08d9cbfad3 puppet/modules/iptables/templates/dreamwidth.erb --- a/puppet/modules/iptables/templates/dreamwidth.erb Fri Mar 27 08:21:03 2009 +0000 +++ b/puppet/modules/iptables/templates/dreamwidth.erb Fri Mar 27 08:27:02 2009 +0000 @@ -12,15 +12,19 @@ -A INPUT -i ! lo -d 127.0.0.0/8 -j REJECT # Accept inbound private traffic from one of our servers --A INPUT -s 172.19.1.5 -j ACCEPT --A INPUT -s 172.19.1.84 -j ACCEPT --A INPUT -s 172.19.1.85 -j ACCEPT --A INPUT -s 172.19.1.86 -j ACCEPT --A INPUT -s 172.19.1.87 -j ACCEPT --A INPUT -s 172.19.1.88 -j ACCEPT --A INPUT -s 172.19.1.89 -j ACCEPT --A INPUT -s 172.19.1.90 -j ACCEPT --A INPUT -s 172.19.1.91 -j ACCEPT +-A INPUT -s 10.176.64.124 -j ACCEPT +-A INPUT -s 10.176.64.125 -j ACCEPT +-A INPUT -s 10.176.64.126 -j ACCEPT +-A INPUT -s 10.176.64.127 -j ACCEPT +-A INPUT -s 10.176.64.128 -j ACCEPT +-A INPUT -s 10.176.64.129 -j ACCEPT +-A INPUT -s 10.176.64.130 -j ACCEPT +-A INPUT -s 10.176.64.131 -j ACCEPT +-A INPUT -s 10.176.64.132 -j ACCEPT +-A INPUT -s 10.176.64.133 -j ACCEPT +-A INPUT -s 10.176.64.134 -j ACCEPT +-A INPUT -s 10.176.64.135 -j ACCEPT +-A INPUT -s 10.176.64.137 -j ACCEPT # Accepts all established inbound connections -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT --------------------------------------------------------------------------------