> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/air-quality/ko/configuration/configure-static-ip-addresses-for-air-quality-sensors-sv20-series-only.md).

# 공기질 센서에 대한 고정 IP 주소 구성(SV20 시리즈 전용)

Verkada Air Quality Sensors는 동적 호스트 구성 프로토콜(DHCP)과 같은 동적 IP 할당 프로토콜에 의존하지 않고 공기질 센서 장치가 일관된 네트워크 통신을 유지하도록 정적 IP를 구성/할당하는 옵션을 제공합니다.

#### **SV20 시리즈 모델만 정적 IP를 지원합니다:**

* SV21
* SV23
* SV25
* SV25-128

*SV11은 **아님** 고정 IP를 지원합니다.*

{% hint style="danger" %}
Verkada 장치는 RFC 1918 개인 IP 주소를 지원합니다. 즉, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16과 같이 RFC에 지정된 개인 IP 범위만 정적 IP 구성 기능과 호환됩니다.
{% endhint %}

### 시작하기 전에

센서 장치에 정적 IP 주소를 구성하려면 먼저 DHCP를 사용하여 Command에 연결하고 최신 펌웨어로 업데이트해야 합니다. 업데이트 과정이 완료되면 장치는 새 정적 IP 구성을 수신할 수 있습니다.

***

## 정적 IP 주소 구성

{% hint style="danger" %}
필요한 권한 [사이트 관리자](/verkada-cameras/ko/getting-started/roles-and-permissions-for-cameras.md) 이 기능을 활성화하거나 정적 IP 구성을 수정할 수 있는 권한.
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Air Quality로 이동합니다.**
{% endstep %}

{% step %}
**구성할 센서를 선택합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서** <img src="/files/7297a737313e68a08faa3b88e1c58c0378fe592e" alt="" data-size="line">**.**
{% endstep %}

{% step %}
**Device > Device IP 아래에서 드롭다운을 클릭하고 수동을 선택합니다.**
{% endstep %}

{% step %}
**수동 아래에 정적 IP 주소 정보를 입력합니다.**
{% endstep %}

{% step %}
**구성을 저장하려면 적용을 클릭합니다. 이 변경 사항은 센서 인터페이스에 즉시 적용됩니다.**
{% endstep %}
{% endstepper %}

### 복구 메커니즘

센서는 구성 오류나 네트워크 변경이 발생할 경우를 대비한 복구 메커니즘을 갖추고 있습니다. 장치는 연결성을 보장하기 위해 정기적인 간격으로 다음 검사를 수행합니다. 이 테스트 중 하나라도 실패하면 장치는 DHCP 운영으로 되돌아갑니다.

| 복구 메커니즘                                | 이 작업 수행 방법                                                                                                                                                                       |
| -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **서브넷에서 중복 IP 충돌이 없는지 확인합니다.**         | 구성된 센서 IP에 대해 ARP(Address Resolution Protocol) 요청을 보냅니다. 센서가 ARP 요청을 수신하면 이를 중복 IP 충돌로 간주합니다.                                                                                    |
| **기본 게이트웨이가 있는지 확인합니다.**               | 구성된 게이트웨이 IP에 대해 ARP 요청을 보냅니다. 센서가 응답을 받지 못하면 게이트웨이에 도달할 수 없는 것으로 간주됩니다. 네트워크에서 게이트웨이로 구성된 IP를 가진 장치.                                                                            |
| **Verkada 도메인에 대해 DNS 확인이 작동합니다.**     | Verkada 도메인에 대해 DNS(Domain Name Server) 조회를 수행합니다. 장치가 어떤 도메인에서도 응답을 받지 못하면 이 테스트는 실패합니다.                                                                                        |
| **필요한 엔드포인트와 SSL/TLS 세션을 설정할 수 있습니다.** | 센서 작동에 필요한 Verkada 엔드포인트로 HTTPS(HyperText Transfer Protocol Secure) 요청을 보냅니다. 장치가 어떤 엔드포인트와도 TLS(Transport Layer Security) 핸드셰이크를 수행할 수 없거나, 이 핸드셰이크 수행 중 오류가 발생하면 이 테스트는 실패합니다. |

### DNS 테스트용 엔드포인트

센서 장치 작동에 중요하므로 다음 엔드포인트 목록이 DNS 테스트에 사용됩니다. 전체 엔드포인트 목록은 [공기질 센서 네트워크 설정](/air-quality/ko/getting-started/air-quality-sensor-network-settings.md).

```
api.control.verkada.com - TCP/443
relay.control.verkada.com - TCP/443
index.control.verkada.com - TCP/443
firmware.control.verkada.com - TCP/443
update.control.verkada.com - TCP/443
```

### TLS 테스트용 엔드포인트

TLS 테스트의 경우, **api.control.verkada.com** 엔드포인트만 사용됩니다. 센서가 이 엔드포인트와 TLS 연결을 설정할 수 없으면 DHCP 운영으로 되돌아갑니다.

### 문제 해결 워크플로

{% stepper %}
{% step %}
**센서가 이러한 검사 중 문제를 발견하면 기본 DHCP 구성으로 되돌아가 위에 나열된 연결성 테스트를 수행하려고 시도합니다.**
{% endstep %}

{% step %}
**DHCP 연결에 실패하면 센서는 정적 IP 구성을 사용하여 다시 시도합니다.**
{% endstep %}

{% step %}
**센서가 정적 IP 구성을 사용해 다시 연결하는 데 실패하면 20초에서 1시간 사이의 지수적 백오프를 사용하여 정적 IP와 DHCP 운영을 번갈아 수행합니다.**&#x200B;

<div align="left" data-with-frame="true"><img src="/files/d8ca5b3297cf18bfefb4b0dd17a1b917dfaf32f7" alt=""></div>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}

* 센서가 DHCP를 사용하여 Verkada Command에 성공적으로 연결되면, Command를 통해 또는 센서의 전원을 껐다 켤 때까지 재부팅될 때까지 DHCP로 계속 작동합니다.
* 센서 장치에서는 정적 IP 주소에 대한 대량 구성은 지원되지 않습니다.
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.verkada.com/air-quality/ko/configuration/configure-static-ip-addresses-for-air-quality-sensors-sv20-series-only.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
