mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1441] frps0.29,ftpc0.29 windows x64 start error: xtcp is not supported in frps,login to server failed: authorization failed authorization failed #1135
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#1135
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 @xiaoconsh on GitHub (Sep 19, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1441
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
(请不要在 issue 评论中出现无意义的 加1,我也是 等内容,将会被直接删除。)
(由于个人精力有限,和系统环境,网络环境等相关的求助问题请转至其他论坛或社交平台。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
frps0.29,ftpc0.29
What operating system and processor architecture are you using (
go env)?windows 8.1 X64 frps
windows 10 ltsb x64 frpc
Configures you used:
Steps to reproduce the issue:
Describe the results you received:
2019/09/19 10:34:27 [I] [service.go:139] frps tcp listen on 0.0.0.0:7000
2019/09/19 10:34:27 [I] [root.go:205] Start frps success
Describe the results you expected:
2019/09/19 10:34:52 [E] [service.go:228] authorization failed
2019/09/19 10:34:52 [W] [service.go:86] login to server failed: authorization failed
authorization failed
然后把frpc里的
for authentication
#token = 12345678
密码注释掉
再启动,显示
2019/09/19 10:36:06 [I] [service.go:234] login to server success, get run id [f337e01248ea45a2], server udp port [0]
2019/09/19 10:36:06 [I] [proxy_manager.go:144] [f337e01248ea45a2] proxy added: [tcp secret_tcp p2p_tcp]
2019/09/19 10:36:06 [I] [control.go:153] [tcp] start proxy success
2019/09/19 10:36:06 [I] [control.go:153] [secret_tcp] start proxy success
2019/09/19 10:36:06 [W] [control.go:151] [p2p_tcp] start error: xtcp is not supported in frps
frps 端显示
2019/09/19 10:36:03 [I] [service.go:356] client login info: ip [...:5
8895] version [0.29.0] hostname [] os [windows] arch [amd64]
2019/09/19 10:36:03 [I] [tcp.go:65] [f337e01248ea45a2] [tcp] tcp proxy listen po
rt [6000]
2019/09/19 10:36:03 [I] [control.go:406] [f337e01248ea45a2] new proxy [tcp] succ
ess
2019/09/19 10:36:03 [I] [stcp.go:34] [f337e01248ea45a2] [secret_tcp] stcp proxy
custom listen success
2019/09/19 10:36:03 [I] [control.go:406] [f337e01248ea45a2] new proxy [secret_tc
p] success
2019/09/19 10:36:03 [E] [xtcp.go:35] [f337e01248ea45a2] [p2p_tcp] udp port for x
tcp is not specified.
2019/09/19 10:36:03 [W] [control.go:403] [f337e01248ea45a2] new proxy [p2p_tcp]
error: xtcp is not supported in frps
2019/09/19 10:36:33 [E] [xtcp.go:35] [f337e01248ea45a2] [p2p_tcp] udp port for x
tcp is not specified.
2019/09/19 10:36:33 [W] [control.go:403] [f337e01248ea45a2] new proxy [p2p_tcp]
error: xtcp is not supported in frps
frpc设置了密码,不能启动,不设置密码,能启动,也能使用,等于服务端密码没起作用
frpc xtcp不能用
dashboard 7500 端口用浏览器不能登录,显示连接被拒绝,防火墙都是设置了通行的
端口设置问题:local_port = 3389,4899
remote_port = 6000,6001
Parse conf error: proxy [tcp] local_port error
多端口设置不能启动,用(-)或者(,)都不能启动,一启动就报错,以上设置测试frps一致
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@fatedier commented on GitHub (Sep 28, 2019):