Hi!
I tried to configure port forwarding on ASA5505 software version 8.2(5) from the outside interface to one inside ip.
I made a static statement like this:
static (inside,outside) tcp interface www x.x.x.1 www netmask 255.255.255.255
(x.x.x.1 is the internal ip)
This works like a charm.
Then i tried to add the second translation:
static (inside,outside) tcp interface 8080 x.x.x.1 www netmask 255.255.255.255
I got an error message:
[ERROR] static (inside,outside) tcp interface 8080 x.x.x.1 www netmask 255.255.255.255 tcp 0 0 udp 0
duplicate of existing static
TCP inside:x.x.x.1/www to outside:0.0.0.0/www netmask 255.255.255.255
Is it possible to forward from different outside ports to the same? If yes, then how?
Thanks in advance!
kraszi