mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4170] frp_0.57.0_linux_amd64 客户端连不上,服务器日志提示 error: no route found #3288
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#3288
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 @aabababb on GitHub (Apr 18, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4170
Bug Description
frp_0.57.0_linux_amd64 客户端连不上,服务器日志提示 error: no route found
error: no route found: frp.test.net /config/query
frpc Version
frp_0.57.0_linux_amd64
frps Version
frp_0.57.0_linux_amd64
System Architecture
centos7
Configurations
cat /etc/frp/frps.toml
bindAddr = "0.0.0.0"
服务端监听端口
bindPort = 8888
kcpBindPort = 8888
鉴权使用的 token 值
auth.method = "token"
auth.token = "12345678"
HTTP 类型代理监听的端口(给Nginx反向代理用)
vhostHTTPPort = 8080
vhostHTTPSPort = 8443
vhostHTTPTimeout = 120
【可选】FRP管理界面(修改账号密码,Nginx反向代理到7777)
webServer.addr = "127.0.0.1"
webServer.port = 7777
webServer.user = "admin"
webServer.password = "12345678"
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Apr 18, 2024):
请参照文档配置。