Hi think I'm confused what you mean. I had to forward port 80 from my sme server (192.168.6.1) to another local web server (192.168.6.10) so that all requests from outside my network go straight to the web server. This works fine however I can not locally browse to any of my hosted domains on that webserver - it times out. If I ping the domain I get a response from the external interface IP of my SME server rather than the internal IP of the webserver.
If I add
192.168.6.10
www.domainb.com to /etc/hosts on SME I can ping the domain from SME server but all my workstations still get ping responses from the external IP of SME.
I hope this clarifies my problem! I simply need to get my local workstations to be able to view my hosted websites as external users do.