mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #653] 能把frpc客户端当代理服务器访问内网中其他机器的服务吗? #511
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#511
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 @jinjfy on GitHub (Mar 5, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/653
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
v0.16.0
What operating system and processor architecture are you using (
go env)?服务商为ubuntu16.04 64位 客户端win10 64位
Configures you used:
frpc客户端在内网,已设置3389,文件共享,socket5 proxy功能。
想实现从访问内网中其他主机的网页服务。可是失败了。在dashobard中能看到有21K的Traffic In,没有任何传出数据。
Steps to reproduce the issue:
1.
2.
3.
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@fatedier commented on GitHub (Mar 14, 2018):
@jinjfy commented on GitHub (Mar 14, 2018):
用ping命令,查到了正确的ip。在内网中用此ip也行直接访问网页。但是解析后从外网就无法访问。真是复杂。感谢。
@fatedier commented on GitHub (Mar 14, 2018):
可以尝试使用 http proxy,在外网访问时填写的是内网的 ip 地址,不行的话可以通过抓包来跟踪中间哪个环节出现了问题。