The Internet Server Project - Part III - Do It and Test It
Go Forth and Build It
Remember, these are planning guides, not how-tos. If you've done the planning and assembled everything you should be ready to go. Your next step is to put it all together, connect it, install it and figure out+solve along the way.However, there's an excellent step-by-step Opensuse server building guide I recently found: The Perfect Server - Suse 10.3. After you finish this article, give it a look and bookmark that url for reference during your project.
First Life: Http Me!
If you made it through, you should be able to login locally, on the server console. If your networking is up and running, you should be able to ssh to your server's private IP address from any computer on your local network.
If you can't ssh into the server locally, it may be your Suse firewall config. Run YAST, make sure the ssh service is running and the Suse Firewall is not blocking port 22
If Apache2 is installed correctly, you should also be able to browse to your server. Again, from the local network, browse to 192.168.1.21 (if you used that IP), you should get the default Apache page.
Http Me From Anywhere on the Internet
Final task for this section: login to your router and access the port mapping configuration. Map port 80 to your server's private IP address, e.g., 192.168.1.21 (also port 80). If you're hazy on port forwarding, time for some valuable education. One place to start is with the Wikipedia pages:Previous Page ... Next Page
Related links
| Cygwin Information and Installation Posted by Rod, on Feb. 8 2008 | |
| Port address translation - Wikipedia, the free encyclopedia - (6 clicks) Posted by Rod, on Feb. 8 2008 | |
| Port forwarding - Wikipedia, the free encyclopedia - (7 clicks) Posted by Rod, on Feb. 8 2008 | |
| PuTTY - Wikipedia, the free encyclopedia - (6 clicks) Posted by Rod, on Feb. 8 2008 |


