change various ips to new ipv6 address

This commit is contained in:
Stephen Smoogen 2015-08-21 19:41:43 +00:00
parent 2f586e375e
commit 1bc2c83952
5 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.0.0/16 --dport 80 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 140.211.169.196/32 --dport 443 -j ACCEPT', ]
custom6_rules: [ '-A INPUT -p tcp -m tcp -s 2610:28:3090:3001:dead:beef:cafe:fed3 --dport 443 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 2604:1580:fe00:0:5054:ff:feae:702c --dport 443 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 2604:1580:fe00:0:dead:beef:cafe:fed1 --dport 443 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 2a00:d1a0:1::131 --dport 443 -j ACCEPT', ]
collectd_apache: true

View file

@ -54,8 +54,8 @@ NameVirtualHost 10.5.126.51:443
# proxy11
NameVirtualHost 67.219.144.68:80
NameVirtualHost 67.219.144.68:443
NameVirtualHost [2604:1580:fe00:0:5054:ff:feae:702c]:80
NameVirtualHost [2604:1580:fe00:0:5054:ff:feae:702c]:443
NameVirtualHost [2604:1580:fe00:0:dead:beef:cafe:fed1]:80
NameVirtualHost [2604:1580:fe00:0:dead:beef:cafe:fed1]:443
#proxy01.stg
NameVirtualHost 10.5.126.88:80

View file

@ -376,7 +376,7 @@ $wgSquidServersNoPurge = array(
# proxy11
"67.219.144.68",
"2604:1580:fe00:0:5054:ff:feae:702c",
"2604:1580:fe00:0:dead:beef:cafe:fed1",
"192.168.1.37",
{% endif %}

View file

@ -252,7 +252,7 @@ define host {
host_name admin-ipv6-dedicated
alias admin-ipv6-dedicated
use defaulttemplate
address 2604:1580:fe00:0:5054:ff:feae:702c
address 2604:1580:fe00:0:dead:beef:cafe:fed1
parents proxy11-ipv6.fedoraproject.org
}
@ -260,7 +260,7 @@ define host {
host_name proxy11-ipv6.fedoraproject.org
alias proxy11-ipv6.fedoraproject.org
use defaulttemplate
address 2604:1580:fe00:0:5054:ff:feae:702c
address 2604:1580:fe00:0:dead:beef:cafe:fed1
}

View file

@ -82,6 +82,6 @@ define host {
host_name fpo-ipv6-dedicatedsolutions
alias fpo-ipv6-dedicatedsolutions
use defaulttemplate
address 2604:1580:fe00:0:5054:ff:feae:702c
address 2604:1580:fe00:0:dead:beef:cafe:fed1
parents proxy11-ipv6.fedoraproject.org
}