init III
This commit is contained in:
36
Windows Interfacekonfig mit netsh/cable wlan.cmd
Normal file
36
Windows Interfacekonfig mit netsh/cable wlan.cmd
Normal file
@@ -0,0 +1,36 @@
|
||||
@echo off
|
||||
cls
|
||||
echo Konfiguration UMTS
|
||||
rem netsh interface set interface "Mobile Breitbandverbindung" admin=DISABLED
|
||||
|
||||
|
||||
|
||||
echo Konfiguration WLAN
|
||||
netsh interface set interface Drahtlosnetzwerkverbindung admin=ENABLED
|
||||
netsh interface ip set address Drahtlosnetzwerkverbindung dhcp
|
||||
netsh interface ip delete dns Drahtlosnetzwerkverbindung 212.202.215.1
|
||||
netsh interface ip delete dns Drahtlosnetzwerkverbindung 212.202.215.2
|
||||
netsh interface ip delete dns Drahtlosnetzwerkverbindung 172.23.23.231
|
||||
netsh interface ip delete dns Drahtlosnetzwerkverbindung 172.23.23.166
|
||||
|
||||
|
||||
|
||||
echo Konfiguration LAN
|
||||
netsh interface set interface LAN-Verbindung admin=ENABLED
|
||||
netsh interface ip set address LAN-Verbindung static 172.23.210.222 255.255.255.0 gateway=none
|
||||
netsh interface ip delete dns LAN-Verbindung 212.202.215.1
|
||||
netsh interface ip delete dns LAN-Verbindung 212.202.215.2
|
||||
netsh interface ip delete dns LAN-Verbindung 172.23.23.231
|
||||
netsh interface ip delete dns LAN-Verbindung 172.23.23.166
|
||||
|
||||
|
||||
|
||||
echo Konfiguration DNS
|
||||
netsh interface ip add dns LAN-Verbindung 172.23.23.231
|
||||
netsh interface ip add dns LAN-Verbindung 172.23.23.166
|
||||
netsh interface ip add dns Drahtlosnetzwerkverbindung 212.202.215.1
|
||||
netsh interface ip add dns Drahtlosnetzwerkverbindung 8.8.8.8
|
||||
|
||||
|
||||
echo Konfiguration Routing
|
||||
route add 172.23.0.0 mask 255.255.0.0 172.23.210.254
|
||||
6
Windows Interfacekonfig mit netsh/cable.cmd
Normal file
6
Windows Interfacekonfig mit netsh/cable.cmd
Normal file
@@ -0,0 +1,6 @@
|
||||
rem netsh interface set interface "Mobile Breitbandverbindung" admin=DISABLED
|
||||
netsh interface set interface Drahtlosnetzwerkverbindung admin=DISABLED
|
||||
|
||||
netsh interface set interface LAN-Verbindung admin=ENABLED
|
||||
netsh interface ip set address LAN-Verbindung dhcp
|
||||
netsh interface ip set dns LAN-Verbindung dhcp
|
||||
4
Windows Interfacekonfig mit netsh/mobil.cmd
Normal file
4
Windows Interfacekonfig mit netsh/mobil.cmd
Normal file
@@ -0,0 +1,4 @@
|
||||
netsh interface set interface LAN-Verbindung admin=DISABLED
|
||||
netsh interface set interface Drahtlosnetzwerkverbindung admin=DISABLED
|
||||
|
||||
netsh interface set interface "Mobile Breitbandverbindung" admin=ENABLED
|
||||
6
Windows Interfacekonfig mit netsh/wlan.cmd
Normal file
6
Windows Interfacekonfig mit netsh/wlan.cmd
Normal file
@@ -0,0 +1,6 @@
|
||||
rem netsh interface set interface "Mobile Breitbandverbindung" admin=DISABLED
|
||||
netsh interface set interface LAN-Verbindung admin=DISABLED
|
||||
|
||||
netsh interface set interface Drahtlosnetzwerkverbindung admin=ENABLED
|
||||
netsh interface ip set address Drahtlosnetzwerkverbindung dhcp
|
||||
netsh interface ip set dns Drahtlosnetzwerkverbindung dhcp
|
||||
Reference in New Issue
Block a user