[GH-ISSUE #1033] 页面无法找到 #819

Closed
opened 2026-05-05 12:31:18 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @TreeNewBeeee on GitHub (Jan 3, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1033

Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)

Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST

What version of frp are you using (./frpc -v or ./frps -v)?
VPS:frp_0.22.0_linux_386
Client:frp_0.22.0_linux_amd64

What operating system and processor architecture are you using (go env)?
VPS:Linux version 4.10.4-1.el6.elrepo.i686 (mockbuild@Build64R6) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) ) #1 SMP Sat Mar 18 11:05:18 EDT 2017 (搬瓦工Linux 32位)
Client:Linux version 4.4.59+ (root@build2) (gcc version 4.9.3 20150311 (prerelease) (crosstool-NG 1.20.0) ) #23824 SMP PREEMPT Fri Oct 26 18:34:30 CST 2018 (群晖NAS自带Linux 64位)

Configures you used:
frps.ini:

[common]
bind_port = 7000
vhost_http_port = 8080
dashboard_port = 7500
dashboard_user =admin
dashboard_pwd =*****
max_pool_count = 5
authentication_timeout = 900

subdomain_host =zhangguangshao.com

[ssh]
listen_port = 6000
auth_token =*****

frpc.ini:
[common]
server_addr = 66..116.*
server_port = 7000
auth_token =*******

[nas]
type = http
local_port = 5000
subdomain = nas

[web]
type = http
local_port = 80
subdomain = web

Steps to reproduce the issue:

  1. ./frps -c ./frps.ini
  2. ./frpc -c ./frpc.ini
  3. load http://nas.zhangguangshao.com:8080/ on a brower, return this:

_The page you visit not found.
Sorry, the page you are looking for is currently unavailable.
Please try again later.

The server is powered by frp.

Faithfully yours, frp._

Describe the results you received:
通过7500端口可打开dashboard页面,但是通过8080端口无法打开NAS管理页面

Describe the results you expected:
希望8080端口可以打开NAS管理页面

Additional information you deem important (e.g. issue happens only occasionally):
域名添加了A解析,二级域名nas.zhangguangshao.com指向了VPS的IP

Can you point out what caused this issue (optional)

Originally created by @TreeNewBeeee on GitHub (Jan 3, 2019). Original GitHub issue: https://github.com/fatedier/frp/issues/1033 Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly. (为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。) Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST **What version of frp are you using (./frpc -v or ./frps -v)?** VPS:frp_0.22.0_linux_386 Client:frp_0.22.0_linux_amd64 **What operating system and processor architecture are you using (`go env`)?** VPS:Linux version 4.10.4-1.el6.elrepo.i686 (mockbuild@Build64R6) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) ) #1 SMP Sat Mar 18 11:05:18 EDT 2017 (搬瓦工Linux 32位) Client:Linux version 4.4.59+ (root@build2) (gcc version 4.9.3 20150311 (prerelease) (crosstool-NG 1.20.0) ) #23824 SMP PREEMPT Fri Oct 26 18:34:30 CST 2018 (群晖NAS自带Linux 64位) **Configures you used:** **frps.ini:** [common] bind_port = 7000 vhost_http_port = 8080 dashboard_port = 7500 dashboard_user =admin dashboard_pwd =***** max_pool_count = 5 authentication_timeout = 900 subdomain_host =zhangguangshao.com [ssh] listen_port = 6000 auth_token =***** **frpc.ini:** [common] server_addr = 66.**.116.*** server_port = 7000 auth_token =******* [nas] type = http local_port = 5000 subdomain = nas [web] type = http local_port = 80 subdomain = web **Steps to reproduce the issue:** 1. ./frps -c ./frps.ini 2. ./frpc -c ./frpc.ini 3. load http://nas.zhangguangshao.com:8080/ on a brower, return this: _The page you visit not found. Sorry, the page you are looking for is currently unavailable. Please try again later. The server is powered by frp. Faithfully yours, frp._ **Describe the results you received:** 通过7500端口可打开dashboard页面,但是通过8080端口无法打开NAS管理页面 **Describe the results you expected:** 希望8080端口可以打开NAS管理页面 **Additional information you deem important (e.g. issue happens only occasionally):** 域名添加了A解析,二级域名nas.zhangguangshao.com指向了VPS的IP **Can you point out what caused this issue (optional)**
gitea-mirror 2026-05-05 12:31:18 -06:00
Author
Owner

@fatedier commented on GitHub (Jan 16, 2019):

请先按照示例文档中的说明用最简化的配置来测试,成功后再换成你需要的配置内容。
如果仍然有问题,再观察错误日志,从中查找原因。

<!-- gh-comment-id:454770694 --> @fatedier commented on GitHub (Jan 16, 2019): 请先按照示例文档中的说明用最简化的配置来测试,成功后再换成你需要的配置内容。 如果仍然有问题,再观察错误日志,从中查找原因。
Author
Owner

@xuexiaokang commented on GitHub (Jan 20, 2019):

搬瓦工的延迟太大,FRPS和FRPC连接就会有问题,我就是这样,延迟大的服务器就有问题,延迟小的就没问题

<!-- gh-comment-id:455839433 --> @xuexiaokang commented on GitHub (Jan 20, 2019): 搬瓦工的延迟太大,FRPS和FRPC连接就会有问题,我就是这样,延迟大的服务器就有问题,延迟小的就没问题
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#819
No description provided.