mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2551] Can't use lower number port as remote port #2026
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2026
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tmpuserx on GitHub (Aug 27, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2551
[REQUIRED] hat version of frp are you using
Version: frp_0.37.1_linux_amd64
[REQUIRED] What operating system and processor architecture are you using
OS: Ubuntu 20.04.2 LTS
CPU architecture: AMD64
[REQUIRED] description of errors
When I used ports lower than 1000 for remote_port and start frpc it's giving error start error: port unavailable. i can confirm that the port isn't in used on the system which running the frps
confile
[common]
server_addr = serverip
server_port = 7371
[laptop1rdp]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 21
log file
Steps to reproduce the issue
Supplementary information
Can you guess what caused this issue
those ports might be reserved for the official application such as ftp, telnet, http etc. but as long as there are not these services running on the server, they should need to be able to be used..
Checklist:
@fatedier commented on GitHub (Aug 27, 2021):
Run frps as root user.
@tmpuserx commented on GitHub (Aug 27, 2021):
that works! thanks!
@landuo commented on GitHub (Mar 14, 2022):
use default frps.service to start, can't use port 80, change 'User' to 'root' runs goods in frps.service.