cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
461
Views
0
Helpful
4
Replies

Port forwarding single port ASA 5506-x

WaelS93438
Level 1
Level 1

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

4 Replies 4

check below comment 

WaelS93438
Level 1
Level 1

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.

WaelS93438
Level 1
Level 1

 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

Review Cisco Networking for a $25 gift card