What command can I use to get a list of IP addresses used by Ubuntu systems in LAN network?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
You can use
To find out if they are Ubuntu systems is harder. You can use a portscan ( This does require you to have admin privileges, so you'd do something like
For ranges (the 0/24 part) and the options, you can check out the manpage of |
|||