I did use the tutorial to get set up. I’ve gone back through the steps to make sure everything is as it should be. Again, when I change the WordPress & Blog URL’s to the internal IP/blog & internal IP respectively the system works fine, which would seem to indicate that things are where they ought to be per the tutorial.
Here’s the index.php file from my /var/www directory:
**********************************************************
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./blog/wp-blog-header.php’);
?>
***********************************************************