From cmadams at hiwaay.net Thu Jun 4 19:11:20 2015 Content-Type: multipart/mixed; boundary="===============9138533242666424886==" MIME-Version: 1.0 From: Chris Adams To: devel at lists.fedoraproject.org Subject: Re: Heads up: impending IPv6 Test Day Date: Tue, 21 Jun 2011 11:02:02 -0500 Message-ID: <20110621160202.GC25261@hiwaay.net> In-Reply-To: 4E00BD09.7020205@redhat.com --===============9138533242666424886== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Once upon a time, Josh Stone said: > On 06/21/2011 05:54 AM, Andreas Schwab wrote: > > David Woodhouse writes: > > = > >> And curl is just broken for numeric IPv6 addresses completely: > >> > >> [dwmw2(a)i7 activesyncd]$ curl http://[2001:8b0:10b:1:21d:7dff:fe04:db= e2]/ > >> curl: (3) [globbing] error: bad range specification after pos 9 > > = > > $ curl http://\\\[2001:8b0:10b:1:21d:7dff:fe04:dbe2\\\]/ > > > = > Or "curl -g" to disable globbing... It still can't handle link-local addresses: $ curl -g 'http://[fe80::230:48ff:fe41:51d5%br0]/' curl: (6) Could not resolve host: [fe80::230:48ff:fe41:51d5%br0]; Cannot al= locate memory Lynx and Elinks make the request OK but includes the '%br0' in the Host: header, which lighttpd (at least) answers with "400 Bad Request". Firefox works (it strips the %br0 from the address before putting it in the Host: header). It would appear that the CLI/terminal web client support for IPv6 link-local addresses is lacking. -- = Chris Adams Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble. --===============9138533242666424886==--