[GH-ISSUE #4716] 关于转发内网web服务失效 #3726

Closed
opened 2026-05-05 14:23:18 -06:00 by gitea-mirror · 6 comments
Owner

Originally created by @kroazi on GitHub (Mar 16, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4716

我转发内网的mcsm面板服务(默认23333)我改成6333了 一直无法访问http://xxxx.xxxxx.xx:6333/提示检查代理或防火墙 但我防火墙打开的 服务器的安全组也打开的 却无法访问
frpc与frps都显示正常

frps日志
2025/03/16 13:18:32 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:52542]
2025/03/16 13:18:45 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:33964]
2025/03/16 13:18:59 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:43672]
2025/03/16 13:19:11 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:53292]
2025/03/16 13:19:25 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:34760]
2025/03/16 13:19:38 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:44378]
2025/03/16 13:19:51 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:54064]
2025/03/16 13:20:04 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:35478]
2025/03/16 13:20:18 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:45140]
2025/03/16 13:20:31 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:54802]
2025/03/16 13:20:44 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:36184]
2025/03/16 13:20:49 [I] [proxy.go:199] [86f3eae2a9420104] [web01] get a user connection [45.135.194.8:52564]
2025/03/16 13:20:57 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:45816]
2025/03/16 13:21:10 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:55490]
2025/03/16 13:21:24 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:36980]
2025/03/16 13:21:37 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:46656]

frpc日志
● frps.service - FRP Client (v0.61.1)
Loaded: loaded (/etc/systemd/system/frps.service; enabled; preset: enabled)
Active: active (running) since Sun 2025-03-16 04:43:30 UTC; 41min ago
Main PID: 1274 (frpc)
Tasks: 15 (limit: 154369)
Memory: 17.8M (peak: 20.0M)
CPU: 343ms
CGroup: /system.slice/frps.service
└─1274 /usr/local/bin/frpc -c /etc/frp/frpc.toml

Mar 16 04:43:30 babyserver systemd[1]: Starting frps.service - FRP Client (v0.61.1)...
Mar 16 04:43:30 babyserver systemd[1]: Started frps.service - FRP Client (v0.61.1).
Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.720 [I] [sub/root.go:142] start frpc service for config file [/etc/frp/frpc.toml]
Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.722 [I] [client/service.go:295] try to connect to server...
Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.819 [I] [client/service.go:287] [a5e668d5f1e2f7c2] login to server success, get run id [a5e668d5f1e2f7c2]
Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.820 [I] [proxy/proxy_manager.go:173] [a5e668d5f1e2f7c2] proxy added: [mcsm Java_Minecraft Bedrock_Minecraft]
Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.849 [I] [client/control.go:168] [a5e668d5f1e2f7c2] [mcsm] start proxy success
Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.875 [I] [client/control.go:168] [a5e668d5f1e2f7c2] [Bedrock_Minecraft] start proxy success
Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.875 [I] [client/control.go:168] [a5e668d5f1e2f7c2] [Java_Minecraft] start proxy success
Mar 16 04:43:31 babyserver frpc[1274]: 2025-03-16 04:43:31.377 [I] [proxy/udp.go:93] [a5e668d5f1e2f7c2] [Bedrock_Minecraft] incoming a new work connection for udp proxy, IP地址:7000

配置文件
proxies
name = "mcsm"
type = "http"
localPort = 6333
customDomains = [""]

