[Bug 893] With Reliant Unix (5.44/5.45) a connection fails if the host isn’t known in DNS

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Jul 6 19:41:52 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=893





------- Additional Comments From dtucker at zip.com.au  2004-07-06 19:41 -------
nslookup is not a good test, usually it does not normally use gethostbyname or
getaddrinfo, but rather sends DNS requests itself (bypassing the local
resolver).  Try some other programs, eg ping, telnet (and if possible one that
uses getaddrinfo and one that uses gethostbyname). 

Is BROKEN_GETADDRINFO defined in config.h for either of 3.7.1p2 or 3.8.1p1?

You can also try this test program,, which I wrote last time we had reports of
problems with getaddrinfo:
http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=108675611705663



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list