Netsh

Netsh (network shell) is a program for the Microsoft Windows NT line, which allows you to configure local and remote network settings.

A frequent possibility of using netsh is resetting the TCP / IP stack, which 98 was still needed to reinstall the TCP / IP Adapter in Windows.

Netsh has many other functions, as for example, the IP configuration can be changed.

Sample application

Resetting the TCP / IP stack:

Netsh interface ip reset c: \ resetlog.txt View Available interfaces:

Netsh interface show interface Fixed IP address set:

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 Dynamic IP Address:

Netsh winhttp import proxy source = ie netsh and IPv6

With netsh also IPv6 information can be read from the stack, and it is more user friendly than IPv6.exe, which provides the same information.

View The IPv6 address with netsh:

Netsh interface ipv6 show address See also PNRP

Netsh and DHCP server

With netsh DHCP server, you can save and restore.

All DHCP secure information

  • Using Netsh from Microsoft TechNet
  • Online tool to build address bind commands
  • All netsh commands
  • Windows operating system component
598417
de