简体   繁体   English

无法从在同一网络上运行的计算机访问本地主机

[英]Can't access localhost from computer running on same network

I'm working on two computers on the same network. 我正在同一网络上的两台计算机上工作。 Computer A has an app working on localhost:4444. 计算机A有一个在localhost:4444上运行的应用程序。 However, I can't access it from the browser of Computer B . 但是,我无法从计算机B的浏览器访问它。

Here is my situation: 这是我的情况:

  • I pinged it's IP and I'm getting successful responses. 我对它的IP进行了ping操作,并获得了成功的答复。
  • I've tried accessing through the browser: http://192.168.XX:4444 我尝试通过浏览器访问: http://192.168.XX:4444
  • I'm currently sharing files across both computers via the same network successfully. 我目前正在通过同一网络在两台计算机上成功共享文件。

Can anyone please help me make this work? 谁能帮我做这个工作?

Is port 4444 on Computer A accessible from another computer? 可以从另一台计算机访问计算机A上的端口4444吗?

Maybe this helps: https://technet.microsoft.com/en-us/library/ms345310(v=sql.100).aspx 也许这会有所帮助: https : //technet.microsoft.com/zh-cn/library/ms345310(v=sql.100).aspx

(I am posting a reply since I cannot comment...) (由于无法发表评论,我正在发布回复...)

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

相关问题 无法从本地网络上的 web 服务器访问 localhost - Can't access localhost from a web server on my local network 从同一网络中的另一台计算机访问本地网站 - Access local website from another computer in the same network Windows 8无法从本地网络上的其他计算机访问wamp的站点 - Windows 8 can not access the site of wamp from other computer on local network 无法通过同一网络中的另一台计算机访问通过Eclipse在JBoss EAP中运行的Web应用程序 - A web application running in JBoss EAP through Eclipse cannot be accessed from another computer in the same network 运行windows服务时无法访问网络驱动器 - Can't access the network drive while running the windows service 访问同一网络中另一台计算机上的Shiny应用程序 - Access to Shiny app in another computer within the same network 从远程网络计算机上的共享驱动器运行批处理 - Running a batch from a shared drive on a remote network computer 从同一网络上的另一台计算机Ping Raspberry Pi - Ping Raspberry Pi from another computer on the same network MySQL无法访问root@localhost - MySQL Can't Access root@localhost 无法通过 windows localhost 访问 docker 容器 - Can't access docker containers by windows localhost
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM