Re: Question about my SRV
"Mark Doliner" <[email protected]>
| Newsgroups | gmane.network.jabber.admin |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Oct 22, 2008 at 6:07 PM, William Lebel <[email protected]> wrote: > Hi. > > I just added my SRV in my dns. I test with an account on jabber.fr but it > doesn't work. Did i need to wait for dns update? > > Here my SRV zone: > _xmpp-server._tcp.virtual-info.eu. IN SRV 5 0 5269 kim.v-info.info. > _xmpp-client._tcp.virtual-info.eu. IN SRV 5 0 5269 kim.v-info.info. > _jabber._tcp.virtual-info.eu. IN SRV 5 0 5269 kim.v-info.info. If you're on Linux (and probably other Unixes) you can use dig to examine the SRV records: > dig _xmpp-client._tcp.virtual-info.eu SRV ;; ANSWER SECTION: _xmpp-client._tcp.virtual-info.eu. 9853 IN SRV 5 0 5269 virtual-info.eu. You can also query your two name servers directly: > dig @ns.kimsufi.com _xmpp-client._tcp.virtual-info.eu SRV ;; ANSWER SECTION: _xmpp-client._tcp.virtual-info.eu. 38400 IN SRV 5 0 5269 virtual-info.eu. > dig @ks364354.kimsufi.com _xmpp-client._tcp.virtual-info.eu SRV ;; ANSWER SECTION: _xmpp-client._tcp.virtual-info.eu. 38400 IN SRV 5 0 5269 kim.v-info.info. In this case it looks like ns.kimsufi.com is returning a different result than ks364354.kimsufi.com. They should probably return the same hostname. -Mark _______________________________________________ JAdmin mailing list FAQ: http://www.jabber.org/discussion-lists/jadmin-faq Forum: http://www.jabberforum.org/forumdisplay.php?f=19 Info: http://mail.jabber.org/mailman/listinfo/jadmin Unsubscribe: [email protected] _______________________________________________