Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
ASA Version 9.2(2)4
I am having an issue creating NAT to my web server after following suggested sample from this link.
Here is my config
Webserver:192.168.16.28
Public IP: 80.248.12.189
object network Webhost 192.168.16.28
nat (inside,outside) s...
Hi,
I follow your suggestion using the config below, but still not working.
object network HRWEB
host 192.168.16.28
nat (inside,outside) static 80.248.12.189
access-list outside-in permit tcp any object HRWEB eq 80
access-group outside-in in in...
Very sorry to border you.
Since I am not with packet tracer command, I am sending you another one with the input being the internal address, thus the packet drop at the end of the result
JEE-LAG# packet-tracer input inside tcp 192.168.16.28 8080 80...
I have another web server using public IP 80.248.12.183 with similar config with this new one I am trying to create, also on port 8080. Is there any problem using port 8080 for another web server?
Here is the result of packet tracer
JEE-LAG# packet-tracer input inside tcp 80.248.12.189 8080 192.168.16.28 8080
Phase: 1Type: ACCESS-LISTSubtype:Result: ALLOWConfig:Implicit RuleAdditional Information:MAC Access list
Phase: 2Type: ROUTE-LOOKUPSub...
Hi,
I am having a similar issue on my network. I needed to access a web application on my internal network from outside. I have ASA version 9 sitting on the inside. Here is my configuration, but it seems not working;
WEBSERVER: HRFOCUS
PUBLIC IP: 8...