summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2025-02-27 12:27:42 -0800
committerD Delmar Davis <don@suspectdevices.com>2025-02-27 12:27:42 -0800
commit8aa540feb26dc63b7fa6d090ba28a2f79abf6eb1 (patch)
tree973622a91607b46f13fd17c3b85ec4c779a528be
parent477196663a0fe495263922d485a690844e83c95c (diff)
First post migration push
-rw-r--r--docs/buildnotes/colo-relocation.md46
1 files changed, 45 insertions, 1 deletions
diff --git a/docs/buildnotes/colo-relocation.md b/docs/buildnotes/colo-relocation.md
index 6984c08..c7bea28 100644
--- a/docs/buildnotes/colo-relocation.md
+++ b/docs/buildnotes/colo-relocation.md
@@ -7,7 +7,10 @@
- set dns ttls to be small. (600=10m) (done)
- add new dns server to ns records for digithink.com (done)
- stand up dns server and connect it to the new ip address range. (done)
-- add the new server to the upstream
+- add the new server to the upstream
+- set up remaining dns nodes to pull from new server
+- migrate vpn nodes first
+- move static websites first
### put the dns zone files into a repo
@@ -73,3 +76,44 @@ git config user.email REDACTED@bots.bitbucket.org
git commit -a -m "delete unused domains"
git push
```
+
+### stand up dns server and connect it to the new ip address range. (done)
+
+### add the new server to the upstream
+
+### set up remaining dns nodes to pull from new server
+### migrate vpn nodes first
+Set dns entries for wireguard hosts then adjust their ips.
+
+```
+grep -r 198.202.31. /etc/
+nano /etc/netplan/50-cloud-init.yaml
+network:
+ version: 2
+ ethernets:
+ eth0:
+ addresses:
+ - 69.41.138.125/27
+ nameservers:
+ addresses:
+ - 69.41.138.99
+ - 8.8.8.8
+ search: []
+ routes:
+ - to: default
+ via: 69.41.138.97
+ eth1:
+ addresses:
+ - 192.168.31.228/24
+root@virgil:~#
+^x
+netplan apply
+ip a
+sed -i s/198.202.31.132/198.202.31.99/ /etc/resolv.conf
+root@virgil:~# sed -i s/198.202.31.132/198.202.31.99/ /etc/resolv.conf.static
+reboot
+```
+
+YOU ARE HERE REPEATING THIS FOR SITKA
+
+### move static websites first