Re: IPv6, IPv4 and /etc/resolv.conf problems

2000-02-22 Thread 梅本 肇

Hi,

 On Tue, 22 Feb 2000 13:24:51 +0100 (MET)
 Borja Marcos [EMAIL PROTECTED] said:

borjam 1 -  host.domain (following the "domain" or "search" directive)
borjam 2 -  host
borjam 3 - A host.domain
borjam 4 - A host

Specifying `options no_tld_query' in /etc/resolv.conf may helps you.

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
[EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
http://www.imasy.org/~ume/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: IPv6, IPv4 and /etc/resolv.conf problems

2000-02-22 Thread Borja Marcos

 
 Hi,
 Specifying `options no_tld_query' in /etc/resolv.conf may helps you.

Yes, you're right, thanks

But, isn't that behavior a bug?



Borja.

-- 
***
Borja Marcos* Internet: [EMAIL PROTECTED]
Alangoeta, 11 1 izq *   [EMAIL PROTECTED]
48990 - Algorta (Vizcaya)   *   [EMAIL PROTECTED]
SPAIN   *   [EMAIL PROTECTED]
***
--- FreeBSD, turning PCs into workstations



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: IPv6, IPv4 and /etc/resolv.conf problems

2000-02-22 Thread Yoshinobu Inoue

  
  Hi,
  Specifying `options no_tld_query' in /etc/resolv.conf may helps you.
 
   Yes, you're right, thanks
 
   But, isn't that behavior a bug?

Yes the behaviour of getaddrinfo() is bug.
But as you already have noticed it, the fix is not simple, so
it will be tried after 4.0.

For 4.0, please also try '-4' option as another workaround.
When you specify '-4' option for IPv4/IPv6 dual support apps,
then it will only try to query A record.

Thanks,
Yoshinobu Inoue


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message