cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
308
Views
0
Helpful
1
Replies

Port Forwarding Multiple Public ports to single internal port

techprollc
Level 1
Level 1

Quick question.  I have a customer that is requesting I setup the following:

Forward UDP ports 8000 and 4569 publicly to internal address aaa.bbb.ccc.ddd:8000

Can I forward/translate two ports from the outside to a single port on the inside?  I didn't think that was possible.

I'm using an ASA 5505 running 8.2

Thanks

1 Reply 1

Hi,

I think you can't do that on pre-8.3, but you might try something similar to the following on post-8.3, I have never used it on real life scenario, but it might work:

object network HOST1
 host 192.168.1.1

object network HOST2
 host 192.168.1.1

object network MAPPED1
 host 50.50.50.50

object network MAPPED2
 host 50.50.50.50


object network HOST1
 nat (inside,outside) static MAPPED1 service udp 8000 8000

object network HOST2
 nat (inside,outside) static MAPPED2 service udp 8000 4569

Regards

Aref

Review Cisco Networking for a $25 gift card