[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

?????: DNS in LDAP



John S. Skogtvedt wrote:
> "host tjener" returns both found and not found (twice):
>   # host tjener
>   tjener.intern has address 10.0.2.2
>   Host tjener.intern not found: 3(NXDOMAIN)
>   Host tjener.intern not found: 3(NXDOMAIN)
> 
> I think that's a bug? It doesn't seem to break name lookup though.

	I think it may be due to multiple nameservers in your
/etc/resolv.conf.
It looks like 127.0.0.1, replies with the address, while another nameserver
has no idea.
Maybe you'd like to try:
# host tjener tjener
Or:
# host tjener 10.0.2.1
So you'd know who you're talking to.
Odd.


Reply to: