ansan-survivor.tistory.com/44?category=364960
$ ifconfig <= 본인 IP주소 확인
1. 네트워크 설정 편집 파일 수정 (vim 또는 nano편집기 둘중 하나 선택)
$ sudo vim /etc/dhcpcd.conf
또는
$ sudo nano /etc/dhcpcd.conf
2. 아래 마크한 부분 주석해제, 본인 주소에 맞게 수정 (유선 : eth0 / 무선 : wlan0)
static ip_address=본인ip주소
static routers=게이트웨이 주소 (맨 끝자리만 1)
3. 네트워크 재부팅
$ sudo /etc/init.d/networking restart
4. pi 재부팅
$ sudo reboot
출처: https://ansan-survivor.tistory.com/44?category=364960 [안산드레아스]
'언어 > 라즈베리파이' 카테고리의 다른 글
Setting Up Bluetooth Serial Port Profile on Raspberry Pi using sdptool (0) | 2021.01.10 |
---|---|
Bluetooth (0) | 2021.01.10 |
SmartiPi Touch 2 setup (0) | 2021.01.08 |
SmartiPi Touch 2 (0) | 2021.01.08 |
Florence Virtual Keyboard 가상키보드 (0) | 2021.01.08 |