KNX Binding looses connection, no reconnect

Hi, I’m having the same problem now for the second time (after 7 days):

2019-03-09 01:11:43.374 [INFO ] [net/IP Tunneling 192.168.0.53:3671] - close connection - server request
2019-03-09 01:11:43.442 [INFO ] [calimero.mgmt.TL 192.168.0.53:3671] - attached link was closed
2019-03-09 01:11:43.472 [INFO ] [calimero.mgmt.MC 192.168.0.53:3671] - attached link was closed
2019-03-09 01:11:43.473 [INFO ] [calimero.mgmt.TL 192.168.0.53:3671] - attached link was closed
2019-03-09 01:11:43.475 [INFO ] [calimero.mgmt.MC 192.168.0.53:3671] - attached link was closed
2019-03-09 01:11:43.476 [INFO ] [.process.process 192.168.0.53:3671] - attached link was closed
2019-03-09 01:11:43.488 [INFO ] [.process.process 192.168.0.53:3671] - detached from 192.168.0.53:3671
2019-03-09 01:11:43.492 [INFO ] [o.device.process 192.168.0.53:3671] - detached from 192.168.0.53:3671
2019-03-09 01:11:43.496 [INFO ] [net/IP Tunneling 192.168.0.53:3671] - establish connection from /192.168.0.40:39000 to /192.168.0.53:3671
2019-03-09 01:11:43.499 [INFO ] [calimero.link.192.168.0.53:3671   ] - link closed
2019-03-09 01:11:43.498 [ERROR] [net/IP Tunneling 192.168.0.53:3671] - establishing connection failed, null

Using OH 2.4 and a MDT KNX IP interface here.

Bridge knx:ip:bridge "IP Interface"
[
    type="TUNNEL",
    ipAddress="192.168.0.53",
    portNumber=3671,
    readingPause=50,
    responseTimeout=10,
    readRetriesLimit=3,
    autoReconnectPeriod=60,
    localIp="192.168.0.40"
]

Restarting the binding helps.
Did you find a solution?

(Might be related: KNX2 stopps working after a while (received disconnect response status 0x21))