Originally created by @kroazi on GitHub (Mar 16, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/4716 我转发内网的mcsm面板服务(默认23333)我改成6333了 一直无法访问http://xxxx.xxxxx.xx:6333/提示检查代理或防火墙 但我防火墙打开的 服务器的安全组也打开的 却无法访问 frpc与frps都显示正常 frps日志 2025/03/16 13:18:32 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:52542] 2025/03/16 13:18:45 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:33964] 2025/03/16 13:18:59 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:43672] 2025/03/16 13:19:11 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:53292] 2025/03/16 13:19:25 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:34760] 2025/03/16 13:19:38 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:44378] 2025/03/16 13:19:51 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:54064] 2025/03/16 13:20:04 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:35478] 2025/03/16 13:20:18 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:45140] 2025/03/16 13:20:31 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:54802] 2025/03/16 13:20:44 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:36184] 2025/03/16 13:20:49 [I] [proxy.go:199] [86f3eae2a9420104] [web01] get a user connection [45.135.194.8:52564] 2025/03/16 13:20:57 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:45816] 2025/03/16 13:21:10 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:55490] 2025/03/16 13:21:24 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:36980] 2025/03/16 13:21:37 [I] [proxy.go:199] [86f3eae2a9420104] [web02] get a user connection [196.251.116.100:46656] frpc日志 ● frps.service - FRP Client (v0.61.1) Loaded: loaded (/etc/systemd/system/frps.service; enabled; preset: enabled) Active: active (running) since Sun 2025-03-16 04:43:30 UTC; 41min ago Main PID: 1274 (frpc) Tasks: 15 (limit: 154369) Memory: 17.8M (peak: 20.0M) CPU: 343ms CGroup: /system.slice/frps.service └─1274 /usr/local/bin/frpc -c /etc/frp/frpc.toml Mar 16 04:43:30 babyserver systemd[1]: Starting frps.service - FRP Client (v0.61.1)... Mar 16 04:43:30 babyserver systemd[1]: Started frps.service - FRP Client (v0.61.1). Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.720 [I] [sub/root.go:142] start frpc service for config file [/etc/frp/frpc.toml] Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.722 [I] [client/service.go:295] try to connect to server... Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.819 [I] [client/service.go:287] [a5e668d5f1e2f7c2] login to server success, get run id [a5e668d5f1e2f7c2] Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.820 [I] [proxy/proxy_manager.go:173] [a5e668d5f1e2f7c2] proxy added: [mcsm Java_Minecraft Bedrock_Minecraft] Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.849 [I] [client/control.go:168] [a5e668d5f1e2f7c2] [mcsm] start proxy success Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.875 [I] [client/control.go:168] [a5e668d5f1e2f7c2] [Bedrock_Minecraft] start proxy success Mar 16 04:43:30 babyserver frpc[1274]: 2025-03-16 04:43:30.875 [I] [client/control.go:168] [a5e668d5f1e2f7c2] [Java_Minecraft] start proxy success Mar 16 04:43:31 babyserver frpc[1274]: 2025-03-16 04:43:31.377 [I] [proxy/udp.go:93] [a5e668d5f1e2f7c2] [Bedrock_Minecraft] incoming a new work connection for udp proxy, IP地址:7000 配置文件 [[proxies]] name = "mcsm" type = "http" localPort = 6333 customDomains = [""]
gitea-mirror 2026-05-05 14:23:18 -06:00
Author
Owner

@cxyxscn commented on GitHub (Mar 18, 2025):

我也是遇到了 http https 都不行

<!-- gh-comment-id:2731394498 --> @cxyxscn commented on GitHub (Mar 18, 2025): 我也是遇到了 http https 都不行
Author
Owner

@Halo-Michael commented on GitHub (Mar 19, 2025):

customDomains定义为空意思是不能用任何域名访问此服务,你应该设置类型为tcp而不是http

<!-- gh-comment-id:2735318375 --> @Halo-Michael commented on GitHub (Mar 19, 2025): customDomains定义为空意思是不能用任何域名访问此服务,你应该设置类型为tcp而不是http
Author
Owner

@kroazi commented on GitHub (Mar 21, 2025):

customDomains定义为空的意思是不能使用任何域名访问此服务,您应该将类​​型设置为tcp而不是http

我那是给ip脱敏了

<!-- gh-comment-id:2742485976 --> @kroazi commented on GitHub (Mar 21, 2025): > customDomains定义为空的意思是不能使用任何域名访问此服务,您应该将类​​型设置为tcp而不是http 我那是给ip脱敏了
Author
Owner

@sumpler commented on GitHub (Mar 25, 2025):

I’m experiencing the same issue

<!-- gh-comment-id:2749733506 --> @sumpler commented on GitHub (Mar 25, 2025): I’m experiencing the same issue
Author
Owner

@kroazi commented on GitHub (Mar 27, 2025):

I’m experiencing the same issue

I didn't fix the problem, I reinstalled centos7 at the time, I didn't have this situation at the moment, I had this situation after a sudden power outage, and then I turned it on, whether I restarted frp or reinstalled frp, it would happen, it was Ubuntu24lts, I think Ubuntu is very bad, and it will also happen when I set up a minecraft server with Ubuntu in the first 22 years or so

<!-- gh-comment-id:2758900081 --> @kroazi commented on GitHub (Mar 27, 2025): > I’m experiencing the same issue I didn't fix the problem, I reinstalled centos7 at the time, I didn't have this situation at the moment, I had this situation after a sudden power outage, and then I turned it on, whether I restarted frp or reinstalled frp, it would happen, it was Ubuntu24lts, I think Ubuntu is very bad, and it will also happen when I set up a minecraft server with Ubuntu in the first 22 years or so
Author
Owner

@github-actions[bot] commented on GitHub (Apr 11, 2025):

Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.

<!-- gh-comment-id:2795499951 --> @github-actions[bot] commented on GitHub (Apr 11, 2025): Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
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#3726
No description provided.