1.0.10 • Published 8 years ago

staticip v1.0.10

Weekly downloads
13
License
ISC
Repository
github
Last release
8 years ago

Static Ip

Windows Cli Helper to set static ip addresses for network interfaces based on mac address.

This tool is used to set static ip addresses for NIC on windows based on its mac address. Sometimes it occurs (especially if you are using multiple USB3 to GigE adapter) that windows renames the network interface or recognizes it as a new one. In this case the ip address may be deleted. In order to set the ip addresses based on mac address you can use this tool.

To install this tool, just run

npm install -g staticip

Afterwards you can use the tool to create an ip mapping file of your current ip configuration:

staticip generate

You will end up with a new file ipmapping.json, structured like this:

{
    "08:00:27:10:94:dc": "192.168.178.252",
    //...
}

Now you can edit this file and change it to your needs. Afterwards run

staticip setip

to set the ip addresses to the specified network interfaces.

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago