Finding IP addresses
We will use
nmap
utility to locate IP addresses for each node. To install nmap
use this command brew install nmap
To list all IP addresses on your network use the command
nmap -sn 192.168.0.1/24
Last modified 2yr ago