Tag Archives: static ip address

Systemd: Setup a static IP Address

Hi,

an very often requested issue. I will show this on Debian Jessie

We assume we want to set a static IP Address for eth0
Continue reading Systemd: Setup a static IP Address

Advertisment to support michlstechblog.info

Windows: Show and configure network settings using netsh

Hi,

here is a set of netsh command lines which I use very often.

Show Interface configuration

netsh interface ipv4 show config

Only IP Addresses of all LAN adapters

netsh interface ipv4 show address

Show global TCP/IP Parameters

netsh interface ipv4 show global

Disable and enable a Interface

netsh int set int name="ethernet" admin=disabled
netsh int set int name="ethernet" admin=enabled

Show all network  interfaces and its link state

netsh interface ipv4 show interfaces
Continue reading Windows: Show and configure network settings using netsh