06-02-2016 01:06 AM - edited 03-12-2019 12:49 AM
I'm having hard times with port forwarding with Cisco ASA 5512-x. Cisco version is 9.2(1) and Device Manager Version 7.3(1)101.
I've made NAT one-to-one translation entries and also created required Access rules.
Is this related somehow to ASDM access? I've changed ASDM access port from 443 -> 8080 and no other service should be using this port.
NAT Rule :
nat (Outside,Inside) source static VMHost1 VMHost1 destination static interface VOIPJaam service HTTPS HTTPS net-to-net
Outside-In has rule VMHost1 -> Outside and Outside-Out has VMHost1 -> VOIPJaam. Inside-out has VMHost1 ->VOIPJaam.
06-02-2016 05:03 PM
I'm having trouble understand that. What is the inside IP address of the host, and what should the outside world see it as?
06-03-2016 12:17 AM
Dear Philip,
Inside aadress is 192.168.0.253. Outside world should see it as xx.xx.xx.xx:443.
xx.xx.xx.xx is our external public address, which is defined as outside interface address. Does that make it a little clearer?
06-03-2016 03:43 AM
Hi there,
have you tested object nat? see sample below.
object network INTERNAL_SERVER
host 192.168.0.253
object network INTERNAL_SERVER
nat (inside,outside) static interface service tcp 443 443
regards
06-03-2016 01:59 PM
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