Howto:Can I use IP800v.6 as a router with NAT/PAT? Is there a guide to configure NAT function? Thanks.: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
Our NAT, based on V6 is searching for a any free avaliable port,
Our NAT - based on V6 and onwards - is searching for a any free avaliable port for a connection (TCP or UDP) from a private to a public network.
for a connection (TCP or UDP) from private to public network.
Dosen´t mather , what Source-Port the internal device use.


for example (two PCs surfing on www.heise.de):
By this,  it doesn´t mather which Source-Port the internal device uses.
 
Example - two PCs surfing on www.heise.de:
   
   
172.16.0.45:8768 -----> 172.16.0.1:80 - OfficialIPaddress:2050 -----> www.heise.de:80
172.16.0.45:8768 -----> 172.16.0.1:80 - Official-IPaddress:2050 -----> www.heise.de:80


172.16.0.78:4566 -----> 172.16.0.1:80 - OfficialIPaddress:2051 -----> www.heise.de:80
172.16.0.78:4566 -----> 172.16.0.1:80 - Official-IPaddress:2051 -----> www.heise.de:80
   
   
That is our implementation of automatic/dynamic NAT for connenctions from the private network to the public network.
This is the innovaphone implementation of automatic/dynamic NAT for connections from '''private to public''' networks.
   
   
Also we have an configurable static NAT for connenctions from public to private network
 
 
Moreover, there's a configurable static NAT for connections from '''public to private''' networks. Therefore you configure forwards for certain ports to certain internal addresses.
   
   
Therefore you configure forwards for certain ports to certain internal addresses.
Example:
 
Example
All traffic from public network on port UDP:5060 is forwarded to the PBX.
All what comes from public network on port UDP:5060 forward to the pbx.
   
   



Revision as of 14:42, 26 February 2015

Our NAT - based on V6 and onwards - is searching for a any free avaliable port for a connection (TCP or UDP) from a private to a public network.

By this, it doesn´t mather which Source-Port the internal device uses.

Example - two PCs surfing on www.heise.de:

172.16.0.45:8768 -----> 172.16.0.1:80 - Official-IPaddress:2050 -----> www.heise.de:80

172.16.0.78:4566 -----> 172.16.0.1:80 - Official-IPaddress:2051 -----> www.heise.de:80

This is the innovaphone implementation of automatic/dynamic NAT for connections from private to public networks.


Moreover, there's a configurable static NAT for connections from public to private networks. Therefore you configure forwards for certain ports to certain internal addresses.

Example:

All traffic from public network on port UDP:5060 is forwarded to the PBX.