i just installed the latest version of ubuntu server, php, apache, shorewall and mysql.

the problem is that i cant access the website from other computers. i read that to fix that i need to change the DMZ or Port Forwarding. Im not sure how to do that. which document to change or what.

link|improve this question
serverfault.com might be a better help. – Adam Harte Nov 5 '09 at 22:34
Also the problem is that i live on an apartment complex that the internet is included. i just plug the ethernet cable to the wall and i register on a time warner "HiSpeedUp" page and then i get the internet working. so i dont know how to check the router information or anything. – Daniel Garcia Nov 5 '09 at 22:41
i didn't know serverfault.com existed. sorry about that. – Daniel Garcia Nov 5 '09 at 22:41
feedback

migrated from stackoverflow.com Nov 5 '09 at 23:02

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

2 Answers

This is a good reason to use one of the many web hosting services. Because unless you can get a port forwarded to your IP address there is no way for a public host to address your server. I don't know how the "Time Warner HiSpeedUp" system works, but I doubt that you will be provided with a public IP address that is not behind a firewall.

link|improve this answer
Sounds like on that sort of a system it's never, ever, ever going to happen. – Mark Henderson Nov 5 '09 at 23:27
feedback

You will need to reconfigure your router to forward all requests (for port 80 or whatever you set it up to) to your web server. How to configure the router depends on the router itself (they're all different). Then you might need to open any necessary ports on the server firewall (if any).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown