# ファイアウォールルール

以下は、デバイスがKOKOMO Cloudにアクセスするために必要なファイアウォールルールです。

<table data-full-width="true"><thead><tr><th width="132" valign="top">クラウドデバイス</th><th valign="top">クラウドサービス</th><th width="138" valign="top">送信元IPアドレス</th><th width="128" valign="top">宛先IPアドレス</th><th valign="top">FQDN</th><th width="107" valign="top">ポート</th><th width="163" valign="top">プロトコル (TCP / UDP / ICMP..)</th><th valign="top">Direction (Inbound / outbound / bi-direction)</th></tr></thead><tbody><tr><td valign="top">AP, SW</td><td valign="top">定期クラウド通信、ファームウェアアップグレード、リアルタイムメーター</td><td valign="top">Your Networks</td><td valign="top">any</td><td valign="top">swallow-jp.production.kokomocloud.com<br>services-jp.production.kokomocloud.com<br>dolphin-jp-*.production.kokomocloud.com<br>device-jp.production.kokomocloud.com<br>chicken-jp.production.kokomocloud.com</td><td valign="top">443</td><td valign="top">TCP</td><td valign="top">Outbound</td></tr><tr><td valign="top">AP,SW</td><td valign="top">持続的クラウド通信</td><td valign="top">Your Networks</td><td valign="top">3.114.71.151</td><td valign="top">raccoon-jp.production.kokomocloud.com</td><td valign="top">80</td><td valign="top">TCP</td><td valign="top">Outbound</td></tr><tr><td valign="top">AP</td><td valign="top">クラウドRADIUS</td><td valign="top">Your Networks</td><td valign="top">35.79.186.153</td><td valign="top">NA</td><td valign="top">1812/1813</td><td valign="top">TCP &#x26; UDP</td><td valign="top">Outbound</td></tr><tr><td valign="top">AP, SW</td><td valign="top">NTP 時刻同期</td><td valign="top">Your Networks</td><td valign="top">any</td><td valign="top">NA</td><td valign="top">123</td><td valign="top">UDP</td><td valign="top">Outbound</td></tr><tr><td valign="top">AP, SW</td><td valign="top">リモートトンネル</td><td valign="top">Your Networks</td><td valign="top">35.73.31.229</td><td valign="top">sshserver-jp-0.production.kokomocloud.com</td><td valign="top">22</td><td valign="top">TCP</td><td valign="top">Outbound</td></tr><tr><td valign="top">AP</td><td valign="top">スプラッシュページ</td><td valign="top">Your Networks</td><td valign="top">any</td><td valign="top">s3.ap-northeast-1.amazonaws.com<br>falcon-jp.production.kokomocloud.com</td><td valign="top">80/443</td><td valign="top">TCP</td><td valign="top">Outbound</td></tr></tbody></table>

以下は、KOKOMO Cloud APIにアクセスするために必要なファイアウォールルールです。

<table data-full-width="true"><thead><tr><th width="332" valign="top">Source Domain</th><th width="332" valign="top">Destination Domain</th><th width="79" valign="top">ポート</th><th valign="top">目的</th></tr></thead><tbody><tr><td valign="top">Your Server</td><td valign="top">falcon-jp.production.kokomocloud.com</td><td valign="top">443</td><td valign="top">KOKOMO Cloudからデータを取得するためのAPIリクエストの送信</td></tr><tr><td valign="top">falcon-jp.production.kokomocloud.com</td><td valign="top">Your Server</td><td valign="top">443</td><td valign="top">KOKOMO Cloud APIからのレスポンスの受信</td></tr></tbody></table>


---

# 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://docs.lan.kokomocloud.com/appendix/firewall-rule.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.
