LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Apache and ADSL (https://www.linuxquestions.org/questions/linux-networking-3/apache-and-adsl-49148/)

vous 03-10-2003 03:20 PM

Apache and ADSL
 
Hello,

Well I'm at the spot where I have setup my Apache WebServer Bind to ip address 10.0.0.X, so obviously if I go to:
http://10.0.0.X I will get my home page. So this part works OK.

Now moving on to the ADSL modem...if I type in my external ip from the same box where my apache is running, I come to the same page you get if you would type in (I assume it is the same for all Alcatel/speedTouch modems):
10.0.0.138 which is the home page of the modem configuration. So, my first question is, how can I redirect that hit to go to my apache?

The second problem I have is that when I try to hit my external ip from the outside, meaning I would go to another location and hit it from there...it can't find the server.

Any thoughts...???

RSKeisuke 03-10-2003 04:28 PM

You need to have some kind of port forwarding capability from your modem. I don't know anything about your specific model, but root around in the page that comes up when you type in its address on the local network. You will need to tell it to forward tcp port 80 to the ip of the machine your server is running on. Hope this helps.


All times are GMT -5. The time now is 04:37 AM.