Listening on 2 IP-Addresses ipv4 and ipv6

Hi everybody.
I setup openfire so far so good, and I am happy that I can bind openfire on a ipv4 address of my choice, instead of listening on all addresses. Is there a way listening on a ipv4 and ipv6 address the same time ?

Like this or something like that ?

  <network> 
    <interface>164.55.xxx.xxx, 2a01:xxx:xxx:xxx::5</interface> 
  </network>

By doing so, openfire runs into an exception.

Hi Tamer,

Sadly, you can only provide on interface with that property. The only way that I can think of to have Openfire bind on multiple interfaces, is by not specifying the <interface> element at all. This should make Openfire bind on all interfaces. You should then arrange for proper access control externally (for example by using a firewall).

I hope this helps!

Hi Guus,
I will prepare an unofficial openfire docker docker image and post it in a new article in the forum.

that would solve this problem with the interfaces, as well the SW could be easily integrated at any cloud providers instance.

best, Tamer

Instead of creating your own Docker image, I hope we can modify the official Docker image to contain your changes.