- Learning OpenDaylight
- Reza Toghraee
- 262字
- 2021-07-09 20:08:10
Network Address Translation (NATApp)
Project type: Main
This plugin provides network address translation service to ODL. It installs flow rules in OpenFlow switches with the respective NAT rules.
NATApp consists of various types of NAT implementations, including static NAT, dynamic NAT, and Network Address Port Translation (NAPT) or PAT. The users of this plugin can select the type of NAT implementation and subsequently feed in the floating and private IP addresses.
NAT functionality is one of the basic features available in any enterprise network. Through this, local IP addresses can be translated into global IP addresses and vice versa for Internet connectivity. This is traditionally done by the perimeter router of the firewall in the enterprise network, which is connected to the service provider. In the SDN scenario, this functionality has to be hosted (in the router) as an application on the SDN controller.
NATApp in ODL supports the following NAT scenarios:
- One-to-one NAT (static NAT)
- One-to-many NAT (dynamic NAT)
- NAPT or Port Address Translation (PAT)
- Full cone NAT
- (Address)-restricted-cone NAT
- Port-restricted cone NAT
- NAT loopback (Hair pining)
- Stateful and stateless NAT64 for Address Family Translation (AFT) with IPv6 to IPv4 conversion
The following diagram illustrates how an SDN controller running a NAT application can inject NAT policies to an OpenFlow capable router. (Remember that there are OpenFlow extensions that define any alternation in a packet. NAT is one of the use cases that tells the router how to alter and modify a packet before sending it out.)

The following image illustrates how the NAT plugin communicates with applications and network elements:

- Linux設備驅動開發詳解(第2版)
- Citrix XenApp Performance Essentials
- 嵌入式Linux開發技術
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- 嵌入式應用程序設計綜合教程(微課版)
- Linux操作系統應用編程
- Instant Optimizing Embedded Systems using Busybox
- Windows 7中文版從入門到精通(修訂版)
- STM32庫開發實戰指南:基于STM32F4
- Ceph分布式存儲實戰
- 注冊表應用完全DIY
- Social Data Visualization with HTML5 and JavaScript
- 鴻蒙操作系統設計原理與架構
- Learning BeagleBone
- Hadoop Real-World Solutions Cookbook