Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 01-04-2005, 01:13 AM   #1 (permalink)
 
Junior Techie

Join Date: Jan 2004

Posts: 90

scorpio

Send a message via AIM to scorpio
Default Running a server.

I'm trying to run a server behind a wireless router and when I go to virtual server on my router, what do I put for name, private IP, Protocol type, private port, and public port? I'm thinking of using Apache server software.

Can anyone also tell me how to protect my computer while running the server since I happen to run Windows?

Thanks.
scorpio is offline  
Old 01-09-2005, 10:16 AM   #2 (permalink)
 
Ultra Techie

Join Date: May 2004

Posts: 725

digitaloracle

Default

To set up your server behind a router, do the following:
>Set the IP of the server computer (dont use DHCP, which is listed in xp as "get an ip automatically")
>Once your server has a local static ip, go into your router config and foward the following:
80 (if it's running a web server)
20 and 21 (if it's running an FTP server)
22 (if you want to allow remote SSHing, not recomended)
25 (if it's running an SMTP daemon)
110 (if it's running a POP3 daemon)
DO NOT foward ports that dont need to be forwarded (ie dont forward 110 if the server isnt running a POP3 daemon)

As for keeping your server safe, close all other ports (I'm not sure how to do that, my router stealths everthing automatically), keep it updated, both windows and apache or whatever servers you are running.

A good way to find open ports is to either port scan your server from another local computer (to find ports open on the actual computer) then run a Sheilds Up! test to find ports open to the internet.
__________________
AGP won\'t fit in PCI-E... unless you use a really good hammer. ~Trotter
digitaloracle is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On