When I try to add a second PAT statement I get the following ERROR:
ERROR: mapped-address conflict with existing static
inside:A.B.C.D to outside:DEVICE 1_Public netmask 255.255.255.255
The existing config is:
static (inside,outside) tcp DEVICE 1_Public https DEVICE 1_Private 8443 netmask 255.255.255.255
static (inside,outside) tcp DEVICE 1_Public ssh DEVICE 1_Private ssh netmask 255.255.255.255
static (inside,outside) DEVICE 1_Public DEVICE 1_Private netmask 255.255.255.255
I'm trying to add
static (inside,outside) tcp DEVICE 1_Public 44324 DEVICE 1_Private 44324 netmask 255.255.255.255
Why can I not add this new line?