Web Design Forums

Server Administration Help

Need help installing or configuring your Linux, Apache, PHP & MySQL server? Perhaps your Windows IIS Server too? Post your problems here!

IIS 6 not allowing connections from internet.



Site of the Month Voting - Now Open. CAST YOUR VOTE NOW!

Reply
 
LinkBack Thread Tools
Old September 27 '06, 05:14 AM (#1)
dandono_ is offline
WDF Member
 
dandono_'s Avatar
 
Join Date: March 2006
Location: Cornwall, UK
Posts: 30
dandono_ is an unknown quantity at this point
Send a message via AIM to dandono_ Send a message via MSN to dandono_
IIS 6 not allowing connections from internet.

Hi, I have a server with IIS 6 installed and I can retrieve any page from it from any of my workstations on the network but when i try to view anything from school or validator.w3.org it gives me a very long wait and then a timeout. I have a firewall installed on my server which is set up to allow port 80 connections but it also has a per application controll. Does anyone know all the .exe files i need to allow access to the internet?
Thanks, dandono_.

ps: hope this is the right place to post.. the forum title says IIS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 27 '06, 09:55 AM (#2)
filburt1 is offline
bored
 
filburt1's Avatar
 
Join Date: July 2002
Location: Maryland, US
Posts: 11,785
filburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to all
Yes, this is the right forum.

What's the firewall in question?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 27 '06, 11:57 AM (#3)
dandono_ is offline
WDF Member
 
dandono_'s Avatar
 
Join Date: March 2006
Location: Cornwall, UK
Posts: 30
dandono_ is an unknown quantity at this point
Send a message via AIM to dandono_ Send a message via MSN to dandono_
my firewall is McAfee Personal Firewall Plus. I only use it because its free from my isp.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 27 '06, 02:30 PM (#4)
Shadowfiend is offline
Code beautifully and honorably
 
Shadowfiend's Avatar
 
Join Date: June 2005
Location: Atlanta, GA
Posts: 4,143
Shadowfiend has a reputation beyond reputeShadowfiend has a reputation beyond reputeShadowfiend has a reputation beyond reputeShadowfiend has a reputation beyond reputeShadowfiend has a reputation beyond reputeShadowfiend has a reputation beyond reputeShadowfiend has a reputation beyond reputeShadowfiend has a reputation beyond reputeShadowfiend has a reputation beyond reputeShadowfiend has a reputation beyond reputeShadowfiend has a reputation beyond repute
Are you connected through a router? Or through a DSL/Cable modem? Either or both a router and a DSL/cable modem may have their own hardware firewalls integrated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 27 '06, 02:49 PM (#5)
filburt1 is offline
bored
 
filburt1's Avatar
 
Join Date: July 2002
Location: Maryland, US
Posts: 11,785
filburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to all
The most likely cause is that your ISP blocks connections via port 80. The majority do so people can't run web servers. I'm lucky that mine doesn't...they don't block IMAP or even SMTP as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 27 '06, 04:32 PM (#6)
dandono_ is offline
WDF Member
 
dandono_'s Avatar
 
Join Date: March 2006
Location: Cornwall, UK
Posts: 30
dandono_ is an unknown quantity at this point
Send a message via AIM to dandono_ Send a message via MSN to dandono_
i have a bt voyager 105 adsl modem. i am with aol which i dont think filter any ports exsept 25 which is smtp to "stop spam". i am using iis 6 with windows server 2003 sp1. it used to work when i was using windows xp but now it only works on my network. i have to see if i or a mate can connect to a ftp server or another server on my server to see if it is an application thing or maybe a firewall thing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 27 '06, 04:35 PM (#7)
filburt1 is offline
bored
 
filburt1's Avatar
 
Join Date: July 2002
Location: Maryland, US
Posts: 11,785
filburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to all
If they can connect via FTP, that doesn't mean much because FTP uses port 20/21 whereas HTTP uses port 80.

Try this; away from home, open a command prompt. Type:
Code:
telnet your IP address 80
Then, type the following. It might not show up on the screen. Press Enter twice when you're done with the line.
Code:
GET / HTTP/1.0
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 27 '06, 05:00 PM (#8)
dandono_ is offline
WDF Member
 
dandono_'s Avatar
 
Join Date: March 2006
Location: Cornwall, UK
Posts: 30
dandono_ is an unknown quantity at this point
Send a message via AIM to dandono_ Send a message via MSN to dandono_
my mate just telnet'd my server like you said and he got "connection failed". What does this mean? firewall or isp problem or server problem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 27 '06, 05:09 PM (#9)
filburt1 is offline
bored
 
filburt1's Avatar
 
Join Date: July 2002
Location: Maryland, US
Posts: 11,785
filburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to all
If you can access it locally, but others can't access it externally, that means either a firewall or ISP. It's almost certainly the ISP. It's possible IIS is set to not allow external connections, but for the few months I used IIS, I don't remember such a setting being enabled by default.

Try making IIS listen on another port, like 8080 or 81, and see if he can connect that way (remember to add :8080, :81, etc. to the URL as necessary).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 27 '06, 05:31 PM (#10)
dandono_ is offline
WDF Member
 
dandono_'s Avatar
 
Join Date: March 2006
Location: Cornwall, UK
Posts: 30
dandono_ is an unknown quantity at this point
Send a message via AIM to dandono_ Send a message via MSN to dandono_
i found out what was happening.. i had the server set up with the Microsoft Defaults which installed Remote Routing and whatever its called but with that it enabled the windows firewall which i thought was dissabled.. I have another firewall installed which is setup like i want it to but windows firewall was overriding the allow list and blocking all connections exsept file sharing.. this denied connections on all ports exsept file sharing and so my server was in a "lockdown" i fixed it by removing the role and now it works. Thanks everyone for helping me diag this!! btw: i fixed it in like 20 seconds when i thought of that.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 27 '06, 05:37 PM (#11)
filburt1 is offline
bored
 
filburt1's Avatar
 
Join Date: July 2002
Location: Maryland, US
Posts: 11,785
filburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to allfilburt1 is a name known to all
Glad to hear you got it sorted, and even better that you posted it publicly so others in the future know what the problem is.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  Web Design Forums » Hosting and Server Setup » Server Administration Help

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Security - Important Tips syca5 General Discussion 2 February 25 '06 01:22 AM
Please review Internet Connections & Bandwidth cruwyser Website Ratings and Reviews 3 June 8 '04 04:14 AM
"anti-spyware-keypad.com internet security site" kristof Website Ratings and Reviews 4 April 7 '04 12:33 PM
Internet Standards Questionnaire paulsmith41 General Discussion 4 January 4 '03 07:01 PM
CodeRedHosting & Internet Services – Launch of New Website & Services Cranky For Hire / Wanted 0 October 26 '02 10:14 AM

 
User Infomation
Your Avatar

Site Of The Month
Nominate Your Site Now!

Advertisement
WolfCMS.org

Latest Articles
- by RickM
- by bfsog

Advertisement

Partner Links



All times are GMT -4. The time now is 01:53 PM.


WebDesignForums.net is Copyright © 2010 RikeMedia.

SEO by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164