cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1475
Views
0
Helpful
3
Replies

How do I configure a simple port forward using the ASDM on the ASA 5510?

masdan
Level 1
Level 1

Hi,
I have to open port 5060 for Internet telephony service provider (ITSP) using ASDM or CLI as I do?

Thanks for your support

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

masdan wrote:

Hi,
I have to open port 5060 for Internet telephony service provider (ITSP) using ASDM or CLI as I do?

Thanks for your support

Well i can tell you how to do it with CLI -

Telephony server = 192.168.5.10 on the inside interface


public IP = 195.177.10.10

static (inside,outside) tcp 195.177.10.10 5060 192.168.5.10 5060

this assumes port is TCP and that you don;t want to change the port just forward it. You will also obviously have to allow the access through in your outside access-list.

Jon

The version of the ASA 5510 is 8.3 so these commands do not work.
Telephony server = 192.168.12.2 on the DMZ interface and then I think that the transport is UDP port 5060

masdan wrote:

The version of the ASA 5510 is 8.3 so these commands do not work.
Telephony server = 192.168.12.2 on the DMZ interface and then I think that the transport is UDP port 5060

Okay, is the public IP the outside interface IP or do you have a spare public IP ?

if outside interface

object network telephony-server

host 192.168.12.2

nat (dmz,outside) static interface service udp 5060 5060

if you are using a spare public IP

object network telephony-server

host 192.168.12.2

nat (dmz,outside) static service udp 5060 5060

Jon

Review Cisco Networking for a $25 gift card