2

I have set up a web server using node.js on one of my computers in my house. Godaddy gives me the option to point it to an IP address. I know that all of the computers in my house have the same IP address, so how do I point it to the one with the web server running on it? Thanks in advance

  • 1
    Do you have a static IP address? –  Mar 24 '11 at 21:36
  • Static or Dynamic, it will still work. However, if it's a Dynamic IP Address, you'll need to keep updating GoDaddy so it points to the new Dynamic address. Make sure you have your firewall setup right too, and if your ISP is doing some routing, you may run into some problems, so you might need to contact your ISP in the near future. – user39009 Mar 24 '11 at 21:38

1 Answers1

1

You have to configure your router to redirect requests to port 80 (or your preferred port) to a single computer in your home network. This is called port forwarding.