11-24-2010 07:19 AM - edited 03-11-2019 12:13 PM
Hi,
I have to open port 5060 for Internet telephony service provider (ITSP) using ASDM or CLI as I do?
Thanks for your support
11-24-2010 07:42 AM
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
11-24-2010 11:55 PM
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
11-25-2010 04:34 AM
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
Jon
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide