LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Problem getting router to forward port to Ubuntu box (https://www.linuxquestions.org/questions/linux-server-73/problem-getting-router-to-forward-port-to-ubuntu-box-696525/)

apache2 01-11-2009 12:13 PM

Problem getting router to forward port to Ubuntu box
 
Okay, I'm trying to help my friend make a simple Ubuntu web server on port 8000 (80 is blocked by his ISP), but it doesn't seem to be working.

Here is his (odd) setup:

http://jamieh.ath.cx:8000/forum/no-8000.png

The 2Wire is forwarding 8000 TCP to the DLink, and the DLink is forwarding 8000 TCP to 192.168.1.101 (The Ubuntu Box), which is listening to port 8000.

--
Here's his error log:

[Sun Jan 11 01:57:36 2009] [notice] caught S
11:15:23 PM
IGTERM, shutting down
[Sun Jan 11 01:57:39 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Sun Jan 11 01:57:40 2009] [notice] Digest: generating secret for digest authentication ...
[Sun Jan 11 01:57:40 2009] [notice] Digest: done
[Sun Jan 11 01:57:40 2009] [notice] Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7l DAV/2 configured -- resuming normal operations
[Sun Jan
11:15:23 PM
11 02:01:54 2009] [notice] caught SIGTERM, shutting down
[Sun Jan 11 02:01:55 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Sun Jan 11 02:01:55 2009] [notice] Digest: generating secret for digest authentication ...
[Sun Jan 11 02:01:55 2009] [notice] Digest: done
[Sun Jan 11 02:01:55 2009] [notice] Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7l DAV/2 configured -- r
11:15:23 PM
esuming normal operations

His httpd.conf is just the default with "Listen 80" changed to "Listen 8000".

--
Can someone see whats wrong?
Thanks

bapigoo9 01-11-2009 05:00 PM

Can you explain what you think is wrong, and what is not working? And, how should it work? Aside from the cache error, there is no error in the output you listed.


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