In article <3LCdndUZju46VCffRVn->, MeTed <> wrote:
:So, just to rehash, this is what I need to do:
:access-list inbound [LINE#] permit tcp any host [PUBLIC_IP] eq 3000
:static (inside,outside) tcp [PUBLIC_IP] 3000 192.168.1.25 3000 netmask 255.255.255.255 0 0
Right.
:-OR-
:Were you saying there is another way to forward the public ip/port to a

rivate ip/port?
If [PUBLIC_IP] is *not* the IP of your outside interface, then
static (inside,outside) [PUBLIC_IP] 192.168.1.25 netmask 255.255.255.255
would allow all ports to be forwarded, with the actual actively
forwarded ports being restricted by the access-group applied to the
outside interface (i.e., the 'inbound' ACL.)
What I was indicating was that you cannot mix these two forms.
There is a related third form, a static command with an access-list
that has a different priority yet...
--
"[...] it's all part of one's right to be publicly stupid." -- Dave Smey