mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1986] login to server failed: EOF #1580
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#1580
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 @xueyuanl on GitHub (Sep 16, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1986
What version of frp are you using (./frpc -v or ./frps -v)?
0.33.0/ 0.33.0
What operating system and processor architecture are you using (
go env)?service: centOS x86_64(VPS on linode in Japan)
client: macOS i386 (macbook pro catalina, zsh)
Configures you used:
service: one VPS server on linode, base in Japan.
client: macbook in china mainland 电信 (actually I still tried on a raspberry pi with same comfig)
Steps to reproduce the issue:
2.run
./frps -c frps.inion server side3.run
.frpc -c frpc.inion client sideDescribe the results you received:
Describe the results you expected:
run success
Additional information you deem important (e.g. issue happens only occasionally):
I tried it on my private LAN, this can work. So obviously, this is not the problem of the software itself.telnet result:
And I just search on google and baidu, found lots of solution but did not work for me,
for example:
记一次frp的被阻断的问题
issue 1249 frpc提示login to server failed: EOF
issue 1836 疑似被局域网禁用连接
or some solution did not work because of the older version like this,
issue 810
frp启动报错“[W] [control.go:113] login to server failed: EOF”
Can you point out what caused this issue (optional)
我个人觉得和国内的防火墙有关,希望有类似问题的同学给点意见。
I suspect that this problem is related to the china GFW.
Yes, this is not an issue, but I still hope someone can help me on this.
Thanks
@blizard863 commented on GitHub (Sep 16, 2020):
可以尝试开启下 kcp看下效果。
@blizard863 commented on GitHub (Sep 16, 2020):
或者开下 tls 试试。 后续应该会支持自定义的 tls config https://github.com/fatedier/frp/pull/1974
@xueyuanl commented on GitHub (Sep 16, 2020):
server side:
client side:
error 报错:
[service.go:101] login to server failed: i/o deadline reached但局域网测试依然可以。
@xueyuanl commented on GitHub (Sep 16, 2020):
add
tls_enable = truein client's (or in both server and client side)commonsection, still does not work.get error:
[service.go:101] login to server failed: session shutdown@blizard863 commented on GitHub (Sep 16, 2020):
frpc 和 frps 的日志可以多提供一点。
@jaredyam commented on GitHub (Sep 23, 2020):
一模一样的问题,请问解决了吗?
@xueyuanl commented on GitHub (Sep 23, 2020):
还没有解决 : (
still not figure it out
@mouyong commented on GitHub (Sep 24, 2020):
注释掉 server 端的插件,然后用 frps_full.ini 启动,客户端就可以连接了。
@xueyuanl @jaredyam
@trulyliu commented on GitHub (Oct 3, 2020):
authentication_method = token注意server端的这个选项
@github-actions[bot] commented on GitHub (Dec 13, 2020):
Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.
@progerchai commented on GitHub (Jun 18, 2021):
在frps_full.ini 中这个默认是开启的,和楼上的相同没有解决
@jackxuexue commented on GitHub (Dec 6, 2021):
亲测:frpc.ini 加上 tls_enable = true 即可
`[common]
server_addr =xxxxxxx
server_port = 7000
tls_enable = true
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000`
版本:frp_0.38.0_linux_amd64
@ywhao88 commented on GitHub (Aug 28, 2022):
具体看这篇博客https://blog.phpgao.com/frp_tcp_reset.html
你的网络可能把frp屏蔽了,换0.25.0以上的frp,开通tls传输
@programmer-zheng commented on GitHub (Nov 25, 2024):
版本:0.47.0
感谢,有用,解决问题了