fix: Change default gateway on Arc-SRV.

Todo: See if the sleeping befor launching SRV-01 help or if i can ditch it.
This commit is contained in:
Winston Smith 2021-05-10 17:52:41 +02:00
parent 4862a27b8c
commit 694bc907f6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Sleep 10
#Arc-SRV
netsh interface ip set address name="Arc-SRV" static 192.168.8.1 255.255.255.0 192.168.8.255
netsh interface ip set address name="Arc-SRV" static 192.168.8.1 255.255.255.0 192.168.8.254
### DNS Conf for all InterfaceAlias ###