-
-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
访问内网web不通过域名 #75
Comments
代理类型使用 tcp,相当于直接端口转发(参考转发 ssh 端口的示例),映射一个公网的 ip:port 到你内网的 web 应用。 |
收到,试试,这样说感觉应该可以,thanks |
我本地是启动的nginx监听的80端口,再启动frpc就提示下面的错误 frpc.ini
|
补充一下,我local machine是window |
这个提示和本地的 nginx 无关,是远程 frps 返回的错误信息,表示远程服务器的 80 端口已经被占用了,你可以换一个其他端口。 |
这个我也检查过frpc.log,确实有这个日志,但是我check过remote machine上没有80被占用,启动了frpc后,是被frpc进程占用的,我再仔细检查下,thanks |
这个日志是 frpc 注册到 frps 上失败后,frps 返回的信息, 你的 |
搞定了,是下面这个配置导致frps自己占用了80端口,然后我映射的tcp也是80端口,就冲突了 |
你好,我也遇到了相同的需求,没有域名,请教一下配置文件详细信息,谢谢! |
@RukawaKaede
然后就可以在外网通过 http://aaa.bbb.ccc.ddd:3333 访问到内网机器里的 http://127.0.0.1:2333 了 |
@iwestlin |
按照上面的配置没有域名的,提示: |
我也出现了同样的问题,但只有当remote_port = 6000时出现这个错误提示。我把remote_port设置为80,8080,6001时全部运转成功。 |
我遇到的是80、443提示port unavailable。调试一番发现是因为frps没用root用户运行。 |
你好,首先感谢提供这样的工具。
我之前是通过ssh隧道来把我内网的web应用映射出去,现在换成你这个工具,但是我没有域名,只想通过ip,即没有配置custom_domains,可以实现吗?或者是现在已经支持了,如何配置?
The text was updated successfully, but these errors were encountered: