Host for raw data forwarding.

Cristian6 months ago

in Traccar version 6.1 something changed with this instruction?

<entry key='server.forward'>ip-server</entry>

I'm using it without problems in a 5.8 and 5.9 version, but when using it in 6.1 I get this message

2024-05-31 19:45:58 WARN: Network forwarding error - No route to host - NoRouteToHostException (... < NetworkForwarder:56 < NetworkForwarderHandler:60 < ...)
Anton Tananaev6 months ago

The error is coming from your operating system:

No route to host
Cristian6 months ago

Thank you Anton, I will check that.