집에선 안되고 밖에선 잘되는 알 수 없는 USB 네트웍 연결
raspberryPi Zero가 연결 안된 상태에서 ping 을 했을 때
raspberryPi Zero가 연결 안된 상태에서 ping 을 했을 때
$ ping raspberrypi.local
PING raspberrypi.local (218.38.137.28): 56 data bytes
64 bytes from 2xx.xx.xxx.xx: icmp_seq=0 ttl=53 time=3.452 ms
64 bytes from 2xx.xx.xxx.xx: icmp_seq=1 ttl=53 time=2.664 ms
64 bytes from 2xx.xx.xxx.xx: icmp_seq=2 ttl=53 time=3.632 ms
64 bytes from 2xx.xx.xxx.xx: icmp_seq=3 ttl=53 time=5.183 ms
64 bytes from 2xx.xx.xxx.xx: icmp_seq=4 ttl=53 time=3.374 ms
64 bytes from 2xx.xx.xxx.xx: icmp_seq=5 ttl=53 time=3.516 ms
^C
이렇게 다른 놈이 잡고 있어서다.
다른 네트웍(가령 테더링)으로 연결 후
ssh pi@raspberrypi.local
로 접근(기본 암호는 raspberry) 후 잘되면
sudo vi /etc/hostname
하여 기존 raspberrypi 를 적절한 것으로 변경하고 raspberryPi Zero를 재부팅 후 ssh pi@<변경한 hostname>.local ( <>는 입력하지 않음) 으로 접속한다.
댓글
댓글 쓰기