<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Basically, Kon was on point. Set up an internal DNS.<br>
<br>
Since you have atleast 8 servers, and I guess probably more, you really
need to think about using a local DNS, or you will have to modify the
hosts file on each one of those when&amp;if you make changes.<br>
<br>
Lp<br>
<br>
Neil Sheth wrote:
<blockquote
 cite="mid:d8a7c5e70810160215o34e0d86dnb282ae674de6da1@mail.gmail.com"
 type="cite">
  <pre wrap="">I just added the following in the /etc/hosts file for each of my servers:

10.0.0.2        mydomain.com
10.0.0.3        mydomain.com
10.0.0.4        mydomain.com
10.0.0.5        mydomain.com
10.0.0.6        mydomain.com
10.0.0.7        mydomain.com
10.0.0.8        mydomain.com
(repeated for each IP I have assigned)

A bit tedious, but seems to have solved the issue.  Any downsides to this?

Thanks!


On Thu, Oct 16, 2008 at 2:04 AM, CryptWizard <a class="moz-txt-link-rfc2396E" href="mailto:cryptwizard@gmail.com">&lt;cryptwizard@gmail.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Try adding an entry for it in /etc/hosts

On Thu, Oct 16, 2008 at 7:13 PM, Neil Sheth <a class="moz-txt-link-rfc2396E" href="mailto:nsheth@gmail.com">&lt;nsheth@gmail.com&gt;</a> wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">I think this IS the issue, Kon.  For example, I do:
traceroute -n 10.0.0.2
Returns immediately

I do
traceroute 10.0.0.2
Takes quite some time.

Thoughts on how to resolve this?  Perhaps my settings in ifcfg-eth1
aren't complete?

On Wed, Oct 15, 2008 at 11:23 PM, Kon Wilms <a class="moz-txt-link-rfc2396E" href="mailto:konfoo@gmail.com">&lt;konfoo@gmail.com&gt;</a> wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">On Wed, Oct 15, 2008 at 11:16 PM, Neil Sheth <a class="moz-txt-link-rfc2396E" href="mailto:nsheth@gmail.com">&lt;nsheth@gmail.com&gt;</a> wrote:
        </pre>
        <blockquote type="cite">
          <pre wrap="">Hmmm, it appears we have general problems with using our 10.0.0.x
addresses.  For example, doing something like:
ssh 10.0.0.2
takes a LONG time to return.

If I do something like
123.123.123 (my public IP),
things return promptly.

Perhaps this is a general networking question less than
nginx-specific, but thought I'd check if anyone has any good
suggestions!  Thanks!
          </pre>
        </blockquote>
        <pre wrap="">Let me guess your sshd is doing reverse DNS lookups and you have no
internal DNS serving your 10.x.x.x network.

Cheers
Kon


        </pre>
      </blockquote>
    </blockquote>
    <pre wrap="">
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>