Lan Verbindung bearbeiten

Aus Howtos und Gedankenstuetzen

Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Netzwerkverbindung ausschalten

@netsh routing ip set interface "Drahtlose Netzwerkverbindung" disable %*

Netzwerkverbindung anschalten

@netsh routing ip set interface "Drahtlose Netzwerkverbindung" enable %*

DHCP aktivieren

@netsh interface ip set address name="Lan-Verbindung" source=dhcp %*

Statischer DNS Server

@netsh interface ip set dns name="Lan-Verbindung" static 192.168.162.128 register=Primary %*

@netsh interface ip add dns name="Lan-Verbindung" addr=192.168.162.129 index=2 %*
@netsh interface ip set wins name="Lan-Verbindung" source=dhcp %*

statische Einstellungen

@netsh interface ip set address name="Lan-Verbindung" static 10.2.62.2 255.255.0.0 10.2.0.200 10.2.0.201 %*