How do I set up a web server via an ADSL modem?

There is an ADSL connection, dynamic ip. A computer with a web server is connected to the modem. If you request an IP address from the outside, the modem settings page opens (password-protected). How do I make my localhost open when accessing that Ip address?

Zyxel prestige 600 series modem

Author: kanaris, 2012-11-28

2 answers

You can switch the modem to bridge mode, and raise the authorization on the computer.

UPD: I forgot to mention a couple of even simpler options:

  1. Port forwarding
  2. DMZ (host publication)
 1
Author: morb, 2012-11-30 08:35:32

To do this, do the following:

  1. Set a static IP in your network connection properties.
  2. Open the modem page (which is messed up) - enter the password, then (in the menu) Network-NAT-port forwarding-add.
  3. Enter any name, below the external and internal port 80, and your local ip (which you specified in point 1).
  4. Apply all changes and try to access the external ip.

If you have any questions, write. Good luck.

 1
Author: jkwe45, 2012-11-30 10:10:57