Bugs item #3572837, was opened at 2012-09-28 11:06
Message generated for change (Settings changed) made by jrvilda
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3572837&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: name resolving/DNS
Group: None
Status: Open
>Resolution: None
Priority: 5
Private: No
Submitted By: wowberk (jrvilda)
Assigned to: Daniel Stenberg (bagder)
Summary: Problem resolving an ipv6 hostname
Initial Comment:
C:\>curl --version
curl 7.27.0 (i386-pc-win32) libcurl/7.27.0 OpenSSL/1.0.0j zlib/1.2.7 libidn/1.18 libssh2/1.4.2 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN Largefile NTLM SSL SSPI libz
C:\>curl "rtmp://hosttest.local/app/streamer -o file -v -6
* Couldn't resolve host 'hosttest.local'
* Closing connection #0
curl: (6) Couldn't resolve host 'hosttest.local'
C:\>curl "rtmp://hosttest.local/app/streamer -o file -v
* About to connect() to hosttest.local port 1935 (#0)
* Trying 10.10.10.10...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* connected
* Connected to hosttest.local (10.10.10.10) port 1935 (#0)
{ [data not shown]
100 4793k 0 4793k 0 0 2223k 0 --:--:-- 0:00:02 --:--:-- 3448k^C
C:\>nslookup
DNS request timed out.
timeout was 2 seconds.
Default Server: UnKnown
Address: aaaa:bbbb:c:dddd::a
> set type=AAAA
> hosttest.local
Server: UnKnown
Address: aaaa:bbbb:c:dddd::a
Non-authoritative answer:
Name: 1.hosttest.local
Addresses: aaaa:bbbb:c:dddd::13
aaaa:bbbb:c:dddd::11
Aliases: hosttest.local
----------------------------------------------------------------------
>Comment By: wowberk (jrvilda)
Date: 2012-09-28 13:33
Message:
the download URL is:
http://curl.haxx.se/dlwiz/?type=bin&os=Win32&flav=-&ver=2000%2FXP
Is there any binary with this functionality?
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Date: 2012-09-28 13:16
Message:
Note how your 'Features:' line does not include the string "IPv6"
indicating that your curl build is not IPv6-enabled...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3572837&group_id=976
Received on 2012-09-28