> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/security/security-plus/static-ip-addresses.md).

# 静的 IP アドレス

{% hint style="info" %}
この高度なセキュリティ機能は、*Security plus* という追加のライセンスモジュールが必要です。
{% endhint %}

あなたの Nexthink テナントには固定の DNS 名（例：your\_organization.nexthink.cloud）があるものの、IP 自体はデフォルトで動的であり、時間の経過とともに変更される可能性があります。

**固定 IP** を使用すると、Nexthink への外部接続を限られた既知の IP アドレスに制限することが可能です。 これにより、これらの接続が内部ファイアウォールによって中断されないことを保証し、ネットワーク機器でネットワーク層に新しいツールを実装することができます。

Nexthink は、Nexthink バックエンドへの接続のために2つの固定 IP アドレスを提供します。

固定 IP を有効にするには、[Nexthink サポート](https://support.nexthink.com/)に連絡してください。


---

# 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://docs.nexthink.com/platform/ja/security/security-plus/static-ip-addresses.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.
