Networking Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationNetworking Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old July 9th, 2004, 11:23 AM
pjbonline pjbonline is offline
PJB Online
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 11 pjbonline User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 47 m
Reputation Power: 0
Server/Router Problem - Please Help!

Hi,

I’ll cut to my problem….


We have a network in the office; it is small with about 4 computers on.
We have ADSL coming in through a router which splits it through the hub to the computers.
We have bought a new server where we wish to host our website. The server is connected to the network and to the router separately using a USB cable (the rest is by Ethernet).
The server is running XP Pro and I have installed IIS from the XP disk, I have attempted to set up the various IIS components by following various internet guides.
The problem is that although we have a fixed IP address from our ISP that only brings you to the router and I no not know how to set the router up to then direct traffic to the server.
Also, I thought that when you type ‘http://localhost/’ in IE with IIS installed and set up, you are taken to the site hosted but this does also not happen!

Please help!!

Thanks,

Reply With Quote
  #2  
Old July 9th, 2004, 11:46 AM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 12th Plane (10500 - 10999 posts)
 
Join Date: Jun 2003
Posts: 10,717 Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level)Doug G User rank is Brigadier General (60000 - 70000 Reputation Level) 
Time spent in forums: 1 Month 40 m 34 sec
Reputation Power: 688
You need to go to the port forwarding settings in your router and forward port 80 to the web server computer.
__________________
======
Doug G
======
"Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton

Reply With Quote
  #3  
Old July 10th, 2004, 03:48 AM
pjbonline pjbonline is offline
PJB Online
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 11 pjbonline User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 47 m
Reputation Power: 0
1. I can get to the settings and 'Port Forwarding' but how do I set which comuter it forwards to?

2. What about the 'http://localhost' problem??

Thanks,

Reply With Quote
  #4  
Old July 10th, 2004, 07:03 AM
DaWei_M's Avatar
DaWei_M DaWei_M is offline
Permanently Banned
Dev Shed God 5th Plane (7000 - 7499 posts)
 
Join Date: Jan 2004
Location: Central New York. Texan via Arizona, out of his element!
Posts: 7,351 DaWei_M User rank is Sergeant (500 - 2000 Reputation Level)DaWei_M User rank is Sergeant (500 - 2000 Reputation Level)DaWei_M User rank is Sergeant (500 - 2000 Reputation Level)DaWei_M User rank is Sergeant (500 - 2000 Reputation Level)DaWei_M User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 2 Weeks 1 Day 19 h 39 m 7 sec
Warnings Level: 10
Number of bans: 1
Reputation Power: 0
Typically, you would set the server to a fixed IP address, rather than an automatically assigned one, in the same range as the autos; perhaps 192.168.0.10 or similar. Then you would forward to that address, which won't change. Localhost refers to the machine on which you invoke it, not to a 'server' on the network.

Reply With Quote
  #5  
Old July 10th, 2004, 07:39 AM
pjbonline pjbonline is offline
PJB Online
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 11 pjbonline User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 47 m
Reputation Power: 0
When I type 'localhost' on the machine it does not work.
How do you set up the server with a fixed ip?

Thanks,

Reply With Quote
  #6  
Old July 10th, 2004, 04:54 PM
gt3_dk's Avatar
gt3_dk gt3_dk is offline
!Ruff Ryder!
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jun 2004
Location: Québec, Canada... Represent!
Posts: 689 gt3_dk User rank is Corporal (100 - 500 Reputation Level)gt3_dk User rank is Corporal (100 - 500 Reputation Level)gt3_dk User rank is Corporal (100 - 500 Reputation Level)gt3_dk User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 3 Days 7 h 10 m 12 sec
Reputation Power: 7
Send a message via Yahoo to gt3_dk
Quote:
The problem is that although we have a fixed IP address from our ISP that only brings you to the router and I no not know how to set the router up to then direct traffic to the server.

Quote:
How do you set up the server with a fixed ip?


What?

Quote:
When I type 'localhost' on the machine it does not work.

By "the machine" do you mean the actual server itself? Or another computer on the network. localhost means 127.0.0.1, which means the computer you're sitting at right now, and every other computer in the world... so to check the localhost thing you have to be at the actual server... But if you know the network ip (usually starts with 192.168.0.xxx or 10.0.0.xxx), type that because the router shouldn't care about routing it.

About the setting IIS up properly for the computer's fixed IP, post it in the IIS forum.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationNetworking Help > Server/Router Problem - Please Help!


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway