A work around the DNS is editing the /etc/hosts file and hard coding your servers there.  Do you have access to this file?<br><br><br><div class="gmail_quote">On Mon, Jan 10, 2011 at 9:08 AM, Tapas Mishra <span dir="ltr"><<a href="mailto:mightydreams@gmail.com">mightydreams@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">On Mon, Jan 10, 2011 at 5:31 PM, Tapas Mishra <<a href="mailto:mightydreams@gmail.com">mightydreams@gmail.com</a>> wrote:<br>

> Hi all.<br>
> The problem I am reporting is not very clearly evident to me.<br>
> I have a virtualization setup where in I had configured in 4 virtual<br>
> machines (which serve 4 different websites)  available to internet via<br>
> a<br>
> Reverse Proxy on the Host OS (bare metal) I use Ubuntu 10.04 64 bit<br>
> server edition and kvm for this setup.<br>
><br>
> We have not changed any of the server configurations from past 6<br>
> months since things were working properly without any problem on this<br>
> server.<br>
> The sites are available to people as<br>
><br>
><br>
> <a href="http://site1.myserver.com" target="_blank">http://site1.myserver.com</a> <-- No problem<br>
> <a href="http://site1.myserver.com/app1" target="_blank">http://site1.myserver.com/app1</a> <-- Gives problem till weekend there<br>
> was no problem<br>
><br>
> <a href="http://site4.myserver.com" target="_blank">http://site4.myserver.com</a>   <--Is also giving problem till this Sunday<br>
> 9 Jan there were no problem.<br>
><br>
> Here are the error messages which I see in Apache logs<br>
><br>
> Mon Jan 10 17:07:05 2011] [error] [client 172.21.100.250] proxy: DNS<br>
> lookup failure for: <a href="http://site4.myserver.com" target="_blank">site4.myserver.com</a> returned by /<br>
> [Mon Jan 10 17:07:06 2011] [error] [client 172.21.100.250] proxy: DNS<br>
> lookup failure for: <a href="http://site4.myserver.com" target="_blank">site4.myserver.com</a> returned by /<br>
><br>
> and for <a href="http://site1.myserver.com/app1" target="_blank">site1.myserver.com/app1</a> also I get same error<br>
><br>
> [Mon Jan 10 17:06:01 2011] [error] [client 172.21.100.250] proxy: DNS<br>
> lookup failure for: <a href="http://site1.myserver.com" target="_blank">site1.myserver.com</a> returned by /app1/<br>
> [Mon Jan 10 17:06:01 2011] [error] [client 172.21.100.250] proxy: DNS<br>
> lookup failure for: <a href="http://site1.myserver.com" target="_blank">site1.myserver.com</a> returned by /app1/<br>
> [Mon Jan 10 17:06:02 2011] [error] [client 172.21.100.250] proxy: DNS<br>
> lookup failure for: <a href="http://site1.myserver.com" target="_blank">site1.myserver.com</a> returned by /app1/<br>
><br>
><br>
> How ever when some one tries to access <a href="http://site1.myserver.com" target="_blank">http://site1.myserver.com</a> there<br>
> is no error at all.<br>
> Also if I access  <a href="http://site5.somebody_server.com" target="_blank">http://site5.somebody_server.com</a> (which is same as<br>
> <a href="http://site4.myserver.com" target="_blank">http://site4.myserver.com</a> pointing to same public IP) but on some body<br>
> elses server<br>
> then there is no problem at all and the site is very clearly visible.<br>
><br>
><br>
> Let me know what more should I look for I have no clue of this problem.<br>
> Because these error messages which I just report in this thread were<br>
> not at all present until today  morning.<br>
><br>
><br>
><br>
> --<br>
><br>
<br>
</div></div>Ok after having a long trouble shooting hours found the root cause<br>
 my proxy pass entries look as follows<br>
<br>
  ProxyPass /app1 <a href="http://192.168.1.3:8080/app1" target="_blank">http://192.168.1.3:8080/app1</a><br>
  ProxyPass / <a href="http://192.168.1.3" target="_blank">http://192.168.1.3</a><br>
  ProxyPassReverse /app1 <a href="http://192.168.1.3:8080/app1" target="_blank">http://192.168.1.3:8080/app1</a><br>
  ProxyPassReverse / <a href="http://192.168.1.3" target="_blank">http://192.168.1.3</a><br>
<br>
If I use the entries as above then some one from internet is able to<br>
access the sites.But from within LAN people are unable to access it.<br>
<br>
How ever if I use<br>
<br>
  ProxyPass /app1 <a href="http://site1.myserver.com:8080/app1" target="_blank">http://site1.myserver.com:8080/app1</a><br>
  ProxyPass / <a href="http://site1.myserver.com" target="_blank">http://site1.myserver.com</a><br>
  ProxyPassReverse /app1 <a href="http://site1.myserver.com:8080/app1" target="_blank">http://site1.myserver.com:8080/app1</a><br>
  ProxyPassReverse / <a href="http://site1.myserver.com" target="_blank">http://site1.myserver.com</a><br>
<br>
then things work on LAN but from internet it is not accessible and<br>
errors are the ones I mentioned above in the thread.<br>
<br>
What can be a solution in this case as I do not have a DNS at my<br>
disposal I am simply not allowed to have one.<br>
Can some one suggest any thing?<br>
<div><div></div><div class="h5"><br>
--<br>
ubuntu-server mailing list<br>
<a href="mailto:ubuntu-server@lists.ubuntu.com">ubuntu-server@lists.ubuntu.com</a><br>
<a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-server" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-server</a><br>
More info: <a href="https://wiki.ubuntu.com/ServerTeam" target="_blank">https://wiki.ubuntu.com/ServerTeam</a><br>
</div></div></blockquote></div><br>