[GH-ISSUE #2118] frp配置一切正常,但是无法穿透,甚至无法通过7500端口访问dashboard #1682

Closed
opened 2026-05-05 13:04:37 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @kalonezero87 on GitHub (Nov 28, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2118

[REQUIRED] hat version of frp are you using

Version:0.34.3

[REQUIRED] What operating system and processor architecture are you using
OS:Ubuntu 18.04.5 LTS (GNU/Linux 4.15.0-124-generic x86_64)

CPU architecture:AMD64

[REQUIRED] description of errors
我之前在另外一台服务器部署过frp,一切正常。各方面考虑,我把frp部署在腾讯云 香港服务器(不用备案)。我基本上照搬了之前vps的设置。发现新部署的frp客户端无法连接服务器端。甚至无法通过7500端口访问dashboard。
confile

server:
[common]
bind_addr = 0.0.0.0

bind_port = 7000

token =

vhost_http_port = 8080

vhost_https_port = 443

dashboard_addr = 0.0.0.0

dashboard_port = 7500

dashboard_user = admin

dashboard_pwd =

client:
common]

server_addr =

server_port = 7000

token =

[DSM]

type = tcp

local_ip = 127.0.0.1

local_port = 5000

remote_port = 6001

[Jellyfin]

type = tcp

local_ip = 127.0.0.1

local_port = 8096

remote_port = 7001

[Tinymediamanger]

type = tcp

local_ip = 127.0.0.1

local_port = 5800

remote_port = 8001

[Qbittorrent]

type = tcp

local_ip = 127.0.0.1

local_port = 8989

remote_port = 9010

[NextCloud]

type = tcp

local_ip = 127.0.0.1

local_port = 8888

remote_port = 9888
[Onlyoffice]

type = tcp

local_ip = 127.0.0.1

local_port = 8002

remote_port = 8003

[SSH]

type = tcp

local_ip = 127.0.0.1

local_port = 22

remote_port = 6006

root@ubuntu:~/frp# systemctl status frps
● frps.service - fraps service
Loaded: loaded (/lib/systemd/system/frps.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2020-11-28 07:59:15 EST; 3min 52s ago
Main PID: 3709 (frps)
Tasks: 3 (limit: 1128)
CGroup: /system.slice/frps.service
└─3709 /root/frp/frps -c /root/frp/frps.ini

Nov 28 07:59:15 ubuntu systemd[1]: Started fraps service.
Nov 28 07:59:15 ubuntu frps[3709]: 2020/11/28 07:59:15 [I] [service.go:190] frps tcp listen on 0.0.0.0:7000
Nov 28 07:59:15 ubuntu frps[3709]: 2020/11/28 07:59:15 [I] [service.go:232] http service listen on 0.0.0.0:8080
Nov 28 07:59:15 ubuntu frps[3709]: 2020/11/28 07:59:15 [I] [service.go:253] https service listen on 0.0.0.0:443
Nov 28 07:59:15 ubuntu frps[3709]: 2020/11/28 07:59:15 [I] [service.go:289] Dashboard listen on 0.0.0.0:7500
Nov 28 07:59:15 ubuntu frps[3709]: 2020/11/28 07:59:15 [I] [root.go:215] start frps success

root@ubuntu:~/frp# ./frps -c ./frps.ini
2020/11/28 07:58:12 [I] [service.go:190] frps tcp listen on 0.0.0.0:7000
2020/11/28 07:58:12 [I] [service.go:232] http service listen on 0.0.0.0:8080
2020/11/28 07:58:12 [I] [service.go:253] https service listen on 0.0.0.0:443
2020/11/28 07:58:12 [I] [service.go:289] Dashboard listen on 0.0.0.0:7500
2020/11/28 07:58:12 [I] [root.go:215] start frps success

log file

Steps to reproduce the issue
1.
2.
3.

Supplementary information

Can you guess what caused this issue

Checklist:

  • [] I included all information required in the sections above
  • [] I made sure there are no duplicates of this report (Use Search)
Originally created by @kalonezero87 on GitHub (Nov 28, 2020). Original GitHub issue: https://github.com/fatedier/frp/issues/2118 <!-- From Chinese to English by machine translation, welcome to revise and polish. --> <!-- ⚠️⚠️ Incomplete reports will be marked as invalid, and closed, with few exceptions ⚠️⚠️ --> <!-- in addition, please use search well so that the same solution can be found in the feedback, we will close it directly --> <!-- for convenience of differentiation, use FRPS or FRPC to refer to the FRP server or client --> **[REQUIRED] hat version of frp are you using** <!-- Use ./frpc -v or ./frps -v --> Version:0.34.3 **[REQUIRED] What operating system and processor architecture are you using** OS:Ubuntu 18.04.5 LTS (GNU/Linux 4.15.0-124-generic x86_64) CPU architecture:AMD64 **[REQUIRED] description of errors** 我之前在另外一台服务器部署过frp,一切正常。各方面考虑,我把frp部署在腾讯云 香港服务器(不用备案)。我基本上照搬了之前vps的设置。发现新部署的frp客户端无法连接服务器端。甚至无法通过7500端口访问dashboard。 **confile** <!-- Please pay attention to hiding the token, server_addr and other privacy information --> server: [common] bind_addr = 0.0.0.0 bind_port = 7000 token = vhost_http_port = 8080 vhost_https_port = 443 dashboard_addr = 0.0.0.0 dashboard_port = 7500 dashboard_user = admin dashboard_pwd = client: common] server_addr = server_port = 7000 token = [DSM] type = tcp local_ip = 127.0.0.1 local_port = 5000 remote_port = 6001 [Jellyfin] type = tcp local_ip = 127.0.0.1 local_port = 8096 remote_port = 7001 [Tinymediamanger] type = tcp local_ip = 127.0.0.1 local_port = 5800 remote_port = 8001 [Qbittorrent] type = tcp local_ip = 127.0.0.1 local_port = 8989 remote_port = 9010 [NextCloud] type = tcp local_ip = 127.0.0.1 local_port = 8888 remote_port = 9888 [Onlyoffice] type = tcp local_ip = 127.0.0.1 local_port = 8002 remote_port = 8003 [SSH] type = tcp local_ip = 127.0.0.1 local_port = 22 remote_port = 6006 root@ubuntu:~/frp# systemctl status frps ● frps.service - fraps service Loaded: loaded (/lib/systemd/system/frps.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2020-11-28 07:59:15 EST; 3min 52s ago Main PID: 3709 (frps) Tasks: 3 (limit: 1128) CGroup: /system.slice/frps.service └─3709 /root/frp/frps -c /root/frp/frps.ini Nov 28 07:59:15 ubuntu systemd[1]: Started fraps service. Nov 28 07:59:15 ubuntu frps[3709]: 2020/11/28 07:59:15 [I] [service.go:190] frps tcp listen on 0.0.0.0:7000 Nov 28 07:59:15 ubuntu frps[3709]: 2020/11/28 07:59:15 [I] [service.go:232] http service listen on 0.0.0.0:8080 Nov 28 07:59:15 ubuntu frps[3709]: 2020/11/28 07:59:15 [I] [service.go:253] https service listen on 0.0.0.0:443 Nov 28 07:59:15 ubuntu frps[3709]: 2020/11/28 07:59:15 [I] [service.go:289] Dashboard listen on 0.0.0.0:7500 Nov 28 07:59:15 ubuntu frps[3709]: 2020/11/28 07:59:15 [I] [root.go:215] start frps success root@ubuntu:~/frp# ./frps -c ./frps.ini 2020/11/28 07:58:12 [I] [service.go:190] frps tcp listen on 0.0.0.0:7000 2020/11/28 07:58:12 [I] [service.go:232] http service listen on 0.0.0.0:8080 2020/11/28 07:58:12 [I] [service.go:253] https service listen on 0.0.0.0:443 2020/11/28 07:58:12 [I] [service.go:289] Dashboard listen on 0.0.0.0:7500 2020/11/28 07:58:12 [I] [root.go:215] start frps success **log file** <!-- If the file is too large, use Pastebin, for example https://pastebin.ubuntu.com/ --> **Steps to reproduce the issue** 1. 2. 3. **Supplementary information** **Can you guess what caused this issue** **Checklist**: <!--- Make sure you've completed the following steps (put an "X" between of brackets): --> - [] I included all information required in the sections above - [] I made sure there are no duplicates of this report [(Use Search)](https://github.com/fatedier/frp/issues?q=is%3Aissue)
Author
Owner

@kalonezero87 commented on GitHub (Nov 28, 2020):

忘记说了,端口都在防火墙那里已经打开了

<!-- gh-comment-id:735246030 --> @kalonezero87 commented on GitHub (Nov 28, 2020): 忘记说了,端口都在防火墙那里已经打开了
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#1682
No description provided.