mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3378] 嘗試在客戶端使用QUIC 報錯並中斷服務 #2706
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#2706
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 @jspantheonlab on GitHub (Mar 29, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3378
Bug Description
已在服務段開啟QUIC, 但在客戶端啟用時 無法正常運作
frpc Version
v0.48.0
frps Version
v0.48.0
System Architecture
linux/amd64
Configurations
Logs
Steps to reproduce
...
Affected area
@xingtongsf commented on GitHub (Mar 30, 2023):
quic使用另外的端口,不要和kcp使用相同的端口,这个在作者帮助里没有明确,但是实际使用下来,kcp和quic不能使用同一端口
@jspantheonlab commented on GitHub (Mar 30, 2023):
可是沒啟用kcp
@superzjg commented on GitHub (Mar 30, 2023):
配置文件看上去沒有問題。考慮端口是不是沒通,比如防火墻。
注意一下:quic、kcp、nat打洞的端口不能相同。
@xqzr commented on GitHub (Apr 9, 2023):
开放 UDP 7000
@qyh214 commented on GitHub (May 8, 2023):
我也遇到了这个问题,题主标注了已关闭是怎么解决的呢
@liujianying commented on GitHub (May 30, 2023):
frps.ini [common] bind_port = 7000 quic_bind_port = 7000 #vhost_http_port =81 tcp_mux = false #tls_enable = true dashboard_port = 7001 dashboard_user = admin dashboard_pwd = 123456`
frpc.ini
[common]
server_addr = 124.222.13x.xx
server_port = 7000
protocol = quic
tcp_mux = false
log_file = ./frpc.log
admin_addr = 0.0.0.0
admin_port = 7400
admin_user = admin
admin_pwd = admin
[tcpadb]
type = tcp
local_ip = 127.0.0.1
local_port = 5555
remote_port = 8555
use_compression = true`
报错如下
2023/05/30 22:18:32 [W] [service.go:131] login to server failed: timeout: no recent network activity
@jspantheonlab commented on GitHub (May 31, 2023):
服務器UDP端口沒開放 看看防火牆