A simple tool to config ip in windows, written in Rust
. The UI is made by Slint
- When you run the app, the system current adapters are loaded to the list in
Adapters
, or you can clickRefresh
to reload. - Choose one of the adapters to see details.
- Select one in step 2, then click
Load selected
. The adapter info is loaded to the left area. - Do some change in the left area, click
Apply
orSave
when you finished, orLoad selected
to discard the changes.- The app support multiple ip when
dpch on
is unchecked. Each line represent one address. Please fill theip
andnetmask
list with same count, while each ip must match a netmask. gateway
anddns list
also support multiple address.
- The app support multiple ip when
If you saved some items in step 4, then you can choose and select them, like step 2 & 3.
The app use netsh
command tool to do the config, you would see a black console window when clicking Apply
, since I don't hide them. Please close the window when seeing "You can close the window now.".