Use Host Names Instead of IP Addresses – Home Network Guide

dnshostnamenetworking

I've a small home network up and running and managed to set up ssh. Can anyone tell me what I need to do to refer to one computer on the network from another by host name rather than IP address (which is what I'm doing now)?

Best Answer

You can refer to machines by by tacking a .local to the hostname, like so:

ssh machinename.local

References: