11-10-2016 06:04 AM - edited 03-12-2019 01:31 AM
Hello all,
11-10-2016 07:32 AM
what version you are running ? are other hosts able to go out ?
~Younes
11-10-2016 08:23 AM
ASA Version 9.1(2)
The other host with only NAT is able to go out to internet with below config:
object-group service TEST_APPS tcp
port-object eq ssh
port-object eq 922
port-object range 8000 8200
port-object eq www
access-list Outside_IN extended permit tcp any object TEST_PRIVATE object-group TEST_APPS
object network TEST_PRIVATE
nat (TEST,OUTSIDE) static TEST_PUBLIC_16.241
11-11-2016 04:20 AM
I just resolved the issue now!!!..
I edited the static NAT as this :
object network PROD_LOCAL
host x.x.x.x
nat (PRODUCTION,OUTSIDE) static PROD_PUBLIC
and added this twice NAT :
object service TCP-8443
service tcp source eq 8443
object service TCP-HTTPS
service tcp source eq https
nat (PRODUCTION,OUTSIDE) source static PROD_LOCAL PROD_PUBLIC service TCP-8443 TCP-HTTPS
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide