从互联网访问本地主机

发布于 2024-10-18 20:23:37 字数 1549 浏览 7 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

怀中猫帐中妖 2024-10-25 20:23:37

有一些很好的免费服务可以让您做同样的事情。非常适合在开发/测试期间快速显示内容:

There are a couple of good free services that let you do the same. Ideal for showing something quickly during development/testing:

说好的呢 2024-10-25 20:23:37

您进入路由器配置并将端口 80 转发到运行 Web 服务器的计算机的 LAN IP。

然后,您网络外部的任何人(但网络内部的您除外)都可以使用您的 WAN IP 地址 (whatismyipcom) 访问您的站点。

You go into your router configuration and forward port 80 to the LAN IP of the computer running the web server.

Then anyone outside your network (but not you inside the network) can access your site using your WAN IP address (whatismyipcom).

兮子 2024-10-25 20:23:37

即使您没有提供足够的信息来正确回答这个问题,您最好的选择是 SSH 隧道 (或反向 SSH 隧道)。

您只需要内部或远程网络上的一台 SSH 服务器即可提供对本地计算机的访问。

您可以在 Windows 上使用 PUTTY(它有 GUI)来创建隧道。

Even though you didn't provide enough information to answer this question properly, your best shots are SSH tunnels (or reverse SSH tunnels).

You only need one SSH server on your internal or remote network to provide access to your local machine.

You can use PUTTY (it has a GUI) on Windows to create your tunnel.

橘虞初梦 2024-10-25 20:23:37

如果您需要更实用的内容,请使用您的 IP 地址或 noip.com 等服务。然后最终正确配置路由器,以便传入连接将转发到运行服务器的计算机。

use your ip address or a service like noip.com if you need something more practical. Then eventually configure your router properly so incoming connection will be forwarded to the machine with the server running.

小矜持 2024-10-25 20:23:37

您正在访问 localhost,这意味着您的计算机上正在运行一个 Web 服务器。要从 Internet 访问它,您需要为您的机器分配一个公共 IP 地址。然后就可以访问http://:/。端口号一般为80。

You are accesing localhost, meaning you have a web server running on your machine. To access it from Internet, you need to assign a public IP address to your machine. Then you can access http://<public_ip>:<port>/. Port number is normally 80.

も星光 2024-10-25 20:23:37

尝试使用您的 IP 地址,我认为您可以通过互联网访问它。

Try with your IP Address , I think you can access it by internet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文