Netsh

Netsh

netsh (network shell) ist ein Programm für die Microsoft Windows NT-Linie, das das Konfigurieren von lokalen und entfernten Netzwerkeinstellungen ermöglicht.

Eine häufige Einsatzmöglichkeit von netsh ist das Zurücksetzen des TCP/IP-Stacks, was unter Windows 98 noch einer Neuinstallation des TCP/IP-Adapters bedurfte.

Netsh hat noch viele weitere Funktionen, so kann beispielsweise die IP-Konfiguration geändert werden.

Inhaltsverzeichnis

Beispielanwendung

Zurücksetzen des TCP/IP-Stacks:

netsh interface ip reset C:\resetlog.txt

Verfügbare Schnittstellen anzeigen:

netsh interface show interface

Feste IP-Adresse setzen:

netsh interface ip set address "Local Area Connection" static 123.123.123.123 255.255.255.0 

Feste IP-Adresse und Gateway setzen:

netsh interface ip set address "Local Area Connection" static 123.123.123.123 255.255.255.0 123.123.123.1 1

Zwei feste IP-Adressen setzen:

netsh interface ip set address "Local Area Connection" static 123.123.123.123 255.255.255.0
netsh interface ip add address "Local Area Connection" 234.234.234.234 255.255.255.0

Dynamische IP-Adresse:

netsh interface ip set address name="Local Area Connection" source=dhcp

netsh und IPv6

Mit netsh können ebenfalls IPv6-Informationen aus dem stack gelesen werden, und es ist benutzerfreundlicher als IPv6.exe, welches dieselben Informationen zur Verfügung stellt.

Die IPv6-Adresse mit netsh anzeigen:

netsh interface ipv6 show address

netsh und DHCP-Server

Mit netsh kann man DHCP-Server speichern und wiederherstellen.

Alle DHCP Informationen sichern

netsh dhcp server\\server1 export c:\sicherung\dhcp all 

Alle DHCP Informationen wiederherstellen

netsh dhcp server\\server1 import c:\sicherung\dhcp all 

Weblinks


Wikimedia Foundation.

Игры ⚽ Нужна курсовая?

Schlagen Sie auch in anderen Wörterbüchern nach:

  • Netsh — В программном обеспечении, netsh (от англ. «сетевая оболочка» или network shell)  программа, включенная в линейку продуктов операционных систем Microsoft Windows NT начиная с Windows 2000. Она позволяет локальное или удаленное… …   Википедия

  • Netsh — (network shell : shell réseau) est un utilitaire en ligne de commande inclus dans la gamme des systèmes d exploitation Windows NT (NT, 2000, XP, 2003 Serveur, Vista) à partir de Windows 2000. Il permet la configuration du réseau, localement… …   Wikipédia en Français

  • Netsh — es una utilidad de línea de comandos que nos ofrece varias opciones para la configuración de una red. Entre las principales opciones que se pueden realizar, están la posibilidad de ver, modificar, administrar y diagnosticar la configuración de… …   Wikipedia Español

  • Netsh — In software, netsh, or network shell, is a utility included in Microsoft s Windows NT line of operating systems beginning with Windows 2000. It allows local or remote configuration of network devices such as the interface. A common use of netsh… …   Wikipedia

  • Netsh.exe — В программном обеспечении, netsh (от англ. «сетевая оболочка» или network shell)  программа, включенная в линейку продуктов операционных систем Microsoft Windows NT начиная с Windows 2000. Она позволяет осуществлять локальное или удаленное… …   Википедия

  • Windows Vista networking technologies — This article is part of a series on Windows Vista New features Overview Technical and core system Security and safety Networking technologies I/O technologies Management and administration Removed features …   Wikipedia

  • Compound TCP — (CTCP) is a Microsoft algorithm that was introduced as part of the Windows Vista and Window Server 2008 TCP stack. It is designed to aggressively adjust the sender s congestion window to optimise TCP for connections with large bandwidth delay… …   Wikipedia

  • Windows PowerShell — Screenshot of a sample PowerShell session …   Wikipedia

  • Taixi-Stätte — Die Taixi Stätte (chin. 台西遗址, Táixī yízhǐ, engl. Site of Taixi/Taixi Site) ist eine nach dem Dorf Taixi (Taixi cun) benannte archäologische Stätte aus der mittleren und späten Shang Zeit in Gaocheng (藁城), Provinz Hebei, Volksrepublik China. Sie… …   Deutsch Wikipedia

  • Taixi yizhi — Die Taixi Stätte (chin. 台西遗址, Táixī yízhǐ, engl. Site of Taixi/Taixi Site) ist eine nach dem Dorf Taixi (Taixi cun) benannte archäologische Stätte aus der mittleren und späten Shang Zeit in Gaocheng (藁城), Provinz Hebei, Volksrepublik China. Sie… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”