| Author |
Message |
vthunder
Joined: 31 May 2007
Posts: 2
|
| Posted: Thu May 31, 2007 1:02 am Post subject: SRV records and Google Talk federation |
|
|
I have Google host my domain's jabber server, and I'm trying to get federation working as described here:
http://www.google.com/support/a/bin/answer.py?answer=60227
However, I can't seem to match the instructions. The best I can come up with is lines like:
_xmpp-server._tcp SRV 5 0 5269 xmpp-server.l.google.com.
Instead of:
_xmpp-server._tcp.sandmill.org. IN SRV 5 0 5269 xmpp-server.l.google.com.
That is, what I can create using the dns manager is lacking the ".sandmill.org." string after "_tcp".
Is there something I'm missing?
Thanks!
Dan |
|
| Back to top |
|
vthunder
Joined: 31 May 2007
Posts: 2
|
| Posted: Thu May 31, 2007 2:04 am Post subject: |
|
|
My post is misleading: federation *does* seem to work. I'm just suggesting it might be nice to be able to follow the instructions to the letter :-)
When debugging problems, it's easy to get stuck on something like this, and ignore the real problem elsewhere. |
|
| Back to top |
|
sweh
Joined: 13 Apr 2004
Posts: 223
|
| Posted: Thu May 31, 2007 2:51 pm Post subject: Re: SRV records and Google Talk federation |
|
|
vthunder wrote: That is, what I can create using the dns manager is lacking the ".sandmill.org." string after "_tcp".
Is there something I'm missing?
Everything you do in DNS manager automatically adds "your.domain." to the end of each record. The "." at the very end means it's fully qualified. Without that it means the record is relative to "your.domain."
so a "www IN A 1.2.3.4" and "www.your.domain. IN A 1.2.3.4" mean the same thing.
DNS Manager shouldn't(!) allow you to use the fully qualified version of the records because, in theory, you could add "www.someoneelse.domain." and could disrupt their DNS. |
|
| Back to top |
|
| |