mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3742] 腾讯云 centos8上 dashboard 不能访问 #2975
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#2975
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 @334-c on GitHub (Nov 3, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3742
Bug Description
1.异常问题
核心问题:代理均可正常访问,仅仅不能访问centos上的 dashboard。
在该centos服务器上: 0.51版本可以正常访问dashboard,0.52版本、0.52.3版本均不能访问dashboard。0.52.3配置和windows10配置相同。
在本地windows10上:0.52.3可正常访问dashboard,其他版本未测试。
服务器: 腾讯云轻量应用服务器
硬件: 2h4g
系统: CentOS Stream 8 64bit
uname -a信息: Linux VM-20-6-centos 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
3.版本配置
frp版本0.52.3: frp_0.52.3_linux_amd64.tar.gz
frp版本0.52.0: frp_0.52.0_linux_amd64.tar.gz
[root@VM-20-6-centos frp_0.52.0_linux_amd64]# ./frps -c frps.toml 2023/11/03 11:00:25 [I] [root.go:102] frps uses config file: frps.toml 2023/11/03 11:00:26 [I] [service.go:200] frps tcp listen on 0.0.0.0:9005 2023/11/03 11:00:26 [I] [service.go:312] Dashboard listen on 127.0.0.1:9003 2023/11/03 11:00:26 [I] [root.go:111] frps started successfully配置文件:
`
bindPort = 9005
webServer.port = 9003
dashboard 用户名密码,可选,默认为空
webServer.user = "admin"
webServer.password = "admin"
`
frp版本0.51.0: frp_0.51.0_linux_amd64.tar.gz
运行日志:
[root@VM-20-6-centos frp_0.51.0_linux_amd64]# ./frps -c frps.ini 2023/11/03 10:58:38 [I] [root.go:204] frps uses config file: frps.ini 2023/11/03 10:58:38 [I] [service.go:206] frps tcp listen on 0.0.0.0:7000 2023/11/03 10:58:38 [I] [service.go:318] Dashboard listen on 0.0.0.0:9051 2023/11/03 10:58:38 [I] [root.go:213] frps started successfully配置文件:
[common] bind_port = 7000 dashboard_port = 9051frpc Version
0.52.3
frps Version
0.52.3
System Architecture
linux/amd64
Configurations
bindPort = 9005
webServer.port = 9003
dashboard 用户名密码,可选,默认为空
webServer.user = "admin"
webServer.password = "admin"
Logs
No response
Steps to reproduce
...
Affected area
@334-c commented on GitHub (Nov 3, 2023):
v0.52.3 的配置文件
`
`
@superzjg commented on GitHub (Nov 3, 2023):
配置一下
webServer.addrhttps://github.com/fatedier/frp/issues/3709