Reference9:IP4/NAT/General: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
 
Line 14: Line 14:
==Related Articles==
==Related Articles==


[[Howto:How to configure NAT in V6]]
* [[Howto:How to configure NAT in V6]]
* [[Howto:Avoid DNS Amplification Attacks]]

Latest revision as of 08:48, 4 July 2014

If the device is used as a router, it is able to connect IP terminals from the network with a non-public address to the public Internet. For this, NAT (Network Address Translation) is necessary. Additional configuration is required on the different IP interfaces (e.g. ETH, PPP, etc.) to define on which interfaces the public and on which interfaces the private network is accessed.

Enable NAT If this checkmark is set, NAT is enabled. Without this checkmark being set all other NAT settings are without effect.
Default forward destination If all incoming data packets from the public network are to be forwarded to a particular private IP address, the destination IP address must be entered here.
Port-specific forwarding To be able to address several internal destinations, different port numbers are assigned to IP addresses of the internal network here.

Related Articles