> 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/government-solutions/ja/nanettowku/required-air-quality-sensor-network-settings-government-solutions.md).

# 空気質センサーのネットワーク設定

Verkadaデバイスは次と通信する必要があります： [Government Solution Command組織](https://www.verkada.com/solutions/government-grade) ローカルネットワーク経由。ほとんどの場合、ネットワーク設定の最小限の変更で足ります。複雑または高度に保護されたネットワークでは追加の構成が必要になる場合があります。

{% hint style="warning" %}
参照： [必要なネットワーク設定](/command/ja/oridesuka/required-network-settings.md) 他のVerkada製品ラインに必要なネットワーク設定の詳細については。
{% endhint %}

***

## 互換性

Verkadaデバイスは、プロキシサーバーやSecure Socket Layer (SSL)/Transport Layer Security (TLS)の検査を要求するローカルエリアネットワーク（LAN）とは互換性がありません。いずれかが使用されている場合、Verkada Commandと通信するために、すべてのVerkadaデバイスに対してバイパスを実装する必要があります。

## IPアドレス

VerkadaデバイスはLANおよびインターネット経由でVerkada Commandと通信するためにIPv4アドレスを割り当てられている必要があります。デフォルトでは、すべてのVerkadaデバイスはDynamic Host Configuration Protocol（DHCP）とUser Datagram Protocol（UDP）を使用してIPアドレスとネットワーク構成を取得します。

デバイスに特定のIPアドレスが必要な場合は、デバイスのメディアアクセスコントロール（MAC）アドレス（デバイスのラベルに記載）を使用してDHCPリザベーションを作成してください。

Verkadaデバイスは経路MTU探索（path MTU discovery）を使用してネットワーク経路の最大転送単位を判定する場合があります。したがって、ICMP Fragmentation Needed（タイプ3、コード4）およびICMPv6 Packet Too Big（タイプ2）パケットを許可する必要があります。ファイアウォールがVerkadaデバイスへの戻り経路でこれらを許可するように設定されていることを確認してください。

## ドメインネームシステム

VerkadaデバイスはDomain Name System（DNS）サーバーを使用して、Verkadaのフルクオリファイドドメイン名（FQDN）をIPアドレスに解決し、通信を行います。DHCPサーバーはネットワーク上のDNSサーバーの場所をVerkadaデバイスに伝え、デバイスはUDPポート53を使用して通信します。

{% hint style="warning" %}
DNS over HTTPS（DoH）は現在サポートされていません。
{% endhint %}

## 電源

ほとんどのVerkadaデバイスはPower over Ethernet（PoE）で給電されます。製品の [データシート](https://www.verkada.com/docs/?contentType=datasheet) を参照して、Verkadaデバイスの電力要件を確認できます。

以下は最も一般的な電力要件です：

* IEEE 802.3af、Type 1 PoE
* IEEE 802.3at、Type 2 PoE+
* IEEE 802.3bt、Type 3 PoE++

***

## Air Quality Sensorsのファイアウォール設定

Verkada Air Quality Sensorsは、Commandと通信し、すべての機能にアクセスできるようにするために多数のエンドポイントへのアクセスを必要とします。

#### リージョン：米国 Gov

| ドメイン／IP                                    | プロトコル／ポート   |
| ------------------------------------------ | ----------- |
| api.prod-govus-pine.control.verkadagov.com | TCP/UDP:443 |
| 3.32.137.127/32                            |             |
| 3.31.127.57/32                             |             |
| 3.30.93.146/32                             |             |
| api.control.verkada.com                    | TCP/UDP:443 |
| 35.155.73.204/32                           |             |
| 54.186.237.126/32                          |             |
| 35.166.49.153/32                           |             |
| 35.84.130.83/32                            |             |
| vsensor.prod-govus-pine.verkadagov.com     | TCP/UDP:443 |


---

# 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/government-solutions/ja/nanettowku/required-air-quality-sensor-network-settings-government-solutions.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.
