> For the complete documentation index, see [llms.txt](https://emstone.gitbook.io/guide-jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emstone.gitbook.io/guide-jp/nvr-vms/network.md).

# ネットワークを設定する

## IP情報を確認する

<figure><img src="/files/IupDGnujSVISlhJlD3Bt" alt=""><figcaption><p>ネットワークに接続しているとき</p></figcaption></figure>

NVR の右上に現在のIP情報を表示します。

## ネットワークインターフェース <a href="#interface" id="interface"></a>

![](/files/9hL7tIPuBTF5b8D9qO10)

IPアドレスをダブルクリックすると、上記の図のようにネットワークインターフェースウィンドウが開きます。\
このウィンドウで、詳細設定が可能です。

![](/files/kvi20c74YWin2TveycUw)\
![](/files/97hLwU4fyyWt26KwtglC)

固定IPを選択して、アドレス、サブネットマスク、ゲートウェイを正確に入力します。

## リンク速度、伝送量確認 <a href="#info" id="info"></a>

![](/files/PXOaTiJxR5WOrWMYSuea)![](/files/3V09maO3elau2mz9OmrC)

ネットワークインターフェースの下部でリンク速度と伝送量を確認できます。\
右上のIP情報にマウスカーソルをあわせると、接続速度の確認ができます。

## マルチ接続 <a href="#multiple-connections" id="multiple-connections"></a>

![](/files/vJgZhRAEnLKOtdGSpw3H)

![](/files/1ISyqGZxUHz9eWgp5IOO)

複数のネットワークインターフェースについて、選択して個別に設定できます。

## ネットワークボンディング <a href="#bonding" id="bonding"></a>

複数接続されたネットワークをまとめてネットワーク帯域幅を増やすことができます。

1. ボンディングデバイスの数を1に変更\
   ![](/files/5hlWZss68cgWTSl0cG10)
2. 接続ネットワークのボンディングマスターをボンディングに変更\
   ![](/files/PSjVHegm0WLSaq1KQ8PW)\
   ![](/files/22TI7taSgLgPqqSNv6je)
3. ボンディングデバイスのIPを設定します。\
   ![](/files/pLd4hjBUdfWCjNdUI7nb)
4. 接続したネットワークのリンク速度を確認してください。\
   ![](/files/VwC9i8h4j1bLBX0l9blN)

{% embed url="<https://www.youtube.com/watch?list=PL65F9Xe1P8XfYULir-bS6rGBVFt-LnDW2&v=F3R4adbA4Eg>" %}


---

# 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://emstone.gitbook.io/guide-jp/nvr-vms/network.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.
