Perplexing Intranet/Internet Issue
-
I’m hosting WP 2.3 on a fresh Ubuntu server 7.04 install. My ISP blocks port 80. I forward port 8080 for HTTP. My ISP also assigns me a dynamic IP. I use NAMECHEAP’s DDNS service. I update my IP using the dl-DDNS script for NAMECHEAP.
My WP install works fine when OPTIONS are set to point to my internal IP. When OPTIONS are set to point to https://www.doxodoulos.org (my domain name) the request does not properly resolve. I get blank screens. Same results occur using the internal & external IP’s (even with the :8080).
The exception to this is if I type https://www.doxodoulos.org/blog/wp-admin. I get a login screen, but without the proper CSS styling.
Sounds like a DNS issue. However, I’m also running eGroupware on the same machine. When I point to https://www.doxodoulos.org/egroupware I get to my eGroupware login page and everything works fine. This, and the fact that I can get to the ‘UN-styled’ admin login, leads me to believe that DNS is not the issue.
I’ve tried removing my ‘themes’ directory. This had no effect. I’ve tried removing my ‘plugins’ directory. No effect.
The machine is named ‘ubuntu2’ on my intranet. My router is set to assign the static IP of 192.168.0.110. Port 8080 is forwarded to this box. Here is my /etc/hosts file:
**********************************************************
127.0.0.1 localhost ubuntu2
192.168.0.110 https://www.doxodoulos.org**********************************************************
Hopefully that gives you all enough to get started. I’m very appreciative for this forum. It’s already been a great help. Any insight any of you can give will be greatly appreciated.
- The topic ‘Perplexing Intranet/Internet Issue’ is closed to new replies.