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@i7 activesyncd]$ curl http://[2001:8b0:10b:1:21d:7dff:fe04:dbe2]/
> >> curl: (3) [globbing] erro
On 06/21/2011 05:54 AM, Andreas Schwab wrote:
> David Woodhouse writes:
>
>> And curl is just broken for numeric IPv6 addresses completely:
>>
>> [dwmw2@i7 activesyncd]$ curl http://[2001:8b0:10b:1:21d:7dff:fe04:dbe2]/
>> curl: (3) [globbing] error: bad range specification after pos 9
>
> $ curl
David Woodhouse writes:
> And curl is just broken for numeric IPv6 addresses completely:
>
> [dwmw2@i7 activesyncd]$ curl http://[2001:8b0:10b:1:21d:7dff:fe04:dbe2]/
> curl: (3) [globbing] error: bad range specification after pos 9
$ curl http://\\\[2001:8b0:10b:1:21d:7dff:fe04:dbe2\\\]/
http://
On Thu, 2011-06-02 at 16:48 +0100, Daniel P. Berrange wrote:
> Anything with an fe80:: prefix is a link local address, which
> is only unique within the scope of a single LAN segment. Thus
> if you want to send traffic to such addresses, you need to specify
> the NIC to send the traffic out from.
On 06/02/2011 05:29 PM, Richard W.M. Jones wrote:
> I think we're talking at cross-purposes here. I want people to be
> able to test IPv6*on their local LAN only* next Wednesday with the
> minimum amount of fuss.
In that case: Since Fedora defaults to link-local, they would have to
run radvd loc
I think we're talking at cross-purposes here. I want people to be
able to test IPv6 *on their local LAN only* next Wednesday with the
minimum amount of fuss.
They can just test that it works between two machines, one Fedora, one
might be Fedora or it might be something else like Windows acting as
On 06/02/2011 05:02 PM, Richard W.M. Jones wrote:
> Given that I mostly don't know about IPv6, what's the best way for
> people to test IPv6 next Wednesday, given what I think are the
> following common limitations:
>
> - they'll have one (or two if we're lucky) Fedora machines
They could connec
On Thu, Jun 02, 2011 at 04:53:25PM -0500, Michael Cronenworth wrote:
> On 06/02/2011 04:11 PM, Richard W.M. Jones wrote:
> > Setting up 6to4 involves at least joining a service like sixxs, which
> > even if free takes a certain amount of time and effort.
>
> The method you quoted does not require
On 06/02/2011 04:11 PM, Richard W.M. Jones wrote:
> Setting up 6to4 involves at least joining a service like sixxs, which
> even if free takes a certain amount of time and effort.
The method you quoted does not require an account with a tunnel provider.
There is an RFC giving provisions for globa
On Thu, Jun 02, 2011 at 09:11:47PM +0200, fkoo...@tuxed.net wrote:
> On Thu, Jun 2, 2011 at 5:40 PM, Richard W.M. Jones wrote:
> > Is there an easy way I can set up IPv6 and a handful of machines on my
> > LAN for testing, without requiring any IPv6 internet connection or an
> > IPv6 assigned pre
On Thu, Jun 2, 2011 at 5:40 PM, Richard W.M. Jones wrote:
> Is there an easy way I can set up IPv6 and a handful of machines on my
> LAN for testing, without requiring any IPv6 internet connection or an
> IPv6 assigned prefix?
If you do want an assigned prefix, or real connectivity and not want
t
Am Donnerstag, den 02.06.2011, 12:16 -0400 schrieb Bernd Stramm:
> On Thu, 2 Jun 2011 17:07:47 +0100
> "Richard W.M. Jones" wrote:
>
> > On Thu, Jun 02, 2011 at 06:00:44PM +0200, Björn Persson wrote:
> > > Daniel P. Berrange wrote:
> > > > On Thu, Jun 02, 2011 at 04:40:10PM +0100, Richard W.M. Jo
On Thu, Jun 02, 2011 at 12:16:13PM -0400, Bernd Stramm wrote:
> On Thu, 2 Jun 2011 17:07:47 +0100
> "Richard W.M. Jones" wrote:
>
> > On Thu, Jun 02, 2011 at 06:00:44PM +0200, Björn Persson wrote:
> > > Daniel P. Berrange wrote:
> > > > On Thu, Jun 02, 2011 at 04:40:10PM +0100, Richard W.M. Jones
On Thu, 2 Jun 2011 17:07:47 +0100
"Richard W.M. Jones" wrote:
> On Thu, Jun 02, 2011 at 06:00:44PM +0200, Björn Persson wrote:
> > Daniel P. Berrange wrote:
> > > On Thu, Jun 02, 2011 at 04:40:10PM +0100, Richard W.M. Jones
> > > wrote:
> > > > The Linux machines on my LAN appear to have acquired
On Thu, Jun 02, 2011 at 06:00:44PM +0200, Björn Persson wrote:
> Daniel P. Berrange wrote:
> > On Thu, Jun 02, 2011 at 04:40:10PM +0100, Richard W.M. Jones wrote:
> > > The Linux machines on my LAN appear to have acquired IPv6 addresses, eg:
> > >
> > > $ ip addr show eth0
> > > 2: eth0: mtu 1500
Daniel P. Berrange wrote:
> On Thu, Jun 02, 2011 at 04:40:10PM +0100, Richard W.M. Jones wrote:
> > The Linux machines on my LAN appear to have acquired IPv6 addresses, eg:
> >
> > $ ip addr show eth0
> > 2: eth0: mtu 1500 qdisc pfifo_fast
> > state UNKNOWN qlen 1000
> >
> > link/ether 00:e0
On Thu, Jun 02, 2011 at 04:40:10PM +0100, Richard W.M. Jones wrote:
> Is there an easy way I can set up IPv6 and a handful of machines on my
> LAN for testing, without requiring any IPv6 internet connection or an
> IPv6 assigned prefix?
Yes, every system automatically chooses a link-local address.
On Thu, Jun 02, 2011 at 04:40:10PM +0100, Richard W.M. Jones wrote:
> On Wed, Jun 01, 2011 at 08:22:25AM +0200, fkoo...@tuxed.net wrote:
> > This [1] may be of some help as a high level overview of how to deploy
> > IPv6 on a LAN and various operating system IPv6 compatibilities.
> > Fedora is doin
On Wed, Jun 01, 2011 at 08:22:25AM +0200, fkoo...@tuxed.net wrote:
> This [1] may be of some help as a high level overview of how to deploy
> IPv6 on a LAN and various operating system IPv6 compatibilities.
> Fedora is doing quite well! The document is not a configuration help,
> but it might make
On Tue, May 31, 2011 at 8:28 PM, Adam Williamson wrote:
> it would be really good if people can pencil in this event on their
> calendars so we can get some testing of Fedora 15's IPv6 preparedness,
> and it would also be great if those who understand what the hell they're
> doing with IPv6 could
Hey, folks. If you follow the trac ticket notifications on test@ you may
have noticed this already, but I know it's easy to tune those out, and
I'm CCing devel@ so people following that list know about this too.
We're planning a Fedora IPv6 Test Day to coincide with World IPv6 Day on
June 8. This
21 matches
Mail list logo