Networking Forums

Networking Forums > Computer Networking > Windows Networking > Web & FTP Server Setup and access

Reply
Thread Tools Display Modes

Web & FTP Server Setup and access

 
 
Allan
Guest
Posts: n/a

 
      12-23-2004, 01:10 PM
I am setting up a simple website and FTP server configuration on Windows
2003 Server, and I have set them up. However, I cannot get them to do
anything.

When I try to test the website, I cannot access it with the machine's OWN
internal IP Address (open browser, type in IP, open FTP client, type in
internal ip) I get nothing ("this web page cannot be found...")

Also, although I have forwarded all the relevant ports in the gateway router
to the webserver on the internal network, when I type in the external
address, I just get the configuration screen on the gateway router...

IIS seems to be up and operating... (the website used to work a month ago,
but I took it down to add in a VOIP gateway router, and just recently put it
up again.

What can I check? Why isn't the webserver or ftp server responding to the
requests.... Thanks in advance.


 
Reply With Quote
 
 
 
 
ObiWan
Guest
Posts: n/a

 
      12-23-2004, 01:56 PM
<snippage>
> What can I check?
> Why isn't the webserver or ftp
> server responding to the
> requests....


Well, can't say right now why the
ftp (or web) aren't responding to
the requests; but you may check
that they're at least listening on
the needed ports; to do this, on
the server machine open up a
command prompt then enter
the following command:

netstat -an|find "LISTEN"

now, check if the list shows ports
21 (ftp) and 80 (http) in listening
state, and also note the address
to which such port are bound

Let me/us (the NG) know please

Regards

--

* ObiWan

Microsoft MVP: Windows Server - Networking
http://www.microsoft.com/communities/MVP/MVP.mspx
http://mvp.support.microsoft.com

DNS "fail-safe" for Windows clients.
http://ntcanuck.com

408+ XP/2000 tweaks and tips
http://ntcanuck.com/tq/Tip_Quarry.htm




 
Reply With Quote
 
Andrew Morton
Guest
Posts: n/a

 
      12-23-2004, 03:25 PM
> When I try to test the website, I cannot access it with the machine's
> OWN internal IP Address (open browser, type in IP, open FTP client,
> type in internal ip) I get nothing ("this web page cannot be
> found...")


Can you access it from the machine it's on with
http://localhost/whatever?

> Also, although I have forwarded all the relevant ports in the gateway
> router to the webserver on the internal network, when I type in the
> external address, I just get the configuration screen on the gateway
> router...


Maybe it gets confused routing the external IP address back in to the
local network? Can it be accessed from outside your network?

> IIS seems to be up and operating... (the website used to work a month
> ago, but I took it down to add in a VOIP gateway router, and just
> recently put it up again.
>
> What can I check? Why isn't the webserver or ftp server responding to
> the requests.... Thanks in advance.


Do the logs in %windir%\system32\logfiles give any hints? If it says
"Page could not be found" then that's the reponse from IIS - it'll be a
404 response in the current file in the W3SVC1 folder.

Andrew

 
Reply With Quote
 
Jeff Cochran
Guest
Posts: n/a

 
      12-24-2004, 11:50 AM
On Thu, 23 Dec 2004 14:10:14 GMT, "Allan" <(E-Mail Removed)> wrote:

>I am setting up a simple website and FTP server configuration on Windows
>2003 Server, and I have set them up. However, I cannot get them to do
>anything.
>
>When I try to test the website, I cannot access it with the machine's OWN
>internal IP Address (open browser, type in IP, open FTP client, type in
>internal ip) I get nothing ("this web page cannot be found...")
>
>Also, although I have forwarded all the relevant ports in the gateway router
>to the webserver on the internal network, when I type in the external
>address, I just get the configuration screen on the gateway router...
>
>IIS seems to be up and operating... (the website used to work a month ago,
>but I took it down to add in a VOIP gateway router, and just recently put it
>up again.
>
>What can I check? Why isn't the webserver or ftp server responding to the
>requests.... Thanks in advance.


Three groups posted to and you missed the entire IIS hierarchy. Try
reposting to microsoft.public.inetserver.iis.

Obvious possibilities:

Firewall blocking port 80
Default web site stopped
Service not running
ASP not configured as a web service
Browser trying to use proxy
Site not set to answer on all IP's

When you do post to the IIS group, try a Hello World HTML file and
post the full, exact error message you receive. Also see:

http://www.microsoft.com/windowsserv...s/default.mspx
http://support.microsoft.com/ph/2097

Jeff
 
Reply With Quote
 
mike
Guest
Posts: n/a

 
      12-29-2004, 07:39 AM
Opening the ports 21 and 80 on your router are not going to help. Here is
what I guess happens. You open this ports for traffic that comes from
outside of the router. When you put in your IP address the router realizes
that this is targeting itself and therefore the request never goes out and
as a consequence never comes in. Instead it pulls up the configuration page
of itself. It seems to me the only way to test it is if you are on the other
side of the router either by using a computer at work/home or buy using a
second router. You can test the webpage on your server machine by typing in
//localhost/ or //localhost/nameOfPage.

If my assumption above is wrong then I would be interested on how you did
solve the problem.

Regards,
Rob


"Allan" <(E-Mail Removed)> wrote in message
news:alAyd.14778$KO5.8810@clgrps13...
> I am setting up a simple website and FTP server configuration on Windows
> 2003 Server, and I have set them up. However, I cannot get them to do
> anything.
>
> When I try to test the website, I cannot access it with the machine's OWN
> internal IP Address (open browser, type in IP, open FTP client, type in
> internal ip) I get nothing ("this web page cannot be found...")
>
> Also, although I have forwarded all the relevant ports in the gateway

router
> to the webserver on the internal network, when I type in the external
> address, I just get the configuration screen on the gateway router...
>
> IIS seems to be up and operating... (the website used to work a month ago,
> but I took it down to add in a VOIP gateway router, and just recently put

it
> up again.
>
> What can I check? Why isn't the webserver or ftp server responding to the
> requests.... Thanks in advance.
>
>



 
Reply With Quote
 
 
 
Reply

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how can I setup mail server in server 2003 ? ads Windows Networking 2 04-09-2007 07:59 PM
Can't access access point's setup page str0be Home Networking 18 03-15-2006 11:41 PM
Wireless Access Setup Andrew Wireless Networks 1 01-13-2005 08:35 PM
FTP access setup on Win2003 Server as DC =?Utf-8?B?S2V2aW4=?= Windows Networking 1 11-17-2004 01:48 PM
Two NICs, can't access/setup WAP Arthur Dent Wireless Internet 0 10-30-2003 06:48 AM



1 2 3 4 5 6 7 8 9 10 11