Skip to content

[BUG] Missing IP address #34

@mmattel

Description

@mmattel

When configuring NS for the range (10.x.y.0/24), I get a list of addresses found, but this list is not complete.
The last address shown is .231 but .230 is not shown though present.

When running nmap from the console manually in the HA container same as called by NS:
nmap 10.x.y.0/24 -sn | grep 10\.
I get as result ... .231, and .230 as last address.

Note that in the above list .231 is printed before .230 !

This means that NS does not provide all addresses found.

The culprit can be, that the last address found has a lower number than the highest IP in the list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions