We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.异常问题 核心问题:代理均可正常访问,仅仅不能访问centos上的 dashboard。 在该centos服务器上: 0.51版本可以正常访问dashboard,0.52版本、0.52.3版本均不能访问dashboard。0.52.3配置和windows10配置相同。 在本地windows10上:0.52.3可正常访问dashboard,其他版本未测试。
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
[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
webServer.port = 9003
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 = 9051
[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 = 9051
0.52.3
linux/amd64
bindPort = 9005
webServer.user = "admin" webServer.password = "admin"
No response
...
The text was updated successfully, but these errors were encountered:
v0.52.3 的配置文件 `
bindPort = 9005 webServer.port = 9003 # dashboard 用户名密码,可选,默认为空 webServer.user = "admin" webServer.password = "admin"
`
Sorry, something went wrong.
配置一下 webServer.addr
webServer.addr
#3709
No branches or pull requests
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 First available commit #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 = 9051
frpc 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
The text was updated successfully, but these errors were encountered: