openvpn / server / ccd files: Fix hosts that had the old transition iad2 vpn

When we moved datacenters we had iad2 pointing to 192.168.20 at various
points to migrate things. We should no longer have any hosts using that
ip range. Move them all back.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2020-10-02 08:42:34 -07:00
parent bdf8112380
commit 4b067c6fec
5 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.20.41 192.168.0.41
ifconfig-push 192.168.1.41 192.168.0.41

View File

@@ -1 +1 @@
ifconfig-push 192.168.20.50 192.168.0.50
ifconfig-push 192.168.1.50 192.168.0.50

View File

@@ -1,2 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.20.10 192.168.0.10
ifconfig-push 192.168.1.10 192.168.0.10

View File

@@ -1,3 +1,3 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.20.154 192.168.0.154
ifconfig-push 192.168.1.154 192.168.0.154

View File

@@ -1,2 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.20.114 192.168.0.114
ifconfig-push 192.168.1.114 192.168.0.114