New IPv6 net to SN #4,#5,#7

This commit is contained in:
Ansible Admin 2016-07-11 19:44:11 +02:00
parent 20d9e60f5f
commit eb4e17b271
6 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@ return net ~ [ fc00::/7{48,64},
}
filter hostroute {
if net ~ 2a03:2260:121::/48 then accept;
if net ~ 2a03:2260:121:4000::/52 then accept;
reject;
}

View File

@ -44,7 +44,7 @@ return net ~ [ fc00::/7{48,64},
}
filter hostroute {
if net ~ 2a03:2260:121::/48 then accept;
if net ~ 03:2260:121:6000::/52 then accept;
reject;
}

View File

@ -42,7 +42,7 @@ return net ~ [ fc00::/7{48,64},
}
filter hostroute {
if net ~ 2a03:2260:121::/48 then accept;
if net ~ 2a03:2260:121:7000::/52 then accept;
reject;
}

View File

@ -9,7 +9,7 @@ iface lo inet loopback
up ip address add 185.66.193.104/32 dev lo
iface lo inet6 loopback
up ip address add 2a03:2260:121::104/48 dev lo
up ip address add 2a03:2260:121:4000::105/52 dev lo
# The primary network interface

View File

@ -9,7 +9,7 @@ iface lo inet loopback
up ip address add 185.66.193.106/32 dev lo
iface lo inet6 loopback
up ip address add 2a03:2260:121::106/48 dev lo
up ip address add 2a03:2260:121:6000::105/52 dev lo
# The primary network interface

View File

@ -9,7 +9,7 @@ iface lo inet loopback
up ip address add 185.66.193.107/32 dev lo
iface lo inet6 loopback
up ip address add 2a03:2260:121::107/48 dev lo
up ip address add 2a03:2260:121:7000::105/52 dev lo
# The primary network interface