Opening port on server

Fergal Powell5 years ago

Hello,

We are trying to open port 5187 on Traccar 4.2 server. By default the process does not listen for this port. I added <entrykey='minifinder2.port'>5187</entry> to traccar.xml. I have added a rule to firewall to open tcp and udp for that specific port and can confirm that rule is set from running sudo ufw status verbose which outputs:

fergal@safer-walking-dev:~$ sudo ufw status verbose
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip

To                         Action      From
--                         ------      ----
21/tcp                     ALLOW IN    Anywhere                  
22/tcp                     ALLOW IN    Anywhere                  
8082/tcp                   ALLOW IN    Anywhere                  
8082/udp                   ALLOW IN    Anywhere                  
22/udp                     ALLOW IN    Anywhere                  
21/udp                     ALLOW IN    Anywhere                  
5001:5157/tcp              ALLOW IN    Anywhere                  
5001:5157/udp              ALLOW IN    Anywhere                  
80/udp                     ALLOW IN    Anywhere                  
80/tcp                     ALLOW IN    Anywhere                  
5187/tcp                   ALLOW IN    Anywhere                  
5187/udp                   ALLOW IN    Anywhere                  
5187                       ALLOW IN    Anywhere                  
21/tcp (v6)                ALLOW IN    Anywhere (v6)             
22/tcp (v6)                ALLOW IN    Anywhere (v6)             
8082/tcp (v6)              ALLOW IN    Anywhere (v6)             
8082/udp (v6)              ALLOW IN    Anywhere (v6)             
22/udp (v6)                ALLOW IN    Anywhere (v6)             
21/udp (v6)                ALLOW IN    Anywhere (v6)             
5001:5157/tcp (v6)         ALLOW IN    Anywhere (v6)             
5001:5157/udp (v6)         ALLOW IN    Anywhere (v6)             
80/udp (v6)                ALLOW IN    Anywhere (v6)             
80/tcp (v6)                ALLOW IN    Anywhere (v6)             
5187/tcp (v6)              ALLOW IN    Anywhere (v6)             
5187/udp (v6)              ALLOW IN    Anywhere (v6)             
5187 (v6)                  ALLOW IN    Anywhere (v6)
Anton Tananaev5 years ago

This protocol is simply not available on the version 4.2.

Fergal Powell5 years ago

Sorry my mistake the version we use is 4.1. Is it the same case for 4.1? If so what version is this protocol available on?

Anton Tananaev5 years ago

If it's not available in 4.2, it's definitely not available in 4.1 or any earlier versions. If you want to find out when it became available, check release blog posts.