Enabling Local NAT Traversal C
From TBwiki
		(Difference between revisions)
		
		
 (Created page with "=== '''''Applies to version: v2.9.''''' === {{DISPLAYTITLE:Enabling Local NAT Traversal}}  <br> To enable Local NAT Traversal:  1- Select '''NATs''' from the navigation panel....")  | 
		 (Added northbound interface data)  | 
		||
| Line 59: | Line 59: | ||
'''Path'''  | '''Path'''  | ||
<pre>  | <pre>  | ||
| + | /configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/network_address_translation  | ||
</pre>  | </pre>  | ||
'''Parameters (text)'''  | '''Parameters (text)'''  | ||
<pre>  | <pre>  | ||
| + | /configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/network_address_translation  | ||
| + | local_method  = ""  | ||
| + | remote_method = "None"  | ||
</pre>  | </pre>  | ||
'''Parameters (json)'''  | '''Parameters (json)'''  | ||
<pre>  | <pre>  | ||
| + | {  | ||
| + |     "network_address_translation" : {  | ||
| + |       "local_method" : "",  | ||
| + |       "remote_method" : "None"  | ||
| + |     }  | ||
| + |   }  | ||
| + | }  | ||
</pre>  | </pre>  | ||
</div>  | </div>  | ||
| + | |||
== Related actions ==  | == Related actions ==  | ||
[[Symmetric_NAT_Traversal|Symmetric NAT traversal]]  | [[Symmetric_NAT_Traversal|Symmetric NAT traversal]]  | ||
Revision as of 10:29, 1 January 2016
Applies to version: v2.9.
To enable Local NAT Traversal:
1- Select NATs from the navigation panel.
2- Click Create New NAT Traversal
3- Enter a meaningful name.
- Choose a Local Method.
 - If necessary, provide an extra parameter.
 - Click Create
 
Once the NAT configuration is completed, it must be associated with a NAP.
3- Select NAPs from the navigation panel
4- Select a SIP NAP from the Network Access Point list
5- In the Network Address Translation section:
- Choose the desired "Local Method". The select box will contain the same name as the Local NAT configuration, that you provided in step #2.
 - Click Save
 
The following describes the 2 Local NAT Traversal Methods:
No NAT
This method is used if you are not behind a NAT. This is the default value.
Force Public IP
This method will set some of the SIP Headers and SDP fields with the IP address that you set.
Path
/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/network_address_translation
Parameters (text)
/configurations/@[configuration_name]/naps/@[nap_name]/sip_cfg/network_address_translation local_method = "" remote_method = "None"
Parameters (json)
{
    "network_address_translation" : {
      "local_method" : "",
      "remote_method" : "None"
    }
  }
}





