cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
641
Views
0
Helpful
2
Replies

Port forwarding on ASA 5506

swfowler58
Level 1
Level 1

I need to duplicate the port forwarding below on an ASA5506 with only one public address available. Any help would be appreciated.

Thanks,

Steve

1 Accepted Solution

Accepted Solutions

What do you mean with "duplicate the port forwarding"?

To achieve the port forwarding you are have listed you only need two NAT rules:

object network obj-10.0.1.246
 host 10.0.1.246

object network obj-10.0.1.149
 host 10.0.1.149

object service tcp-eq-80
 service tcp source eq 80

object service tcp-eq-2601
 service tcp source eq 2601

nat (inside,outside) source static obj-10.0.1.246 interface service tcp-eq-80 tcp-eq-80
nat (inside,outside) source static obj-10.0.1.149 interface service tcp-eq-2601 tcp-eq-2601

View solution in original post

2 Replies 2

What do you mean with "duplicate the port forwarding"?

To achieve the port forwarding you are have listed you only need two NAT rules:

object network obj-10.0.1.246
 host 10.0.1.246

object network obj-10.0.1.149
 host 10.0.1.149

object service tcp-eq-80
 service tcp source eq 80

object service tcp-eq-2601
 service tcp source eq 2601

nat (inside,outside) source static obj-10.0.1.246 interface service tcp-eq-80 tcp-eq-80
nat (inside,outside) source static obj-10.0.1.149 interface service tcp-eq-2601 tcp-eq-2601

Thanks Henrik for helping out on this. I'm duplicating a config from an Asus firewall to a 5506. Have not been able to test yet but I believe this is what I needed.

 

Steve

Review Cisco Networking for a $25 gift card