On Fri, May 24, 2002 at 12:27:44PM +0530, Arun Kumar Dheena wrote:
>          When I try to lftp <domain-name> from my
> IPv6 host to another IPv6 host within my same network, 
> what happens is, the lftp send "A" type Query instead of 
> "AAAA" type Query to resolve the domain name.
> The IPv6 DNS will respond only to AAAA
> type query and hence couldn't resolv it. 
> Note that, lftp <ipv6-address> works fine.
> 
> I want to know whether there is anyway to force
> the lftp to send AAAA type query.

You can try this:

        set dns:order inet6
        
But it is only address ordering thing, lftp should also query AAAA by default.
I.e. the default is `set dns:order inet inet6'.

-- 
   Alexander.                      | http://www.yars.free.net/~lav/  

Reply via email to