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?
I have a web server question
- Busby
- Golden Member
- Posts: 1890
- Joined: Tue Nov 28, 2000 6:25 pm
- Location: Atlanta Area, GA, USA
- Contact:
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.
- goobee
- Senior Member
- Posts: 119
- Joined: Sun Dec 30, 2001 9:04 pm
- Location: Sunny California
- Contact:
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.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 everyone for their assistance.