Server data accessing from non local network without port forwarding

Deadly 提交于 2019-12-14 03:36:45

问题


I'm using XAMPP server and I have my files in htdocs folder of XAMPP.

I had connected to my laptop using my mobile hotspot.

Can I access my files in XAMPP folder from another system which is not in same network i.e., can I access the files present in XAMPP folder from another another computer via internet without router only by mobile hotspot?


回答1:


Yes, it's possible to access the web server from an external network, depending on your current network configuration.

There are two simple solutions I think would suit you.

  1. Configure your firewall if needed, enable port forwarding in your router settings to forward port 80 to the internal IP of the machine running your XAMPP-server.
  2. If you're on a network in which you can't configure, I recommend checking out ngrok.com, which is a service where you can setup a public URL for your XAMPP-server. Works from any type of network, where you have internet-access, of course.

Note, alternative 2 is good for exposing a development-server, nothing I'd recommend for running a site in production.




回答2:


Most network providers don't allow accessing the termials in the network. If your provider does portforwarding and entering the public(!) IP of your hotspot should bei enough.



来源:https://stackoverflow.com/questions/53391368/server-data-accessing-from-non-local-network-without-port-forwarding

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!