> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/configuration-details/configuration-by-web-portal-category/ip-network-settings/configuring-nat-traversal/remote-nat-traversal.md).

# Remote NAT Traversal

It is assumed that a [SIP NAP](/configuration-details/configuration-by-web-portal-category/network-access-points-nap.md) or a [SIP Open NAP](/configuration-details/configuration-by-web-portal-category/network-access-points-nap/allocating-a-sip-open-network-access-point-nap.md) has been created and allocated.\ <br>

### To configure a Remote Symmetric NAT Traversal

1\. Select NAPs in the Navigation Panel:

<figure><img src="https://docs.telcobridges.com/w/images/3/38/NAP_NavigationMenu.png" alt=""><figcaption></figcaption></figure>

2\. Select an existing SIP NAP in the list:

<figure><img src="https://docs.telcobridges.com/w/images/e/e2/EnableSipISipT_1.png" alt=""><figcaption></figcaption></figure>

3\. Click Network Address Translation (NAT):

<figure><img src="https://docs.telcobridges.com/w/images/thumb/f/fa/Configuring_remote_or_local_nat_traversal.jpg/500px-Configuring_remote_or_local_nat_traversal.jpg" alt=""><figcaption></figcaption></figure>

\
4\. SBC/Tmedia can be configured for RTP messages traversing a remote NAT as follows:<br>

* None: Remote device is not behind a NAT or remote NAT device is SIP/RTP aware.
* Force Passive Mode: Uses IP address and port from first received RTP packet to start sending RTP packets.
* Parse Direction Attribute: Uses "Passive Mode" only when "a=direction:active" is received in the SDP.<br>

Select the appropriate method for RTP NAT Traversal.

<figure><img src="https://docs.telcobridges.com/w/images/thumb/d/d9/Selecting_remote_method_for_rtp_nat_traversal.jpg/900px-Selecting_remote_method_for_rtp_nat_traversal.jpg" alt=""><figcaption></figcaption></figure>

5\. SBC/Tmedia can be configured for [SIP messages traversing a remote NAT](/configuration-details/configuration-by-web-portal-category/ip-network-settings/configuring-nat-traversal.md) as follows:<br>

* None: Remote device is not behind a NAT, or reports SIP headers (contact, via) that are directly reachable.
* Automatic NAT Traversal: Automatically detects if the device is behind a NAT. This method parses the Contact IP address of the packet and check if it corresponds to a private/reserved IP range. In that case, SIP messages will be sent to the IP/Port seen in the IP header rather than the SIP headers.
* Force Use of Public IP and Port: Uses the IP and port from the IP header of the last received SIP packet.<br>

Select the appropriate method for SIP NAT traversal.

<figure><img src="https://docs.telcobridges.com/w/images/thumb/d/db/Selecting_remote_method_for_sip_nat_traversal.jpg/900px-Selecting_remote_method_for_sip_nat_traversal.jpg" alt=""><figcaption></figcaption></figure>

6\. Click Save.


---

# 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://prosbcdocs.telcobridges.com/configuration-details/configuration-by-web-portal-category/ip-network-settings/configuring-nat-traversal/remote-nat-traversal.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.
