[GH-ISSUE #2138] 每过一段时间客户端部分端口不工作 #1701

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

Originally created by @haodiao on GitHub (Dec 8, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2138

[common]
server_addr = xxx
server_port = 7000
token = xxx

[range:tcp_port]
type = tcp
local_ip = 127.0.0.1
local_port = 22,80,443
remote_port = 1022,1080,1443
use_encryption = false
use_compression = false

客户端使用上面的配置,开放了3个端口,
每隔几天(3-10天左右)都会导致前两个端口无法访问的问题,
服务器端只看到1443端口工作正常(手动重启客户端才全部正常)
我本地网络使用的是 4G cpe 路由器(有时网络会不稳定),
但理论上不应该会导致部分端口的服务完全不工作。
希望能解决一下此问题

Originally created by @haodiao on GitHub (Dec 8, 2020). Original GitHub issue: https://github.com/fatedier/frp/issues/2138 ``` [common] server_addr = xxx server_port = 7000 token = xxx [range:tcp_port] type = tcp local_ip = 127.0.0.1 local_port = 22,80,443 remote_port = 1022,1080,1443 use_encryption = false use_compression = false ``` 客户端使用上面的配置,开放了3个端口, 每隔几天(3-10天左右)都会导致前两个端口无法访问的问题, 服务器端只看到1443端口工作正常(手动重启客户端才全部正常) 我本地网络使用的是 4G cpe 路由器(有时网络会不稳定), 但理论上不应该会导致部分端口的服务完全不工作。 希望能解决一下此问题
gitea-mirror 2026-05-05 13:05:25 -06:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 23, 2021):

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

<!-- gh-comment-id:765817082 --> @github-actions[bot] commented on GitHub (Jan 23, 2021): Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d 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#1701
No description provided.