ASA Static NAT 0 0
When configure static NAT on ASA, normally we will put 0 0 at the end of line
static (inside, outside) 10.1.1.1 192.168.1.1 netmask 255.255.255.255 0 0
When we type question mark (?) for the options, it always shows
The maximum number of simultaneous tcp connections the local IP
hosts are to allow, default is 0 which means unlimited
connections. Idle connections are closed after the time
specified by the timeout conn command
I did Google it though, then I found out the real meaning of these two zeros.
The 0, 0 portions of the command means {Max Connections & Emb Limit}. When it is set to 0′s it means unlimited.
The Max Connections is for TCP connection. the Embryonic Limit means the number of connections that are not completely open. i.e. have not gone through the full 3 way handshake. Its to try and stop a DDoS attack. The security appliance uses the embryonic limit to trigger TCP Intercept, which protects inside systems from a DoS attack perpetrated by flooding an interface with TCP SYN packets. An embryonic connection is a connection request that has not finished the necessary handshake between source and destination.