mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #895] 奇怪的客户端错误,连接不上 #706
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#706
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 @semigodking on GitHub (Aug 18, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/895
请问这会是什么原因
'''
# ./frpc -c frpc.ini
2018/08/18 21:36:15 [I] [proxy_manager.go:300] proxy removed: []
2018/08/18 21:36:15 [I] [proxy_manager.go:310] proxy added: [ssh]
2018/08/18 21:36:15 [I] [proxy_manager.go:333] visitor removed: []
2018/08/18 21:36:15 [I] [proxy_manager.go:342] visitor added: []
2018/08/18 21:36:15 [W] [control.go:113] login to server failed: net.DialUDP: dial udp xx.xx.xx.xx:5005: errno -89
'''
What version of frp are you using (./frpc -v or ./frps -v)?
0.21.0
What operating system and processor architecture are you using (
go env)?Linux (none) 3.4.11-rt19 #1 SMP PREEMPT Mon Apr 17 18:55:57 CST 2017 mips GNU/Linux
Configures you used:
'''
# cat ./frpc.ini
[common]
server_addr = xx.xx.xx.xx
server_port = 5005
protocol = kcp
token = xxxxxxxx
login_fail_exit = false
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 23
remote_port = 40001
'''
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
试过tcp 方式,一样的结果
Can you point out what caused this issue (optional)
@azalpy commented on GitHub (Aug 25, 2018):
我也一样的问题:
pi@raspberrypi:
/frp/frp_0.20.0_linux_arm$ ./frpc -c frpc.ini/frp/frp_0.20.0_linux_arm$ uname -a2018/08/24 21:24:28 [I] [proxy_manager.go:300] proxy removed: []
2018/08/24 21:24:28 [I] [proxy_manager.go:310] proxy added: [ssh]
2018/08/24 21:24:28 [I] [proxy_manager.go:333] visitor removed: []
2018/08/24 21:24:28 [I] [proxy_manager.go:342] visitor added: []
2018/08/24 21:24:28 [E] [control.go:236] authorization timeout
2018/08/24 21:24:28 [W] [control.go:113] login to server failed: authorization timeout
authorization timeout
pi@raspberrypi:
Linux raspberrypi 4.4.9+ #884 Fri May 6 17:25:37 BST 2016 armv6l GNU/Linux
pi@raspberrypi:~/frp/frp_0.20.0_linux_arm$ ./frpc -v
0.20.0
试过0.19, 0.20, 0.21都是一样的问题,但是在同个网里的另外一台机器则没问题。
opi@orangepipc:
/frp/frp_0.19.1_linux_arm$ uname -a/frp/frp_0.19.1_linux_arm$ ./frpc -vLinux orangepipc 4.14.14-sunxi #1 SMP Thu Jan 25 12:20:57 CET 2018 armv7l GNU/Linux
opi@orangepipc:
0.19.1
我的两台机器CPU都是ARM,一个是Broadcom v6l, 一个是Allwinner v7l,而楼主的是mips系列,是否问题出在这里?建议开发者分析一下。。。
@kasuganosoras commented on GitHub (Nov 24, 2018):
留意看 Wiki
在
frps.ini里写入以下内容就行了
@fatedier commented on GitHub (Dec 8, 2018):
mips 相关的问题,基本上是 golang 跨平台的问题,frp 本身无法解决这一类问题。