Allow a given port under 1024 #54

Open
opened 2024-12-23 17:13:44 +01:00 by Benjamin_Loison · 3 comments

Related to #38 and Benjamin_Loison/dofus-retro-server/issues/6.

nc -l 2525

hangs as expected.

nc -l 25
nc: Permission denied
Related to #38 and [Benjamin_Loison/dofus-retro-server/issues/6](https://gitlab.lemnoslife.com/Benjamin_Loison/dofus-retro-server/-/issues/6). ```bash nc -l 2525 ``` hangs as expected. ```bash nc -l 25 ``` ``` nc: Permission denied ```
Author
Owner

DuckDuckGo and Google search Linux authorize a given privileged port.

DuckDuckGo and Google search *Linux authorize a given privileged port*.
Author
Owner
[The Stack Overflow question 31620322](https://stackoverflow.com/q/31620322) does not help.
Author
Owner

The Super User answer 1334552 may help by redirecting with another port.
Answers to the Stack Overflow question 413807 do not seem to easily standardly solve the issue but propose similar redirection solutions.

[The Super User answer 1334552](https://superuser.com/a/1334552) may help by redirecting with another port. Answers to [the Stack Overflow question 413807](https://stackoverflow.com/q/413807) do not seem to easily standardly solve the issue but propose similar redirection solutions.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/linux#54
No description provided.