# 공개 IP주소 확인

{% hint style="info" %}
PLURA 웹에 접속할 때 [**보안 시스템**](https://docs.plura.io/ko/function/common/management/security)의 하나로 **접속 IP 주소 제한**을 설정할 수 있습니다.&#x20;

이를 위해 **공개 IP 주소**를 확인하는 과정이 필요합니다.

사용 중인 IP 주소와 공개 IP 주소는 다를 수 있습니다.&#x20;

이는 네트워크 주소 변환(NAT) 장비를 사용하기 때문이며, 공유기가 대표적인 NAT 장비입니다.
{% endhint %}

### 1. IP 주소 확인 방법 <a href="#id-1" id="id-1"></a>

> IP 주소 검색 사이트 예: <https://www.myipaddress.com/>

### 2. 공개 IP 주소 확인 <a href="#id-2" id="id-2"></a>

<figure><img src="/files/9YWav4SjSj0Y7882pR1U" alt=""><figcaption><p><a href="https://www.myipaddress.com/">https://www.myipaddress.com/</a></p></figcaption></figure>

### 3. 로그인 허용 IP 주소 설정 <a href="#id-3" id="id-3"></a>

* [관리](https://docs.plura.io/ko/function/common/management) > [보안](https://docs.plura.io/ko/function/common/management/security) > **로그인 허용 IP 주소** 메뉴에서 설정할 수 있습니다.
* 현재 접속 중인 IP 주소가 기본으로 표시됩니다.

<figure><img src="/files/vMBdoq99qHcCNQ9iUJmJ" alt=""><figcaption></figcaption></figure>


---

# 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.plura.io/ko/faq/comm/ipcheck.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.
