Hello,
I currently have a static-nat statement which works fine. But I need to now add a static PAT statement for the same 2 IPs. Unfortunately because of the static NAT it is not hitting the static PAT statement.
For example:
static (inside,outside) 10.1.0.250 192.168.1.250 netmask 255.255.255.255
static (inside,outside) tcp 10.1.0.250 8080 192.168.1.250 255.255.255.255
What's the best way to get around this problem?
Many thanks.
I currently have a static-nat statement which works fine. But I need to now add a static PAT statement for the same 2 IPs. Unfortunately because of the static NAT it is not hitting the static PAT statement.
For example:
static (inside,outside) 10.1.0.250 192.168.1.250 netmask 255.255.255.255
static (inside,outside) tcp 10.1.0.250 8080 192.168.1.250 255.255.255.255
What's the best way to get around this problem?
Many thanks.