migrate subnet
This commit is contained in:
@@ -23,29 +23,29 @@ customDNS:
|
||||
IN NS dns2.
|
||||
IN NS dns3.
|
||||
|
||||
dns1 IN A 192.168.1.15
|
||||
dns2 IN A 192.168.1.134
|
||||
dns3 IN A 192.168.1.147
|
||||
dns1 IN A 10.232.1.22
|
||||
dns2 IN A 10.232.1.51
|
||||
dns3 IN A 10.232.1.52
|
||||
|
||||
|
||||
;; Computer Names
|
||||
nw01un IN A 192.168.1.1
|
||||
nw01un IN A 192.168.1.1 ; Unifi Gateway
|
||||
|
||||
ps08rp IN A 192.168.1.134
|
||||
ps09rp IN A 192.168.1.147
|
||||
ps02sn IN A 192.168.1.55 ; Synology Web
|
||||
ps02sn-bond IN A 192.168.1.194 ; Synology Bond for Storage
|
||||
ps08rp IN A 10.232.1.51 ; DNS
|
||||
ps09rp IN A 10.232.1.52 ; DNS
|
||||
ps02sn IN A 10.232.1.61 ; Synology Web
|
||||
ps02sn-bond IN A 10.232.1.64 ; Synology Bond for Storage
|
||||
|
||||
pd05wd IN A 192.168.1.115 ; Desktop
|
||||
pl02mc IN A 192.168.1.116 ; Laptop
|
||||
pd05wd IN A 10.230.0.115 ; Desktop
|
||||
pl02mc IN A 10.230.0.105 ; Laptop
|
||||
|
||||
dv01hr IN A 192.168.1.213 ; HD Homerun
|
||||
dv02kv IN A 192.168.1.57 ; Pi KVM
|
||||
dv01hr IN A 10.232.1.72 ; HD Homerun
|
||||
dv02kv IN A 10.232.1.71 ; Pi KVM
|
||||
|
||||
it01ag IN A 192.168.1.100 ; Airgradient
|
||||
it02ph IN A 192.168.1.145 ; Phillips Hue
|
||||
it03tb IN A 192.168.1.193 ; TubesZB ZigBee
|
||||
it04tb IN A 192.168.1.135 ; TubesZB Z-Wave
|
||||
it01ag IN A 10.232.1.83 ; Airgradient
|
||||
it02ph IN A 10.232.1.85 ; Phillips Hue
|
||||
it03tb IN A 10.232.1.81 ; TubesZB ZigBee
|
||||
it04tb IN A 10.232.1.82 ; TubesZB Z-Wave
|
||||
|
||||
;; Common Names
|
||||
synology IN CNAME ps02sn
|
||||
@@ -57,16 +57,20 @@ customDNS:
|
||||
|
||||
|
||||
;; Service Names
|
||||
cl01tl IN A 192.168.1.35
|
||||
cl01tl IN A 192.168.1.36
|
||||
cl01tl IN A 192.168.1.37
|
||||
cl01tl IN A 10.232.1.11
|
||||
cl01tl IN A 10.232.1.12
|
||||
cl01tl IN A 10.232.1.13
|
||||
|
||||
cl01tl-endpoint IN A 192.168.1.15
|
||||
cl01tl-endpoint IN A 192.168.1.16
|
||||
cl01tl-endpoint IN A 192.168.1.17
|
||||
cl01tl-api IN A 10.232.1.11
|
||||
cl01tl-api IN A 10.232.1.12
|
||||
cl01tl-api IN A 10.232.1.13
|
||||
|
||||
traefik-cl01tl IN A 192.168.1.16
|
||||
blocky IN A 192.168.1.15
|
||||
cl01tl-endpoint IN A 10.232.1.21
|
||||
cl01tl-endpoint IN A 10.232.1.22
|
||||
cl01tl-endpoint IN A 10.232.1.23
|
||||
|
||||
traefik-cl01tl IN A 10.232.1.21
|
||||
blocky IN A 10.232.1.22
|
||||
|
||||
|
||||
;; Application Names
|
||||
|
@@ -23,29 +23,29 @@ customDNS:
|
||||
IN NS dns2.
|
||||
IN NS dns3.
|
||||
|
||||
dns1 IN A 192.168.1.15
|
||||
dns2 IN A 192.168.1.134
|
||||
dns3 IN A 192.168.1.147
|
||||
dns1 IN A 10.232.1.22
|
||||
dns2 IN A 10.232.1.51
|
||||
dns3 IN A 10.232.1.52
|
||||
|
||||
|
||||
;; Computer Names
|
||||
nw01un IN A 192.168.1.1
|
||||
nw01un IN A 192.168.1.1 ; Unifi Gateway
|
||||
|
||||
ps08rp IN A 192.168.1.134
|
||||
ps09rp IN A 192.168.1.147
|
||||
ps02sn IN A 192.168.1.55 ; Synology Web
|
||||
ps02sn-bond IN A 192.168.1.194 ; Synology Bond for Storage
|
||||
ps08rp IN A 10.232.1.51 ; DNS
|
||||
ps09rp IN A 10.232.1.52 ; DNS
|
||||
ps02sn IN A 10.232.1.61 ; Synology Web
|
||||
ps02sn-bond IN A 10.232.1.64 ; Synology Bond for Storage
|
||||
|
||||
pd05wd IN A 192.168.1.115 ; Desktop
|
||||
pl02mc IN A 192.168.1.116 ; Laptop
|
||||
pd05wd IN A 10.230.0.115 ; Desktop
|
||||
pl02mc IN A 10.230.0.105 ; Laptop
|
||||
|
||||
dv01hr IN A 192.168.1.213 ; HD Homerun
|
||||
dv02kv IN A 192.168.1.57 ; Pi KVM
|
||||
dv01hr IN A 10.232.1.72 ; HD Homerun
|
||||
dv02kv IN A 10.232.1.71 ; Pi KVM
|
||||
|
||||
it01ag IN A 192.168.1.100 ; Airgradient
|
||||
it02ph IN A 192.168.1.145 ; Phillips Hue
|
||||
it03tb IN A 192.168.1.193 ; TubesZB ZigBee
|
||||
it04tb IN A 192.168.1.135 ; TubesZB Z-Wave
|
||||
it01ag IN A 10.232.1.83 ; Airgradient
|
||||
it02ph IN A 10.232.1.85 ; Phillips Hue
|
||||
it03tb IN A 10.232.1.81 ; TubesZB ZigBee
|
||||
it04tb IN A 10.232.1.82 ; TubesZB Z-Wave
|
||||
|
||||
;; Common Names
|
||||
synology IN CNAME ps02sn
|
||||
@@ -57,16 +57,20 @@ customDNS:
|
||||
|
||||
|
||||
;; Service Names
|
||||
cl01tl IN A 192.168.1.35
|
||||
cl01tl IN A 192.168.1.36
|
||||
cl01tl IN A 192.168.1.37
|
||||
cl01tl IN A 10.232.1.11
|
||||
cl01tl IN A 10.232.1.12
|
||||
cl01tl IN A 10.232.1.13
|
||||
|
||||
cl01tl-endpoint IN A 192.168.1.15
|
||||
cl01tl-endpoint IN A 192.168.1.16
|
||||
cl01tl-endpoint IN A 192.168.1.17
|
||||
cl01tl-api IN A 10.232.1.11
|
||||
cl01tl-api IN A 10.232.1.12
|
||||
cl01tl-api IN A 10.232.1.13
|
||||
|
||||
traefik-cl01tl IN A 192.168.1.16
|
||||
blocky IN A 192.168.1.15
|
||||
cl01tl-endpoint IN A 10.232.1.21
|
||||
cl01tl-endpoint IN A 10.232.1.22
|
||||
cl01tl-endpoint IN A 10.232.1.23
|
||||
|
||||
traefik-cl01tl IN A 10.232.1.21
|
||||
blocky IN A 10.232.1.22
|
||||
|
||||
|
||||
;; Application Names
|
||||
|
Reference in New Issue
Block a user