mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #135] 按照配置,一切日志显示成功,但是无法访问内网穿透应用。 #79
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#79
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 @zhangchaoxu on GitHub (Oct 17, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/135
按照文档中“通过自定义域名访问部署于内网的 web 服务”一节配置,一切日志显示成功,但是无法访问内网穿透应用。
通过7500可以看到console,但是穿透的内网端口9000上就是看不到任何内容,已经确定防火墙打开,本地8080应用启动。
log
log
@zhangchaoxu commented on GitHub (Oct 17, 2016):
@fatedier 烦请给点指导建议,已经折磨了我一天了,Thanks
@fatedier commented on GitHub (Oct 17, 2016):
从日志上看是 custom_domains 字段没有配置成功。
@zhangchaoxu commented on GitHub (Oct 17, 2016):
我能确定的是配置的域名A指向到服务器ip的,7500我也是通过这个域名访问的。
不过这台服务器的80端口部署着nginx,不知道是否会有影响。
非常感谢深夜解答。
ps. 我先换到privilege_mode模式下工作正常了。
@fatedier commented on GitHub (Oct 17, 2016):
看错了,日志没问题,我自己这边测试也正常。
和80端口的 nginx 无关,不影响。可以将域名换成 127.0.0.1 然后在服务器上通过
curl -v http://127.0.0.1:9000看是否能访问,不确定是否是一个潜在的 bug。@zhangchaoxu commented on GitHub (Oct 17, 2016):
我再从privilege_mode切换到最初的配置文件,居然就好了。
也有可能是我昨天脑袋出了bug。
close issue first, thanks you so much