| View previous topic :: View next topic |
| Author |
Message |
Dayclone
Joined: 19 Jun 2005
Posts: 13
|
| Posted: Sun Jun 19, 2005 4:24 pm Post subject: People can't access my server Help Please! |
|
|
Hey when I try letting people to access a file on my server it dosen't work. For me on the LAN network I get a HTTP 500 Internal Server Error, as for the other users they get a 403 Forbidden error. Their shouldn't be any ports I should forward but if their are please tell me them, I also set-up a DMZ in the router to expose the server out of LAN onto the internet. So what else could I do wrong?
the http addy is this http://24.71.223.140/Flanigan02.rar
That's the file except people can't access it... and no I DO NOT! want a DNS or any other kind of crap like that nothing really important on that server that is why I release the IP.
Thanks,
Steve |
|
| Back to top |
|
LiquidSnake
Joined: 23 May 2004
Posts: 267
Location: Middlesboro, KY
|
| Posted: Sun Jun 19, 2005 4:36 pm Post subject: |
|
|
24.71.223.140 is static or dynamic?
the error page it generates is not an apache2triad error page, you sure your ISP doesn't blobk port 80?? either that or a router problem. |
|
| Back to top |
|
Dayclone
Joined: 19 Jun 2005
Posts: 13
|
| Posted: Sun Jun 19, 2005 4:48 pm Post subject: |
|
|
Dynamic IP, and I'm pretty sure my ISP didn't block it cause I had it installed last time and it worked fine, and I also set-up the router correctly... I also just checked the logs here's what it has to say
OMG I JUST NOTICED!!! It keeps changing! the damn IP keeps changing! WTF LOL
403 Forbidden:
Content-language: en
Content-type: text/html; charset=ISO-8859-1
Body:----------en--
<!--#set var="TITLE" value="Access forbidden!"
--><!--#include virtual="include/top.html" -->
<!--#if expr="$REDIRECT_URL = /\/$/" -->
You don't have permission to access the requested directory.
There is either no index document or the directory is read-protected.
<!--#else -->
You don't have permission to access the requested object.
It is either read-protected or not readable by the server.
<!--#endif -->
<!--#include virtual="include/bottom.html" -->
----------en--
HTTP 500 Internal Server Error:
Content-language: en
Content-type: text/html; charset=ISO-8859-1
Body:----------en--
<!--#set var="TITLE" value="Server error!"
--><!--#include virtual="include/top.html" -->
<!--#if expr="$REDIRECT_ERROR_NOTES" -->
The server encountered an internal error and was
unable to complete your request.
<!--#include virtual="include/spacer.html" -->
Error message:
<br /><!--#echo encoding="none" var="REDIRECT_ERROR_NOTES" -->
<!--#else -->
The server encountered an internal error and was
unable to complete your request. Either the server is
overloaded or there was an error in a CGI script.
<!--#endif -->
<!--#include virtual="include/bottom.html" -->
----------en-- |
|
| Back to top |
|
LiquidSnake
Joined: 23 May 2004
Posts: 267
Location: Middlesboro, KY
|
| Posted: Sun Jun 19, 2005 5:00 pm Post subject: |
|
|
to quote myself again,
Quote: the error page it generates is not an apache2triad error page
does http://localhost/ work?
recheck your router |
|
| Back to top |
|
Dayclone
Joined: 19 Jun 2005
Posts: 13
|
| Posted: Sun Jun 19, 2005 5:01 pm Post subject: |
|
|
Yes http://localhost does work, what should I be checking in my router?
Edit: btw IP is now 24.71.223.148 |
|
| Back to top |
|
LiquidSnake
Joined: 23 May 2004
Posts: 267
Location: Middlesboro, KY
|
| Posted: Sun Jun 19, 2005 5:07 pm Post subject: |
|
|
#1 port 80 is open on your router firewall
#2 its sending port 80 requests to your a2t machine
it may be possible your router changing your computers IP, for example if your router assigns your a2t machine 192.168.1.100 , you setup your router to foreward to 192.168.1.100, which is ok, BUT if your router changes your a2t machine to 192.168.1.101 then you would get this message.
check to see if you can set your a2t to a static IP. |
|
| Back to top |
|
Dayclone
Joined: 19 Jun 2005
Posts: 13
|
| Posted: Sun Jun 19, 2005 5:19 pm Post subject: |
|
|
| No I staticed the router Ip to the a2t machine which is 192.168.0.101 and it cannot be changed! I'll just try re-installing at2. See if that works... |
|
| Back to top |
|
LiquidSnake
Joined: 23 May 2004
Posts: 267
Location: Middlesboro, KY
|
| Posted: Sun Jun 19, 2005 5:25 pm Post subject: |
|
|
first you have dynamic IP which will change, you need a static IP, or
Quote: and no I DO NOT! want a DNS or any other kind of crap like that nothing really important on that server that is why I release the IP.
the DNS crap you refer to is the only solution you have to keeping an IP, you dont really keep the IP it would be a domain which would be updated to your ever changing IP........
re-installing a2t will not help you, a2t does not control IP or DNS in anyway |
|
| Back to top |
|
rm249
Joined: 21 Dec 2005
Posts: 1
|
| Posted: Wed Dec 21, 2005 8:20 pm Post subject: |
|
|
| I would have to say that it is a router problem..... routers use ACLs (Access Control Lists) [I am a 3/4 CCNA certified] Try setting up port forwarding to your PC..... If that still does not work, try contacting your ISP. |
|
| Back to top |
|
| |