202
edits
Neustradamus (talk | contribs) m |
Neustradamus (talk | contribs) m |
||
Line 45: | Line 45: | ||
_xmpp-server._tcp.example.net. 86400 IN SRV 15 0 5269 backup.example.net. | _xmpp-server._tcp.example.net. 86400 IN SRV 15 0 5269 backup.example.net. | ||
The XMPP domain is example.net and the principal server is server1.example.net which used 50% after server2.example.net 30%, server3.example.net 10%, server4.example.net 10% too, if | The XMPP domain is example.net and the principal server is server1.example.net which used 50% after server2.example.net 30%, server3.example.net 10%, server4.example.net 10% too, if server1 is down, server2, server3 and server4 will work, if servers 1/2/3/4 are down, backup will work. | ||
== Retrieving SRV records == | == Retrieving SRV records == | ||
$ dig SRV _xmpp-client._tcp.example.net | $ dig SRV _xmpp-client._tcp.example.net | ||
$ dig SRV _xmpp-server._tcp.example.net | $ dig SRV _xmpp-server._tcp.example.net |
edits