mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4424] 如何访问frpc端所在的路由器页面?80端口转发正常!但是浏览器打不开? #3494
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#3494
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 @worm001 on GitHub (Sep 7, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4424
Bug Description
在配置中定义了一个内网网关,192.168.31.254的80端口的转发,一切都正常!但是在服务端这边浏览器上打开: http://127.0.0.1:10080 并不能正常打开小米路由器页面! 小米路由器IP为: 192.168.31.254 浏览器中显示为: 502 Bad Gateway
nginx/1.12.2,应该端口是正常转发的,会不会是小米路由限制有些IP的访问? 像这种情况FRP是否无能为力?
frpc Version
0.60
frps Version
0.60
System Architecture
windows/amd64
Configurations
serverAddr = "x.x.org"
serverPort = 7000
loginFailExit = false
log.to = "./frpc.log"
proxies
name = "xiaomiluyouqi"
type = "tcp"
localIP = "192.168.31.254"
localPort = 80
remotePort = 10080
transport.useCompression = true
Logs
No response
Steps to reproduce
...
Affected area
@superzjg commented on GitHub (Sep 8, 2024):
小米不知道,同样的配置tplink路由器没有问题,我干过。
你可以尝试改用http类型,然后附加
hostHeaderRewriterequestHeaders.set.x-from-whereresponseHeaders.set.foo等参数