Dnia 2009-10-12, pon o godzinie 11:28 +0200, GBU - Marinus ten Napel
pisze:
> 192.168.1.3 is the internal IP of the jabberd2-server. This line will
> force all traffic, directed to the wrong IP, back to the
> jabberd2-server. This hack does make things work, but it is a dirty
> fix.
> I have no idea how to fix it properly. Hopefully someone here can help
> me out.

You need to configure DNS SRV records for your server.

  $ host -t SRV _xmpp-server._tcp.mydomain.nl.
  _xmpp-server._tcp.mydomain.nl has no SRV record
  $ host -t SRV _xmpp-client._tcp.mydomain.nl.
  _xmpp-client._tcp.mydomain.nl has no SRV record

Lacking these causes the A record fallback and server connecting to the
address of the domain itself.

  $ host -t A mydomain.nl.
  mydomain.nl has address 85.158.249.135


-- 
Tomasz Sterna
Instant Messaging & EDI Consultant
Open Source Developer
http://tomasz.sterna.tv/  http://www.xiaoka.com/


-- 
To unsubscribe send a mail to [email protected]

Reply via email to