mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3184] remote_port不能设置为22么 #2555
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#2555
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 @yutent on GitHub (Nov 24, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3184
Bug Description
服务端22端口是空闲的。
我想把内网中一台机器的ssh端口, 映射到远程的22端口上, 发现不起作用, 也没报错。
换其他端口, 如2222, 就正常。
frpc Version
0.43
frps Version
0.43
System Architecture
linux/amd64
Configurations
.
Logs
No response
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Nov 24, 2022):
端口冲突
@yutent commented on GitHub (Nov 25, 2022):
没冲突, 应该只是程序内部不允许设置吧, 我试了几个比较小的端口都不行。 现在用iptables做一层转发来实现22端口了