> -----Original Message----- > From: [email protected] [mailto:linux-ha- > [email protected]] On Behalf Of Dejan Muhamedagic > Sent: Monday, February 09, 2009 8:59 AM > To: [email protected]; General Linux-HA mailing list > Subject: Re: [Linux-HA] IPv6addr heartbeat > > Hi, > > On Mon, Feb 09, 2009 at 04:34:37PM +0100, Mariusz Blank wrote: > > Is /IPv6addr/ resource agent used by /Heartbeat/ to configure IPv6 > > ServiceAddresses? > > I do not know how to use. > > I put into my haresources a line: > > ipgw0301 IPv6addr::2001:0:0:0:0:0:0:7/124/bond0 > > IPv6addr::2000:0:0:0:0:0:0:C/122/bond1 > > but is seems not to be correct. > >
Your IPv6 syntax isn't correct. Also, you should use /64 as the subnet. So, with that, your syntax would look like: ipgw0301 IPv6addr::2001::7/64/bond0 ipgw0302 IPv6addr::2000::C/64/bond1 -> you didn't have the name reference on this line You should also consider that the 2000::/23 space is unallocated and the 2001::23 is allocated to IANA as reserved. If you are testing that's fine, but you should move to valid v6 space to be safe. Regards, Mike
PGP.sig
Description: PGP signature
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
