[Solved] Cannot access sync UI from remote computer on Linux


Recommended Posts

Hi there,

  • I am running on Almalinux 9. It is running perfectly on the same OS on a different computer/hoster...
  • I installed via the repo, so I have the version 2.7.3
  • I disabled SELinux
  • I disabled firewalld
  • I changed the IP in the config to 0.0.0.0:8888
  • I can see the server listening on the port when running netstat.
  • The logfile states: 20HttpListenConnection::listen[0x000055f4799f20d0][16] bound listening socket 16 to IP 0.0.0.0:8888

The logfile also shows this here (ASCII Codes removed)

[20240229 15:55:05.434] Debug log mask has been set to FFFFFFFF
[20240229 15:55:05.434] Features mask has been set to 0
[20240229 15:55:05.434] Scheduler: Apply global rule, download limit: -1, upload limit: -1
[20240229 15:55:05.434] CoreState: Total memory: 33525788672, used by Sync: 31690752, percentage used: 0.09
[20240229 15:55:05.434] CoreState: Cpu load: 0
[20240229 15:55:05.434] CoreState: Process cpu load: 0
[20240229 15:55:05.434] CoreState: Network interfaces:
[20240229 15:55:05.435] CoreState: Interface name: eth0 mac: d0:50:99:fa:0b:1c
[20240229 15:55:05.435] CoreState:  Addr: MY.IPV4.CORRECT:0
[20240229 15:55:05.435] CoreState:  Addr: MY.IPV6.CORRECT:0
[20240229 15:55:05.435] CoreState: Interface name: eth1 mac: d0:50:99:fa:0b:1d
[20240229 15:55:05.435] CoreState: Interface name: lo mac: 00:00:00:00:00:00
[20240229 15:55:05.435] CoreState:  Addr: 127.0.0.1:0
[20240229 15:55:05.435] CoreState:  Addr: [::1]:0
[20240229 15:55:05.435] CoreState: Interface name: usb0 mac: fa:ca:80:8e:6a:67
[20240229 15:55:05.435] message thread start
[20240229 15:55:05.435] SYS_RES: drive "/", id: 2308, capacity: 927718088704, free_space: 763769192448
[20240229 15:55:05.435] SYS_RES: drive "/boot", id: 2306, capacity: 1403977728, free_space: 1155911680
[20240229 15:55:05.491] HTTP[]: GET /e?.... HTTP/1.1
[20240229 15:55:05.491] HTTP[]: Host: i-2000.b-2-7-3.sync.bench.resilio.com
[20240229 15:55:05.491] HTTP[]: User-Agent: Resilio Sync
[20240229 15:55:05.491] HTTP[]: Accept-Encoding: gzip
[20240229 15:55:05.491] HTTP[]: Connection: close
[20240229 15:55:05.548] HTTP[]: RESP_CODE: 301
[20240229 15:55:05.548] HTTP[]: RESP_HEADER: Server = "nginx"
[20240229 15:55:05.548] HTTP[]: RESP_HEADER: Date = "Thu, 29 Feb 2024 07:55:05 GMT"
[20240229 15:55:05.548] HTTP[]: RESP_HEADER: Content-Type = "text/html"
[20240229 15:55:05.548] HTTP[]: RESP_HEADER: Content-Length = "162"
[20240229 15:55:05.548] HTTP[]: RESP_HEADER: Connection = "close"
[20240229 15:55:05.548] HTTP[]: RESP_HEADER: Location = "https://i-2000.b-2-7-3.sync.bench.resilio.com/e?
[20240229 15:55:05.548] HTTP[]: RESP_BODY: {...} size 162
[20240229 15:55:05.548] HTTP[]: closing
[20240229 15:55:05.599] HTTP[]: destroying

Still, when I try to access the remote headless server on the IP with port 8888, I get a timeout.

Any idea what else I could look for?

Link to comment
Share on other sites

  • uncovery changed the title to [Solved] Cannot access sync UI from remote computer on Linux

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.