This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NAT question - what am I missing?

I have a LAMP server (Ubuntu 10) running on VMware ESXi 4. The LAMP server static IP is 192.168.133.112; it's FQDN is localhost.localdomain.

My ASG is a software appliance v7.505.

I use DynDns on the external IF (cable modem ISP). (notreally.dyndns.org)

The web site on the LAMP server is accessible internally. (http://192.168.133.112/directory/)

Here's the problem:
When anyone tries to access the web site externally using the DynDns URL, the address in their browser changes from http://notreally.dyndns.org/directory/ to http://192.168.133.112/directory/default.php, and of course, no more packets get transferred.

I have tried DNAT and Full NAT to move packets from the external IF port 80, to the LAMP server port 80 and back, which works for the initial contact.

What am I missing here? I thought I knew NAT pretty well...

Mike


This thread was automatically locked due to age.
Parents
  • Sounds more likely to me to be an Apache thing.  Look in your Apache logs to possibly see what's happening.  You may want to take a look at your apache config, paying attention to any use of mod-rewrite and htaccess files.
Reply
  • Sounds more likely to me to be an Apache thing.  Look in your Apache logs to possibly see what's happening.  You may want to take a look at your apache config, paying attention to any use of mod-rewrite and htaccess files.
Children
No Data