User Tools

Site Tools


os:windows:netsh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
os:windows:netsh [2011-02-09 12:17] – windows:netsh renamed to os:windows:netsh rootos:windows:netsh [2014-12-18 20:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== netsh ====== ====== netsh ======
  
-===== Interface umbenennen =====+== Interface umbenennen ==
   netsh interface set interface name="LAN-Verbindung" newname="Interface 1"   netsh interface set interface name="LAN-Verbindung" newname="Interface 1"
  
-===== Konfiguration über DHCP beziehen =====+== Konfiguration über DHCP beziehen ==
   netsh interface ip set address "LAN-Verbindung" dhcp   netsh interface ip set address "LAN-Verbindung" dhcp
  
-===== Interface manuell konfigurieren =====+== 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 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   netsh interface ip set dns name="LAN-Verbindung" static 192.168.1.1
  
-===== Konfiguration anzeigen =====+== Konfiguration anzeigen ==
   netsh interface ip show config "LAN-Verbindung"   netsh interface ip show config "LAN-Verbindung"
os/windows/netsh.1297250254.txt.gz · Last modified: 2014-12-18 20:10 (external edit)