Home Commandline Static IP Assignment
Post
Cancel

Commandline Static IP Assignment

Commandline Static IP Assignment

Remotely edit the Static IP Address of a specific interface on a client machine.

1
2
netsh interface ipv4 show address
netsh int ip set address "Ethernet" static 192.168.1.100 255.255.255.0 192.168.1.254 1
This post is licensed under CC BY 4.0 by the author.