0

Possible Duplicate:
How can I make my home PC a web server?

I am hosting a HTTP server on an end system that is behind a router. I want to offer my IP address so other people can access this HTTP server. Because of NAT however, I cannot just give my local ip address. How can I solve my problem?

codd
  • 103

1 Answers1

4

Establish a forwarded port through your NAT. check http://portforward.com/ for instructions on your model of router. then clients can point to your routers public IP address, and traffic to the forwarded port will be sent to the specified port (probably 80) on your internal server.

Frank Thomas
  • 37,476