세모튜브
RPI : 라즈베리파이 고정 IP설정 (유선/무선) 본문
====== 파일 하단에 아래 내용을 추가하자.
== interface eth0 는 유선 설정
== interface wlan0 는 무선 설정
$ sudo nano /etc/dhcpcd.conf
.
.
# fallback to static profile on eth0
interface eth0
static ip_address=192.168.1.111/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1
#fallback static_eth0
# Custom static IP address for wlan0.
interface wlan0
static ip_address=192.168.1.111/24
static routers=192.168.1.1
static domain_name_servers=192.168.1.1
저장후 sudo reboot
'설치' 카테고리의 다른 글
맥 : 아나콘다 (파이썬 배포판) 설치 및 기본명령어 (0) | 2021.01.06 |
---|---|
RPI : Raspberry Pi 4 : TensorFlow 2.2.0 (armv7l) 설치 (Python 3.7) (0) | 2020.12.31 |
RPI : 라즈베리파이 키보드 특수문자 처리 (0) | 2020.12.31 |
맥 : pycharm에서 sftp설정 (0) | 2020.12.28 |
MySQL Workbench 설치 (0) | 2020.06.04 |