RTFI – Closing request. I failed to update the wp_options record where option_name = ‘home’ to the remote url that points back to my local site.
So, in review setting the wp_config records where option_name = ‘siteurl’ and ‘home’ corrected the remote access.
I have also modified my httpd.conf and uncommented the line
“LoadModule rewrite_module modules/mod_rewrite.so”
Remote access is working correctly (after really quick check) and so is local access to my dashboard.
Jim
Additional install info (server WAMP on Windozs 7).
I should have added, changing wp_options siteurl to my dyndns address allows remote access to the home page, it does not correct the child pages which continues to report 192.168.0.10 (which is my local development server). And trying to now login to my local development server via 192.168.0.10/wp-admin automatically takes me to http://dyndns_address/wp-admin and I am unable to log in with my regular credentials.