Originally posted by: hpkeeper
wow... all these posts... yet my problem still isn't fixed... leave the moderating to the MODS... so unless you have something of use to post... Don't.
What kind of server you trying to run? Here's the steps:
1) Connect to your router (most modern routers have an http interface, while some older ones only have a telnet interface)
2) Navigate to the port forwarding section of the modem
3) Put a static private IP address on the PC you want to be your server
4) in the port forwarding section of the router, put in a rule that port (whatever port you need) traffic is associated with (whatever private IP address is on your server). That way, any requests that hit your public IP address are forwarded to the server.
An example, ftp servers use port 21. Your router has a public IP address of 206.206.206.200. You set up a port mapping on the router that says "Any reqests to port 21 go to 192.168.0.100". Now, when someone connects to 206.206.206.200 via FTP, his request will get forwarded to the FTP server (192.168.0.100) behind your router.
Got it?
EDIT: I just saw you edited your post. The router should allow you to set one PC as a DMZ (demilitarized zone). This will open all ports to that one PC. Check your docs on how to set a DMZ.