> Could you post your quick-and-dirty fix, perhaps? We had redirected all traffic going to the wrong IP (A record) to the correct IP (SRV record) with these iptables commands: # jabber.ccc.de -> jabberd.jabber.ccc.de iptables -t nat -A OUTPUT -o eth0 --dest 217.10.10.194 -j DNAT --to 217.10.10.196 Though meanwhile our server is running ejabberd.