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

link|improve this question
1  
Do you have a static IP address? – Argote 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
feedback

migrated from stackoverflow.com Mar 25 '11 at 13:02

This question came from our site for professional and enthusiast programmers.

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown