Find the RPi on your network: `nmap -p 22 --script=banner -sV -oG 192.168.0.0/24 | awk '/Rasp/ {print $2}'`

This assumes ssh is enabled on the Pi, which it is nott by default and your home network is `192.168.0.*`.

Reply to this note

Please Login to reply.

Discussion

Also a convenient way is to write a small script that sends an email/message to you with the ip when the network setup finished. I did it with a hook that is only executed when the network connection is settled.