Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: DNS SRV
PostPosted: Tue Sep 21, 2010 12:26 pm 
Offline
Senior Newbie

Joined: Mon Jun 07, 2010 10:36 am
Posts: 6
Website: http://www.voztovoice.org
Hi,

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

Thank you


Top
   
 Post subject:
PostPosted: Tue Sep 21, 2010 1:17 pm 
Offline
Senior Member

Joined: Sat Mar 28, 2009 4:23 pm
Posts: 415
Website: http://jedsmith.org/
Location: Out of his depth and job-hopping without a clue about network security fundamentals
What are you trying to do?

_________________
Disclaimer: I am no longer employed by Linode; opinions are my own alone.


Top
   
 Post subject:
PostPosted: Tue Sep 21, 2010 1:52 pm 
Offline
Senior Newbie

Joined: Mon Jun 07, 2010 10:36 am
Posts: 6
Website: http://www.voztovoice.org
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


Top
   
 Post subject:
PostPosted: Tue Sep 21, 2010 4:04 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
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.
...

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
 Post subject:
PostPosted: Tue Sep 21, 2010 5:13 pm 
Offline
Senior Newbie

Joined: Mon Jun 07, 2010 10:36 am
Posts: 6
Website: http://www.voztovoice.org
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


Top
   
 Post subject:
PostPosted: Wed Sep 22, 2010 6:33 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Yes. Like MX records, SRV records are pointed at names, and the names must have A records.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
 Post subject: SRV
PostPosted: Wed Sep 22, 2010 7:43 am 
Offline
Senior Newbie

Joined: Mon Jun 07, 2010 10:36 am
Posts: 6
Website: http://www.voztovoice.org
Thank you very much hoopycat.

Regards


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group