09-12-2022 01:28 PM
I need to create a rule to forward port 4332 outside to port 80 on a specific port inside. I need a simple example on how to do that. ASDM would be better if possible.
Thanks
09-12-2022 02:15 PM - edited 09-13-2022 08:08 AM
check below comment
09-13-2022 05:15 AM
How can I translate only that one port from 4332 (external) to http (internal). I have other ports forwarded to other servers and it looks to me the instructions in that document would conflict with them.
09-13-2022 08:08 AM
check this link all ASDM NAT example
10-26-2022 07:22 AM
I used the example for port redirection (forwarding) with static. The ACL blocks the service (Flow is denied by configured rule)
<External IP altered for privacy>
object network WX
host 192.168.100.20
object service TCP.4332
service tcp source eq 4332 destination eq www
access-list outside_access_in extended permit object TCP.4332 any object WX
object network WX
nat (outside,inside) static 207.35.1.1 net-to-net service tcp 4332 www
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