Search:     Advanced search
Browse by category:
Glossary | Ask question



What is NAT and how do you setup NAT?
Add comment
Views: 480
Votes: 1
Comments: 0

Network Address Translation (NAT) is used when you want your real servers to access the outside network. When using NAT, all packets will appear as though they came from the Array appliance. Setting up NAT in CLI:
nat port <vip> <network_ip> <netmask> [timeout ]

example: (config)#nat port 10.10.0.2 192.168.10.0 255.255.255.0 60

Webui Array OS 6.4 or later:
Under "System Configuration" ->Advanced Networking->"NAT" tab -> "Add NAT Port"



Other questions in this category
What is Port Forwarding and how do you configure TCP port forwarding protocols?
What is link aggregation functionality?
What is Link Aggregation and is it IEEE 802.3ad compatible?
How does bond distribute packets among interfaces?