I'm developing a website on my local server on my Mac. So only computers on my local network can access the site right now right? How do I set up a port forward so that my friends on other computers in outside networks can access my website on my local server?
feedback
|
migrated from stackoverflow.com Apr 10 '11 at 20:32
This question came from our site for professional and enthusiast programmers.
|
The port forward would need to be set on the firewall, it needs to take an external IP/Port and know to forward it to your local PC. How to do that varies with the firewalling software/router | |||||
feedback
|