Hello.
We have local jabber server in our network, for example jabber.local.zzz and i want to make it possible for our users
(
to communicate with internet jabber users
(
server have two ethernet adapters (local network / internet)
Can anybody give me a any tips please?
sorry for my english
Thanks in advance.
You must setup your DNS and
You must setup your DNS and ejabberd in a way that allows the Jabber server at jabber.org to know the IP address of the machine that hosts your jabber server.
For that, obviously "jabber.local.zzz" is not valid. You will need to get a FQDN. If your company has the domain abyr.com, then you can put in ejabberd.cfg something like:
{hosts, ["jabber.abyr.com"]}.
And configure your server to direct that domain to the ejabberd machine.
Thank you very much for reply, badlop.
I expected this, but we have ~4000 jabber users and i don't want to force them all reconfigure their clients :(
I thought may be i can use something like aliases or message routing in server side