简体   繁体   English

找不到来自其他网络的 IP 地址 (iis)

[英]Can not find IP address from other network (iis)

I'm attempting to create a server using IIS.我正在尝试使用 IIS 创建服务器。 I created a site.我创建了一个站点。 Configured the firewall.配置了防火墙。 It's available in the browser as localhost( http://localhost:8555/ ) and static IP( http://10.12.66.79:8555/ ) too But from another network like my phone.它在浏览器中也可以作为 localhost( http://localhost:8555/ ) 和静态 IP ( http://10.12.66.79:8555/ ) 但来自另一个网络,比如我的手机。 I tried accessing using the static IP but it failed.我尝试使用静态 IP 访问,但失败了。 then I tried using the virtual IP then it show me the login page of my service provider.然后我尝试使用虚拟 IP,然后它会显示我的服务提供商的登录页面。 what I can do next?接下来我能做什么?

Hope you grab a computer networking book some time to study the basic concepts.希望你花点时间读一本计算机网络书来学习基本概念。

10. . 10. . .* is a private address your ISP gives to your server, .* 是您的 ISP 提供给您的服务器的私有地址,

https://en.wikipedia.org/wiki/IP_address#Private_addresses https://en.wikipedia.org/wiki/IP_address#Private_addresses

So that this server can be accessed by other devices on the same network.以便同一网络上的其他设备可以访问此服务器。

Your phone is on another network (via Internet in most cases), so it won't be able to access your server.您的手机在另一个网络上(在大多数情况下通过 Internet),因此它无法访问您的服务器。

To pass packets between two networks, many other devices and settings are required.要在两个网络之间传递数据包,需要许多其他设备和设置。

If you do want to do experiments, public cloud computing platforms are far better an option, as they can give your server public IP addresses that can be accessed anywhere.如果您确实想做实验,公共云计算平台是更好的选择,因为它们可以为您的服务器提供可在任何地方访问的公共 IP 地址。

you can change the mobile's default DNS to your system's(IIS) IP may be this could help you but it can be able to run locally only.您可以将手机的默认 DNS 更改为您系统的 (IIS) IP,这可能对您有所帮助,但它只能在本地运行。 Make sure that your site is working in your system through the static IP ( http://10.12.66.79:8555/ ) if it is working properly then this could be the only problem change the DNS.确保您的站点通过静态 IP ( http://10.12.66.79:8555/ ) 在您的系统中工作,如果它工作正常,那么这可能是更改 DNS 的唯一问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM