Comment 3 for bug 510086

Revision history for this message
Stephane Chazelas (stephane-chazelas) wrote : Re: [Bug 510086] Re: localhost connection timeouts after start of eucalyptus

2010-01-30 02:37:08 -0000, Daniel Nurmi:
[...]
> I'm unable to reproduce this problem with (pre) Eucalyptus 1.6.2; with a
> running active CC in MANAGED mode (which has the masq rule in place), I
> can telnet to localhost port 22 (for example) without a problem, and
> sshing to localhost shows that I'm logged in from 'localhost' (implying
> that there is no nat going on).
[...]

Hi Daniel,

the thing is, it's for ports where there's no listener that
there's problem. Obviously, you've got a listener here as you
managed to ssh.

Try: telnet localhost 2
for instance (assuming you've got no service on port 2), you'll
see telnet hanging instead of returning with a "connection
refused" error message (that is, if you can reproduce the bug,
but I'm quite confident that it's easily reproducible as it
happened after a fresh install of Ubuntu Cloud with default
parameters)

Best regards,
Stephane