Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LIST HOSTS IN NETWORK DEFINITIONS TO FIND IP ADDRESS THAT ARE NOT IN USE

Hi experts,

There is some way to list all IPv4 adresses that are NOT in use in a specific network in Sophos UTM (via command line or Web GUI)?

Willing to know.

Thanks.



This thread was automatically locked due to age.
Parents Reply
  • To list the IPs that have been "seen" by the UTM in the last 7 days:

    /usr/local/bin/count_active_ip.plx --showcount

    If you suspect that there are assigned IPs that haven't been active, and your LAN is 172.20.20.0/24, you can list assigned addresses:

    cc get_objects network host|grep address|grep '172\.20\.20\.'

    Cheers - Bob

Children