-
-
Notifications
You must be signed in to change notification settings - Fork 13.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
奇怪的客户端错误,连接不上 #895
Comments
我也一样的问题: pi@raspberrypi: 试过0.19, 0.20, 0.21都是一样的问题,但是在同个网里的另外一台机器则没问题。 opi@orangepipc: 我的两台机器CPU都是ARM,一个是Broadcom v6l, 一个是Allwinner v7l,而楼主的是mips系列,是否问题出在这里?建议开发者分析一下。。。 |
留意看 Wiki
在 authentication_timeout = 0 就行了 |
mips 相关的问题,基本上是 golang 跨平台的问题,frp 本身无法解决这一类问题。 |
请问这会是什么原因
'''
# ./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)
The text was updated successfully, but these errors were encountered: