User Tools

Site Tools


os:windows:netsh

This is an old revision of the document!


netsh

Interface umbenennen

netsh interface set interface name="LAN-Verbindung" newname="Interface 1"

Konfiguration über DHCP beziehen

netsh interface ip set address "LAN-Verbindung" dhcp

Interface manuell konfigurieren

netsh interface ip set address name="LAN-Verbindung" static 192.168.1.2 255.255.255.0 192.168.1.1 1
netsh interface ip set dns name="LAN-Verbindung" static 192.168.1.1

Konfiguration anzeigen

netsh interface ip show config "LAN-Verbindung"
os/windows/netsh.1297250254.txt.gz · Last modified: 2014-12-18 20:10 (external edit)