Raspberry Pi_Kor_11.3.1 host name 설정하기

11.3 host name 이용

11.3.1 host name 설정하기

Raspberry Pi 시스템에서 시스템 자체에 대한 이름을 host name이라고 한다. 이 host name은 local network에서 Pi시스템 자체를 지칭하는 기능을 한다. 따라서 같은 네트워크에 있는 다른 시스템에서 Raspberry Pi 시스템과 통신을 할 때 Raspberry Pi 시스템에 부여된 IP address 대신에 host name을 이용하여 통신할 수 있다.

Raspberry Pi_Kor_11.2.2 IP address 부여 방식 설정

11.2.2 IP address 부여 방식 설정

일반적으로 network에서 컴퓨터가 IP address를 부여 받는 방식에는 “자동 IP 부여” 방식이 있고, “고정 IP 부여” 방식이 있다.

DHCP 서버에서 “자동 IP 부여” 방식으로 설정해 놓으면 그 서버가 관리하는 내부 network에 접속되는 개별 컴퓨터에 대해 IP를 자동으로 부여해주는 기능을 가지고 있는데, 통상 network에 접속하는 순서대로 자동으로 차례로 하나씩 IP address를 부여해 준다. 이런 방식에서는 현재 IP address가 192.168.0.100까지 부여되어 있으면, 다음에 접속되는 컴퓨터에는 192.168.0.101의 IP address가 부여된다.

Raspberry Pi_Kor_11.2.1 network 설정 정보

11.2 network 설정 정보

11.2.1 network 설정 정보

Raspberry Pi 시스템에서 network에 대한 기본설정은 /etc/network/interfaces 파일에 저장되어 있다.

Terminal 화면에서 해당 파일의 내용을 확인해 보니 다음과 같은 내용이 포함되어 있었다.

Raspberry Pi_Kor_11.1.2 “ifconfig” 명령 – network 장치 상태 및 IP 주소 확인하기

11.1.2 “ifconfig” 명령 – network 장치 상태 및 IP 주소 확인하기

Raspberry Pi 시스템에서 현재의 network 연결상태를 확인하거나 network 연결을 새롭게 시작하거나, 정상 작동중인 것을 중단하기 위해서 ifconfig 명령을 사용한다.

[명령 형식]

ifconfig [display-option] [interface] [작동 option]

Raspberry Pi_Kor_11.1.1 network 접속과 IP address

11.1 network 일반

11.1.1 network 접속과 IP address

컴퓨터가 network에 연결되려면 IP address가 지정되어야 한다. network 상에서 다른 컴퓨터와 통신할 때는 항상 이 IP address를 이용한다. Raspberry Pi 시스템도 network에 연결되면, IP address가 부여된다.

Raspberry Pi_Kor_11.0 Chapter 11 Network 관리

Chapter 11 Network 관리

Chapter 주요 내용

여기서는 Raspberry Pi 시스템에서 network 정보를 조회하는 방법을 검토하고, 원하는 방식으로 network에 연결하기 위한 여러 가지 설정방법에 대해서 알아 보기로 하겠다.

다음과 같은 항목에 대한 내용을 포함하고 있다.
■ network 일반

■ network 설정 정보

■ hostname 이용

■ 유선 network 연결

■ 무선 연결

■ static IP 설정하기

■ network 활성화 및 중단

■ Bluetooth 설정 및 연결

Raspberry Pi_Eng_11.8.2 Registering & Releasing Bluetooth Devices to Raspberry Pi

11.8.2 Registering & Releasing Bluetooth Devices to Raspberry Pi

When you connect Raspberry Pi to an external device, you can start the device connection request from Raspberry Pi or from an external Bluetooth device. Depending on who initiates the connection request, the process is slightly different.

Raspberry Pi_Eng_11.8.1 Publishing Raspberry Pi to an External Bluetooth Device

11.8 Configuration and Connection of Bluetooth

The Raspberry Pi 3 model B provides Bluetooth functionality as standard. Therefore, without purchasing a separate device, you can easily connect to various devices supporting Bluetooth around Raspberry Pi, such as mobile devices, and do an interesting works easily.

To configure Bluetooth settings, you can use the Bluetooth menu in the [Tools] area of the Desktop window.

Raspberry Pi_Eng_11.7.2 Activation and Stop with “ifconfig” Command

11.7.2 Activation and Stop with “ifconfig” Command

We used the “ifconfig” command to look up the current state of the network. However, this “ifconfig” command can also be used to activate or stop the network using “up” or “down” as an option.

The command format used to activate the network device is as follows

Raspberry Pi_Eng_11.7.1 Network Activation/Stop by “ifup” and “ifdwon” Command

11.7 Activation and Stop of Network

While operating the system, you may need to stop and reactivate the network device as needed for various reasons, such as an error occuring or changes to the configuration. If the existing device is stopped, the network connection is disconnected, and the IP address that was previously assigned can not be used. When the connection is stopped and a new connection is made, the network connection is made according to the latest setting contents.

You can use several commands to stop and reactivate the Raspberry Pi system. Let’s look at each command one by one.

11.7.1 Network Activation/Stop by “ifup” and “ifdwon” Command