mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1903] FRPC 部署在WINDOWS7 机器上,可以穿透到局域网的其他linux机器,windows2012的机器穿不过去什么情况? #1508
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#1508
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 @rogerhanzhao on GitHub (Jul 15, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1903
FRPS 部署在有公网IP的服务器上,然后FRPC 部署在WINDOWS7 带互联网权限的机器上;
通过公网IP+PORT 方式可以访问跟WINDOWS7 同样局域网的linux服务器上的WEB服务,
同样的配置,却访问不了同样局域网内WINDOWS2012 服务器上的WEB 服务, 提示连接被拒绝,很奇怪,windows2012机器防火墙也关闭了……
远程桌面也连不过去,从WINDOWS7 机器上市可以远程过去的!
什么原因?
@rogerhanzhao commented on GitHub (Jul 15, 2020):
[common]
server_addr = xxx.xxx.xxx.xxx
server_port = 8990
token = xxxxxxxxxx
[ssh]
type = tcp
local_ip = 192.168.208.14
local_port = 80
remote_port = 9996
[ssh]
type = tcp
local_ip = 192.168.208.23
local_port = 80
remote_port = 9997
[ssh]
type = tcp
local_ip = 192.168.208.23
local_port = 3389
remote_port = 9998
[ssh]
type = tcp
local_ip = 192.168.208.20
local_port = 3389
remote_port = 9995
[ssh]
type = tcp
local_ip = 192.168.208.20
local_port = 80
remote_port = 8999
只有最有一条能用,是为啥?
@rogerhanzhao commented on GitHub (Jul 15, 2020):
哈哈,找到原因了!