mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4481] 服务端日志出现警告no route found,请求无法代理穿透 #3542
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#3542
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 @junjie-code200 on GitHub (Oct 11, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4481
Bug Description
内网服务器的 http 接口(http://内网 IP:6211/app/goods/getRegionId)正常,代理穿透访问失败(http://外网 IP:6211/app/goods/getRegionId),错误显示找不到路由。
frpc Version
0.60
frps Version
0.60
System Architecture
linux/amd64
Configurations
客户端配置
serverAddr = "121.199.175.183"
serverPort = 7000
proxies
name = "test-vip"
type = "http"
localIP = "127.0.0.1"
localPort = 6211
customDomains = ["www.test.vip.com"]
#服务端配置
bindPort = 7000
vhostHTTPPort = 6211
Logs
2024-10-11 16:15:55.764 [W] [httputil/reverseproxy.go:472] do http proxy request [host: 122.199.173.181:6211] error: no route found: 22.199.173.181 /app/goods/getRegionId
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Oct 11, 2024):
意味着 需要使用
www.test.vip.com访问@github-actions[bot] commented on GitHub (Nov 2, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.