Skip to content

Commit 8a51718

Browse files
committed
Docs: #3288
1 parent c92297f commit 8a51718

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

Website/docs/application/ip-scanner.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@ Example: `10.0.0.0/24; 10.0.[10-20]1`
2727

2828
:::
2929

30-
The button to the left of the `Scan` button determines the IP address and subnet mask of the network interface currently in use in order to scan the local subnet for active devices.
30+
The button to the left of the `Scan` button determines the IP address and subnet mask of the network interface
31+
currently in use in order to scan the local subnet for active devices.
32+
33+
:::note
34+
35+
The local IP address (and subnet mask) is determined by trying to route to a public IP address. If this fails (e.g.
36+
no network connection), NETworkManager iterates over active network adapters and selects the first valid IPv4 address,
37+
with link-local addresses (`169.254.x.x`) given lower priority.
38+
39+
:::
3140

3241
If you right-click on a selected result, you can forward the device information to other applications (e.g. Port Scanner, Remote Desktop, etc), create a new profile with this information or execute a [custom command](#custom-commands).
3342

Website/docs/changelog/next-release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Release date: **xx.xx.2025**
5656
- Settings format migrated from `XML` to `JSON`. The settings file will be automatically converted on first start after the update. [#3282](https://github.com/BornToBeRoot/NETworkManager/pull/3282)
5757
- Create a daily backup of the settings file before saving changes. Up to `10` backup files are kept in the `Backups` subfolder of the settings directory. [#3283](https://github.com/BornToBeRoot/NETworkManager/pull/3283)
5858

59+
**IP Scanner**
60+
61+
- Improved local subnet detection: If local IP cannot be determined via routing, now iterates over active network adapters and selects the first valid IPv4 address (with link-local addresses (`169.254.x.x`) given lower priority). [#3288](https://github.com/BornToBeRoot/NETworkManager/pull/3288)
62+
5963
**DNS Lookup**
6064

6165
- Allow hostname as server address in addition to IP address in the add/edit server dialog. [#3261](https://github.com/BornToBeRoot/NETworkManager/pull/3261)

0 commit comments

Comments
 (0)