Difference between revisions of "Talk:PowerDNS LDAP Backend/Example"
From Linuxnetworks
(New page: == SRV Records == Could someone please provide an example for such records with dnsdomain2.schema?) |
(→SRV Records) |
||
Line 1: | Line 1: | ||
== SRV Records == | == SRV Records == | ||
+ | |||
Could someone please provide an example for such records with dnsdomain2.schema? | Could someone please provide an example for such records with dnsdomain2.schema? | ||
+ | |||
+ | A SRV record should look like: | ||
+ | |||
+ | 0 5 5060 sipserver.example.com | ||
+ | |||
+ | The fields are: | ||
+ | |||
+ | ; Priority : the priority of the target host | ||
+ | ; Weight : A relative weight for records with the same priority | ||
+ | ; Port : the TCP or UDP port on which the service is to be found | ||
+ | ; Target : the host name of the machine providing the service. | ||
+ | |||
+ | |||
+ | --[[User:Nose|Nose]] 23:14, 12 June 2007 (CEST) |
Revision as of 23:14, 12 June 2007
SRV Records
Could someone please provide an example for such records with dnsdomain2.schema?
A SRV record should look like:
0 5 5060 sipserver.example.com
The fields are:
- Priority
- the priority of the target host
- Weight
- A relative weight for records with the same priority
- Port
- the TCP or UDP port on which the service is to be found
- Target
- the host name of the machine providing the service.
--Nose 23:14, 12 June 2007 (CEST)