Linode Forum
https://forum.linode.com/

DNS SRV
https://forum.linode.com/viewtopic.php?f=19&t=6024
Page 1 of 1

Author:  bakko [ Tue Sep 21, 2010 12:26 pm ]
Post subject:  DNS SRV

Hi,

is there anyone that can explain me, step by step, how configure SRV record on the DNS Linode configuration?

Thank you

Author:  jed [ Tue Sep 21, 2010 1:17 pm ]
Post subject: 

What are you trying to do?

Author:  bakko [ Tue Sep 21, 2010 1:52 pm ]
Post subject: 

jed wrote:
What are you trying to do?


I have a asterisk PBX on Linode and I'd like to configure a dns srv like

sip.mydomain.com

Thank you

Regards

Author:  hoopycat [ Tue Sep 21, 2010 4:04 pm ]
Post subject: 

You will want something like:

Service: _sip
Protocol: udp
Target: sip.mydomain.com
Priority: 10
Weight: 5
Port: 5060
TTL: Default

You can then verify with:

Code:
$ dig _sip._udp.example.com srv +short
...
_sip._udp.example.com.   86400   IN   SRV   10 5 5060 sip.mydomain.com.
...

Author:  bakko [ Tue Sep 21, 2010 5:13 pm ]
Post subject: 

hoopycat wrote:
You will want something like:

Service: _sip
Protocol: udp
Target: sip.mydomain.com
Priority: 10
Weight: 5
Port: 5060
TTL: Default

You can then verify with:

Code:
$ dig _sip._udp.example.com srv +short
...
_sip._udp.example.com.   86400   IN   SRV   10 5 5060 sip.mydomain.com.
...


Thank you for the answer. I have to put also a A record like sip. example.com?

Regards

Author:  hoopycat [ Wed Sep 22, 2010 6:33 am ]
Post subject: 

Yes. Like MX records, SRV records are pointed at names, and the names must have A records.

Author:  bakko [ Wed Sep 22, 2010 7:43 am ]
Post subject:  SRV

Thank you very much hoopycat.

Regards

Page 1 of 1 All times are UTC-04:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/