Skip to content

Commit

Permalink
Setup static IPv6 subnet (#168)
Browse files Browse the repository at this point in the history
* Update router with new static subnet.
* Update DNS for new subnet.
  • Loading branch information
SuperQ committed Apr 5, 2019
1 parent 39cc6f9 commit 14b174b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
10 changes: 7 additions & 3 deletions backups/routers/cycletrailer.noisebridge.net
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ firewall {
action accept
description "Pegasus TCP allowed"
destination {
address 2607:f598:b2c2:fd01:250:c2ff:fe28:3070
address 2607:f598:b2cf:100:250:c2ff:fe28:3070
port 22,80,443
}
protocol tcp
Expand Down Expand Up @@ -101,7 +101,7 @@ firewall {
interfaces {
ethernet eth0 {
address 10.20.0.1/16
address fd95:0c38:25f0::1/64
address 2607:f598:b2cf:100::1/64
description "NB LAN"
duplex auto
speed auto
Expand All @@ -115,7 +115,7 @@ interfaces {
address 192.195.83.134/29
address 192.195.83.133/29
address 10.19.0.1/24
address fd95:0c38:25f0:1::1/64
address 2607:f598:b2c0:277::f001/64
description "MonkeyBrains WAN"
dhcpv6-pd {
no-dns
Expand Down Expand Up @@ -166,6 +166,10 @@ protocols {
next-hop 192.195.83.129 {
}
}
route6 ::/0 {
next-hop 2607:f598:b2c0:277::1 {
}
}
}
}
service {
Expand Down
11 changes: 5 additions & 6 deletions files/coredns/zones/noisebridge.net
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$TTL 3600

noisebridge.net. IN SOA ns1.noisebridge.net. hostmaster.noisebridge.net. (
2019030700 ; Serial
2019032800 ; Serial
3600 ; Refresh
300 ; Retry
604800 ; Expire
Expand Down Expand Up @@ -135,13 +135,12 @@ zine IN A 96.126.98.79
; updated superq@gmail.com 2014-03-13
cabal IN A 216.252.162.58

; requested by rubin 2014-11-21
; updated by patrick 2015-05-24
; new static IP from Monkeybrains
cycletrailer IN A 2607:f598:b2c0:277::acf8
; Services in the space
cycletrailer IN A 2607:f598:b2c0:277::f001
cycletrailer IN A 192.195.83.130
2169 IN CNAME cycletrailer
pegasus IN AAAA 2607:f598:b2c2:fd01:250:c2ff:fe28:3070
earl IN AAAA 2607:f598:b2cf:100:f8ea:fa58:5dd2:6ff4
pegasus IN AAAA 2607:f598:b2cf:100:250:c2ff:fe28:3070
pegasus IN A 192.195.83.134
grafana IN CNAME pegasus

Expand Down

0 comments on commit 14b174b

Please sign in to comment.