-3

I have ADSL router with Static IP from my Internet provider. I know that, if I connect my server to router it can be visible from internet (working webserver etc.), but how does clients getting page know that, request should be put to server (I assume, there are many other devices like PC's in that local network).

rubion
  • 11
  • 2

1 Answers1

2

You use port forwarding on your router so that any traffic originated from the outside to your public address to a particular port number gets forwarded to the IP address of the server.

For a web server, you would forward ports 80 and 443 to your web server's IP address.

Ron Maupin
  • 3,158
  • 1
  • 11
  • 16