Difference between revisions of "DNS SRV record"

From Teknologisk videncenter
Jump to: navigation, search
m (Created page with "thumb|150|right|Example of SRV service record <source lang="cmd"> C:\><input>nslookup -type=srv _sip._udp.tekkom.dk</input> Server: saturn.tekkom...")
 
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:DNS SRV record1.png|thumb|150|right|Example of SRV service record]]
+
[[Image:DNS SRV record1.png|thumb|400px|left|Example of SRV service record]]
  
 
<source lang="cmd">
 
<source lang="cmd">
Line 11: Line 11:
 
           port          = 5060
 
           port          = 5060
 
           svr hostname  = mars
 
           svr hostname  = mars
C:>
+
C:\>
 
</source>
 
</source>
 +
{{Source cmd}}
 +
 +
=Links=
 +
*[http://mydns.bboy.net/survey/ http://mydns.bboy.net/survey/]
 +
 +
[[Category:DNS]]

Latest revision as of 09:52, 27 April 2016

Example of SRV service record
C:\><input>nslookup -type=srv _sip._udp.tekkom.dk</input>
Server:   saturn.tekkom.local
Address:  172.16.4.66

_sip._udp.tekkom.dk     SRV service location:
          priority       = 10
          weight         = 20
          port           = 5060
          svr hostname   = mars
C:\>


Links