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

Port Re-direction on a Cisco ASA 5506

ccna_don
Level 1
Level 1

I am trying to port forward sip and rtsp ports on an ASA

I've created my service ports but I have no way of creating the necessary NAT statement to include the object group.

Here's what I have so far:

 

object network Voice_Server
host 192.168.1.31

nat (inside,outside) static interface service udp sip sip

 

object-group service voip-ports

service-object udp destination eq sip

service-object udp destination range 10000 20000

 

access-list outside_access_in extended permit object-group voip-ports any object Voice_Server

 

 

 

1 Reply 1

ccna_don
Level 1
Level 1

My goal here is to open udp ports 5060 and udp range 10000 to 20000 and map to internal server 192.168.1.31

Review Cisco Networking for a $25 gift card