How do I make my local server accessible over the Internet?

How do I make my local server accessible over the Internet?

Basically, you should do the following:

  1. Configure your Server computer’s firewall.
  2. Create a port forwarding rule on your network router.
  3. Use a DNS name as the server’s address vs. using its IP address (recommended).

How do I make my IP accessible?

You need to do forward your 8080 port through your router. Alternatively, you can rent a hosted server and a domain name. If it is for short term, you can use localtunnel (same like ngrok ). It will create a public url domain with a random name like this.

How do I publish from Moodle to the internet?

Publishing a course for download

  1. Go to Administration > Course administration > Publish (only available to users with the capability moodle/course:publish)
  2. Click the button ‘Share this course for people to download’
  3. Select the hub where you want to share your course.
  4. Enter information about the course.

How to access my localhost from another PC in Lan?

You can use the ip address of the server (probabily something like 192.168.0.x or 10.0.0.x) to access the website remotely. If you found the ip and still cannot access the website, it means WAMP is not configured to respond to that name ( what did you call me? 192.168.0.3? That’s not my name.

How to access localhost from a public IP address?

THen, send your ip + port to the person who will use it. 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:// : /.

How to access localhost from the Internet with putty?

You can use PUTTY (it has a GUI) on Windows to create your tunnel. 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:// : /.

Which is the port number for accesing localhost?

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:// : /. Port number is normally 80.