i downloaded traccar-linux-64-4.13.zip and installed on the cloud m/c. i unzipped it and activated the server on the m/c
[root@li2091-45 temp1]# sudo systemctl status traccar
● traccar.service - traccar
Loaded: loaded (/etc/systemd/system/traccar.service; enabled; vendor preset:>
Active: active (running) since Sat 2021-06-26 18:15:41 UTC; 12s ago
Main PID: 53066 (java)
Tasks: 15 (limit: 4960)
Memory: 133.5M
CGroup: /system.slice/traccar.service
└─53066 /opt/traccar/jre/bin/java -jar tracker-server.jar conf/tracc>
Jun 26 18:15:41 li2091-45.members.linode.com systemd[1]: Started traccar.
when i see the port status it is shown as listen
[root@li2091-45 temp1]# netstat -an | grep 8082
tcp6 0 0 :::8082 :::* LISTEN
when i tried to connect the server using <ipv4>:8082, it is not connecting.
i checked with our server provider, whether they have blocked any of the port (more specifically 8082). to which they say they have not. i did a packet capture and found that my m/c is sending SYN packets
1262 86.857685 192.168.1.6 xx.xx.xx.xx TCP 66 59941 → 8082 [SYN] Seq=0 Win=64240 Len=0 MSS=1460 WS=256 SACK_PERM=1
to which there is no response from the server.
[root@li2091-45 temp1]# netstat -an | grep 8082
tcp6 0 0 :::8082 :::* LISTEN
tcp6 0 0 127.0.0.1:8082 127.0.0.1:40588 FIN_WAIT2
tcp6 1 0 127.0.0.1:40588 127.0.0.1:8082 CLOSE_WAIT
and after sometime it go to:
[root@li2091-45 ~]# netstat -an | grep 8082
tcp6 0 0 :::8082 :::* LISTEN
tcp6 0 0 127.0.0.1:8082 127.0.0.1:40594 FIN_WAIT2
tcp6 1 0 127.0.0.1:40588 127.0.0.1:8082 CLOSE_WAIT
tcp6 1 0 127.0.0.1:40592 127.0.0.1:8082 CLOSE_WAIT
tcp6 1 0 127.0.0.1:40590 127.0.0.1:8082 CLOSE_WAIT
tcp6 1 0 127.0.0.1:40594 127.0.0.1:8082 CLOSE_WAIT
can somebody please help to understand what is the problem is?
i downloaded traccar-linux-64-4.13.zip and installed on the cloud m/c. i unzipped it and activated the server on the m/c
[root@li2091-45 temp1]# sudo systemctl status traccar
● traccar.service - traccar
Loaded: loaded (/etc/systemd/system/traccar.service; enabled; vendor preset:>
Active: active (running) since Sat 2021-06-26 18:15:41 UTC; 12s ago
Main PID: 53066 (java)
Tasks: 15 (limit: 4960)
Memory: 133.5M
CGroup: /system.slice/traccar.service
└─53066 /opt/traccar/jre/bin/java -jar tracker-server.jar conf/tracc>
Jun 26 18:15:41 li2091-45.members.linode.com systemd[1]: Started traccar.
when i see the port status it is shown as listen
[root@li2091-45 temp1]# netstat -an | grep 8082
tcp6 0 0 :::8082 :::* LISTEN
when i tried to connect the server using <ipv4>:8082, it is not connecting.
i checked with our server provider, whether they have blocked any of the port (more specifically 8082). to which they say they have not. i did a packet capture and found that my m/c is sending SYN packets
1262 86.857685 192.168.1.6 xx.xx.xx.xx TCP 66 59941 → 8082 [SYN] Seq=0 Win=64240 Len=0 MSS=1460 WS=256 SACK_PERM=1
to which there is no response from the server.
[root@li2091-45 temp1]# netstat -an | grep 8082
tcp6 0 0 :::8082 :::* LISTEN
tcp6 0 0 127.0.0.1:8082 127.0.0.1:40588 FIN_WAIT2
tcp6 1 0 127.0.0.1:40588 127.0.0.1:8082 CLOSE_WAIT
and after sometime it go to:
[root@li2091-45 ~]# netstat -an | grep 8082
tcp6 0 0 :::8082 :::* LISTEN
tcp6 0 0 127.0.0.1:8082 127.0.0.1:40594 FIN_WAIT2
tcp6 1 0 127.0.0.1:40588 127.0.0.1:8082 CLOSE_WAIT
tcp6 1 0 127.0.0.1:40592 127.0.0.1:8082 CLOSE_WAIT
tcp6 1 0 127.0.0.1:40590 127.0.0.1:8082 CLOSE_WAIT
tcp6 1 0 127.0.0.1:40594 127.0.0.1:8082 CLOSE_WAIT
can somebody please help to understand what is the problem is?