Bug 8572 - VSMServer shouldn't use low-range port numbers when pinging agents
Summary: VSMServer shouldn't use low-range port numbers when pinging agents
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: VSM Server (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: ---
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-16 10:40 CEST by Alexander Zeijlon
Modified: 2025-04-16 10:44 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Alexander Zeijlon cendio 2025-04-16 10:40:54 CEST
Currently, we are using ports in the low range when the VSMServer is pinging agents to check whether they are alive or not.

This isn't really necessary since the ping api isn't passing anything other than a generic response back to the VSMServer. See bug 3876 about why running out of low port numbers is bad.

We should therefore look at if we can demote the ping-api to use regular port numbers.
Comment 1 Alexander Zeijlon cendio 2025-04-16 10:44:23 CEST
One thing that we discussed was that we don't want to implicitly, accidentally lower our level of security by demoting the ping-api.

This is an important point that needs to be evaluated and motivated.

Note You need to log in before you can comment on or make changes to this bug.