Hi I'm a customer of a host that uses directadmin.
I have set up an openfire based XMPP / jabber protocol based chat server for my domain. It has been tested and I'm ready to go primetime with it but I can't seem to figure out how the srv records should be entered in the direct admin user interface in order to have them correctly added and propagate. In the process of trial and error testing this I took down my site with what was obviously a malformed record which broke the name server.
I need to add the following srv records according to the XMPP protocol documentation.
What exactly should I type in either or both of the boxes in the direct admin console to add a successful record. I have searched both google and the direct admin forums and site-helper for this to no avail.
Thanks for any help.
I have set up an openfire based XMPP / jabber protocol based chat server for my domain. It has been tested and I'm ready to go primetime with it but I can't seem to figure out how the srv records should be entered in the direct admin user interface in order to have them correctly added and propagate. In the process of trial and error testing this I took down my site with what was obviously a malformed record which broke the name server.
I need to add the following srv records according to the XMPP protocol documentation.
Code:
_xmpp-server._tcp 3600 IN SRV 10 0 5269 my.domain.com.
_xmpp-server._udp 3600 IN SRV 10 0 5269 my.domain.com.
_xmpp-client._tcp 3600 IN SRV 10 0 5222 my.domain.com.
_xmpp-client._udp 3600 IN SRV 10 0 5222 my.domain.com.
_jabber._tcp 3600 IN SRV 10 0 5269 my.domain.com.
_jabber._udp 3600 IN SRV 10 0 5269 my.domain.com.
_jabber-client._tcp 3600 IN SRV 10 0 5222 my.domain.com.
_jabber-client._udp 3600 IN SRV 10 0 5222 my.domain.com.
What exactly should I type in either or both of the boxes in the direct admin console to add a successful record. I have searched both google and the direct admin forums and site-helper for this to no avail.
Thanks for any help.