traccar web server response was ERR_CONNECTION_TIMED_OUT

leejinhee 8 years ago

Hi,
I try to install traccar according to install manual. {OS : 'ubuntu', Java: 'jdk-7'}
But after working traccar.run, web server response ERR_CONNECTION_TIMED_OUT
I was open 8082 port(netstat -l | grep 8082tcp6 0 0 [::]:8082 [::]:* LISTEN)
and startDaemon.sh but It still not worked.

Please help about this.

Anton Tananaev 8 years ago

It looks like the server is listening on the port, so your problem is not with Traccar. I guess it's a firewall or router issue.

leejinhee 8 years ago

Thanks to reply,

But I did check firewall status looks like below

To                         Action      From
--                         ------      ----
8082                       ALLOW       Anywhere                  
8082/tcp                   ALLOW       Anywhere                  
8082 (v6)                  ALLOW       Anywhere (v6)             
8082/tcp (v6)              ALLOW       Anywhere (v6)  

So, It looks like firewall does not problem.

Anton Tananaev 8 years ago

Port is open locally, so it's a clearly some network issue. It has nothing to do with Traccar service.

leejinhee 8 years ago

Oh..You're right. There is some network issue.
I apologize to question about inapposite traccar issue.

Thanks Anton.