mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4721] 映射后客户端内网无法访问 #3727
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3727
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Little-pig-2399483979 on GitHub (Mar 22, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4721
Bug Description
如题,客户端成功把一些端口映射到有公网ip的服务器端后与客户端同局域网内的设备无法访问到客户端的所有端口,ping显示连接超时,但是通过映射后的公网能够正常访问客户端机子
frpc Version
无
frps Version
无
System Architecture
windows/amd64
Configurations
[common]
server_addr = 10.1.110.xx
server_port = 7000
#token = *** #此处和服务端统一
#此处名称可自定义
[ssh1]
#此处为协议,还有tcp、udp、http、https、stcp
type = tcp
local_ip = 127.0.0.1
#此处为本端开放的端口
local_port = 8080
#此处为公网地址转换的端口,此端口可任意调换
remote_port = 8080
#此处名称可自定义
[ssh2]
#此处为协议,还有tcp、udp、http、https、stcp
type = tcp
local_ip = 127.0.0.1
#此处为本端开放的端口
local_port = 8851
#此处为公网地址转换的端口,此端口可任意调换
remote_port = 8851
Logs
No response
Steps to reproduce
...
Affected area
@ghost commented on GitHub (Mar 25, 2025):
frpc.toml
@github-actions[bot] commented on GitHub (Apr 9, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.