Path
/etc/network/interfaces
auto lo
iface lo inet loopback // ???
iface eth0 inet dhcp // ???
// 추가설정 부분
auto eth0
iface eth0 inet static // static 일 경우 고정. dhcp 일 경우 자동
address // 고정IP주소
network // IP주소의 마지막단위만 0
netmask // Subnet Mask
gateway // Default Gateway
broadcast // Default DNS Server
// 여기까지
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp
반응형
'이것저것 배운것 > 라즈베리파이' 카테고리의 다른 글
waveshare 3.2inch tft-lcd setup - TFT-LCD 사용하기 (0) | 2015.05.28 |
---|---|
waveshare 3.2inch tft-lcd setup - LCD에 Xwindow 띄우기 (0) | 2015.05.28 |
4. rpi-update가 안될경우 (0) | 2015.04.16 |
2. Basic Setting (0) | 2015.03.25 |
1. 라즈베리파이 OS설치하기 (0) | 2015.03.25 |