Created by: Andrew
This commit is contained in:
Andrew
2016-08-27 22:43:23 -04:00
commit 6d74d5b59e
31 changed files with 3002 additions and 0 deletions

12
add loopback.bat Normal file
View File

@@ -0,0 +1,12 @@
@echo off
rem Loginservers
netsh int ip add addr 1 address=64.94.106.161 mask=255.255.255.255 st=ac
netsh int ip add addr 1 address=64.94.106.162 mask=255.255.255.255 st=ac
netsh int ip add addr 1 address=64.94.106.163 mask=255.255.255.255 st=ac
netsh int ip add addr 1 address=64.94.106.164 mask=255.255.255.255 st=ac
netsh int ip add addr 1 address=64.94.106.165 mask=255.255.255.255 st=ac
rem Webserver
netsh int ip add addr 1 address=63.251.217.214 mask=255.255.255.255 st=ac
pause