diff --git a/files/iptables/iptables.staging b/files/iptables/iptables.staging index 36c3c9a525..5fc0cfa4cf 100644 --- a/files/iptables/iptables.staging +++ b/files/iptables/iptables.staging @@ -7,7 +7,7 @@ # Redirect staging attempts to talk to the external proxy to an internal ip. # This is primarily for openid in staging which needs to get around proxy # redirects. --A OUTPUT -d 209.132.181.14 -j DNAT --to-destination 10.5.126.89 +-A OUTPUT -d 209.132.181.5 -j DNAT --to-destination 10.5.126.88 COMMIT diff --git a/roles/base/templates/iptables/iptables.staging b/roles/base/templates/iptables/iptables.staging index 36c3c9a525..5fc0cfa4cf 100644 --- a/roles/base/templates/iptables/iptables.staging +++ b/roles/base/templates/iptables/iptables.staging @@ -7,7 +7,7 @@ # Redirect staging attempts to talk to the external proxy to an internal ip. # This is primarily for openid in staging which needs to get around proxy # redirects. --A OUTPUT -d 209.132.181.14 -j DNAT --to-destination 10.5.126.89 +-A OUTPUT -d 209.132.181.5 -j DNAT --to-destination 10.5.126.88 COMMIT