I am totally new to Linux and Raspberry pi (and also network).
I tried to connect raspberry pi SSH with its hostname, which is
Code: Select all
ssh pi@raspberrypi.localI use command
Code: Select all
dns-sd -q raspberrypi.localCode: Select all
MacBook-Pro:~ User$ dns-sd -q raspberrypi.local
DATE: ---Tue 18 Feb 2020---
20:39:36.658 ...STARTING...
Timestamp A/R Flags if Name Type Class Rdata
20:39:36.659 Add 40000002 0 raspberrypi.local. Addr IN 218.38.137.27
20:39:37.103 Add 2 4 raspberrypi.local. Addr IN 192.168.0.17
How can I change the priority of my internal IP (192.168.0.17) in DNS to use
Code: Select all
ssh pi@raspberrypi.localBest Regards,