Difference between revisions of "DNS SRV record"

From Teknologisk videncenter
Jump to: navigation, search
m
m
Line 11: Line 11:
 
           port          = 5060
 
           port          = 5060
 
           svr hostname  = mars
 
           svr hostname  = mars
C:>
+
C:\>
 
</source>
 
</source>
 
{{Source cmd}}
 
{{Source cmd}}
  
 
[[Category:DNS]]
 
[[Category:DNS]]

Revision as of 11:45, 15 February 2013

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:\>