# Command Connector용 이중 이더넷 포트 구성

Command Connector는 두 개의 인터페이스를 사용하여 작동하도록 구성할 수 있습니다. 이를 통해 하나의 네트워크 인터페이스는 인터넷에 연결하고, 두 번째 인터페이스는 로컬 카메라 네트워크에 직접 연결할 수 있습니다.

{% hint style="danger" %}
Command Connector는 다음에 정의된 개인 IP 주소를 지원합니다. [RFC 1918](https://datatracker.ietf.org/doc/rfc1918/). 이는 RFC에 지정된 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16과 같은 사설 IP 범위만 Command Connector 인터페이스와 호환됨을 의미합니다.
{% endhint %}

### 시작하기 전에

* Command Connector를 다음에 액세스할 수 있는 네트워크에 연결하세요 [Verkada 엔드포인트](/command-connector/ko/getting-started/command-connector-network-settings.md) 를 단 하나의 이더넷 포트만 사용하여 연결합니다.
* Verkada Command에 도달할 수 있도록 하고 최신 펌웨어로 업데이트하세요.
* 구성을 시작하기 전에 이더넷 포트가 하나만 Command Connector에 연결되어 있는지 확인하세요.
* 고정 IP가 설정되어 있으면 두 번째 포트를 구성하기 전에 Command Connector를 다시 DHCP로 전환하세요.

***

## 구성

{% hint style="danger" %}
오직 [사이트 관리자만](/verkada-cameras/ko/getting-started/roles-and-permissions-for-cameras.md) 고정 IP 구성을 활성화하거나 수정할 수 있습니다.
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 디바이스로 이동합니다.**
{% endstep %}

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

{% step %}
**오른쪽에서 설정을 클릭하세요.**
{% endstep %}

{% step %}
**일반 > 이더넷 포트에서 드롭다운을 클릭하고 이중을 선택하세요.**
{% endstep %}

{% step %}
**Command Connector는 현재 연결된 포트를 자동으로 감지하여 인터넷 포트로 할당합니다.**

**중요:** 이 단계에서는 의도한 인터넷 포트만 연결되어 있는지 확인하세요.
{% endstep %}

{% step %}
**기본적으로 두 번째 포트는 DHCP로 설정됩니다. 두 번째 포트에 고정 IP를 구성하려면 수동을 선택하세요.**
{% endstep %}

{% step %}
**저장을 클릭하여 구성 프로세스를 시작하세요. (최대 30초가 걸릴 수 있습니다.)**

<div align="left" data-with-frame="true"><img src="/files/170ce19bdaf209917f25952ac4cbfa33881e4071" alt="" width="422"></div>
{% endstep %}

{% step %}
**저장이 완료되면 두 번째 이더넷 케이블을 Command Connector에 연결하고 포트 확인을 클릭하세요.**

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

{% hint style="warning" %}

* 인터넷 연결 포트는 다음을 사용하여 작동해야 합니다 **DHCP**.
* 카메라 네트워크 포트는 다음 중 하나를 사용하여 작동할 수 있습니다 **DHCP** 또는 **고정 IP**.
  {% endhint %}

***

## 문제 해결

실수로 Command Connector에서 인터넷 포트를 분리한 경우, 인터넷 액세스에 할당된 포트를 쉽게 식별할 수 있습니다:

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 카메라로 이동하세요.**
{% endstep %}

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

{% step %}
**오른쪽에서 설정을 클릭합니다.**
{% endstep %}

{% step %}
**아래로 스크롤하여 일반 > 이더넷 포트로 이동하세요.**

<div align="left" data-with-frame="true"><figure><img src="/files/d9c1797ac8ee6b24a189b8e05bf744016847910e" alt="" width="452"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**이 페이지에는 할당된 인터넷 포트가 표시됩니다. 통신을 복원하려면 이더넷 케이블을 다시 연결하세요.**
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://help.verkada.com/command-connector/ko/configuration/configure-two-ethernet-ports-for-command-connector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
