I have a web server question

Discussions about anything Computer Hardware Related. Overclocking, underclocking and talk about the latest or even the oldest technology. PCA Reviews feedback
Post Reply
User avatar
goobee
Senior Member
Posts: 119
Joined: Sun Dec 30, 2001 9:04 pm
Location: Sunny California
Contact:

I have a web server question

Post by goobee »

I've been pulling my hair out trying to get both a ftp and web server up in my house. I have 7 computers hooked up to a SMC Barracade SCM7008BR router. As with most routers, this one allows you to open up ports to specific machines to run servers. For several weeks now, I have been trying all kinds of configurations + server software without success. My servers are not accessible from the web.

I finally figured out what the problem is. I unhooked the cable modem from the router and ran it straight into one of my boxes. I then went to one of those on-line security sites and had it probe my ports. Have a gander at this!!

Click here

According to the probe, ports 21 and 80 are invisible, which means that they are blocked. I can use a non-blocked port for the ftp server but none of the other ports seem to work for my web server. It seems to only be recognized at port 80. I can choose any port I want in the server cofiguration but it doesn't seem to work. I even tried running it on a "DMZ" setting.

Thoughts, comments, on using a non standard port to run a web server?
PreDatoR
Life Member
Posts: 5554
Joined: Wed Nov 22, 2000 8:01 pm

Post by PreDatoR »

you by any chance running WinXP Pro with the built in firewall on?
User avatar
goobee
Senior Member
Posts: 119
Joined: Sun Dec 30, 2001 9:04 pm
Location: Sunny California
Contact:

Post by goobee »

Nope, Win98se, no firewalls on the machines.
User avatar
fearfox
Golden Member
Posts: 1248
Joined: Wed Oct 03, 2001 9:58 am
Location: Los Angeles California
Contact:

Post by fearfox »

router has firewall sometimes. Have you called company of the router sometimes it helps.
User avatar
Busby
Golden Member
Posts: 1890
Joined: Tue Nov 28, 2000 6:25 pm
Location: Atlanta Area, GA, USA
Contact:

Post by Busby »

How are you typing in the web address? Just plain old http://www.blah.com or [url]http://www.blah.com:xxxx[/url] where xxxx is the port number of the Web server? In other words, IE and netscape, by default look at port 80 when a URL is typed in. If you specific after the URL what port, use a colon between the two, then it should work.
User avatar
goobee
Senior Member
Posts: 119
Joined: Sun Dec 30, 2001 9:04 pm
Location: Sunny California
Contact:

Post by goobee »

Originally posted by Busby
How are you typing in the web address? Just plain old http://www.blah.com or [url]http://www.blah.com:xxxx[/url] where xxxx is the port number of the Web server? In other words, IE and netscape, by default look at port 80 when a URL is typed in. If you specific after the URL what port, use a colon between the two, then it should work.
Thanks Busby, that was it. it works great now. Just adding the port number was all it needed. I can use any unblocked port now.

Thanks everyone for their assistance. :)
Post Reply