Supergrrover
IS-IT--Management
Has anybody else run across this -
I had a working ASA on 7.0(4) code with
static (inside,outside) tcp [externalip] [port] [internalip] [port] netmask 255.255.255.255
global (outside) 1 interface
+ an ACL to allow this.
I upgraded to 7.2(1) and all of a sudden the statics were not translating
sho nat inside was showing
match tcp inside host SERVER eq PORT outside any
static translation to EXTERNALIP/PORT
translate_hits = 0, untranslate_hits = 17
No hits on the ACL and nothing was showing up in the syslog. I beat my head against a wall for a few hours and I finally got it fixed by making the statics use the interface
static (inside,outside) tcp interface [port] [internalip] [port] netmask 255.255.255.255
Just curious if anybody else has seen it and hope to head someone else's problem off.
Brent
Systems Engineer / Consultant
CCNP, CCSP
I had a working ASA on 7.0(4) code with
static (inside,outside) tcp [externalip] [port] [internalip] [port] netmask 255.255.255.255
global (outside) 1 interface
+ an ACL to allow this.
I upgraded to 7.2(1) and all of a sudden the statics were not translating
sho nat inside was showing
match tcp inside host SERVER eq PORT outside any
static translation to EXTERNALIP/PORT
translate_hits = 0, untranslate_hits = 17
No hits on the ACL and nothing was showing up in the syslog. I beat my head against a wall for a few hours and I finally got it fixed by making the statics use the interface
static (inside,outside) tcp interface [port] [internalip] [port] netmask 255.255.255.255
Just curious if anybody else has seen it and hope to head someone else's problem off.
Brent
Systems Engineer / Consultant
CCNP, CCSP