redirect to 192.168.x.x ip address

Hi,
I've been giving wordpress a test run - after having a lot of success with Trac/Subversion and Redmine.
Accessing WP from inside my home network works just fine. However, when I hit it externally, I see the jumpbox toolbar at the top (so I know that the server is responding and the firewall/port forwarding is working). However, the wordpress frame errors out because it's trying to open using 192.168.0.22 and, of course, that doesn't work over the internet.
Any idea what could be happening here?

You can use host name to

You can use host name to access your site. I use dyndns.org for a free dynamic dns name. This way you can access it locally and remotely. I'll remove the Jumpbox frame and accesss the application url directly to avoid possible problem.

redirect to 192.168.x.x ip address

Yeah, the application (along with a few other ones) hardcodes the the IP address in many of their links and other references. This makes it nearly impossible for it to be accessed both internally and externally (since the IP you will have to use changes).

So, if you are going to only access it internally OR externally we can manually fix it to use one IP or the other. If you have apache skills we might be able to play some tricks and make it work in both situations ... but that starts getting messy.

Austin

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.