Hi Steve,

It was a configuration problem. Thanks to Fabio. He helped me with
proper interface/openais configuration and with that I am able to bring
up openais on IPv6 interface. Copying the configuration details below
for future reference for anybody who wants to run openais on IPv6.

[EMAIL PROTECTED] ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
IPV6INIT=yes
IPADDR=192.168.90.47
NETMASK=255.255.255.0
GATEWAY=192.168.90.1
IPV6ADDR=2001:41a8:604:1::121/64
IPV6INIT=yes
IPV6_AUTOCONF=no
TYPE=Ethernet
USERCTL=yes
PEERDNS=yes


[EMAIL PROTECTED] ~]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:11:11:CB:A3:1B  
          inet addr:192.168.90.47  Bcast:192.168.90.255
Mask:255.255.255.0
          inet6 addr: 2001:41a8:604:1::121/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:282 errors:0 dropped:0 overruns:0 frame:0
          TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:23555 (23.0 KiB)  TX bytes:6391 (6.2 KiB)
          Interrupt:177 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2264 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2264 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:3063784 (2.9 MiB)  TX bytes:3063784 (2.9 MiB)



[EMAIL PROTECTED] ~]# cat whitetank/conf/openais.conf 
# Please read the openais.conf.5 manual page

totem {
        version: 2
        secauth: off
        threads: 0
         nodeid: 10
        interface {
                ringnumber: 0
                bindnetaddr: 2001:41a8:604:1::121
                mcastaddr:   FF01:0:0:0:0:0:0:1
                mcastport: 5405
        }
}


Regards,
Shridhar

On Sat, 2008-09-27 at 13:17 -0700, Steven Dake wrote:

> Shridhar,
> 
> Yes it has been tested a long time ago and worked great.  I don't recall
> the details of the configuration options but there is some important
> information about that the node ID is routed or totem won't pick it up.
> 
> I know some others at Red Hat have recently investigated where we are in
> openais with IPv6; maybe they could provide their analysis.
> 
> My guess is if your having trouble with nodes seeing each other you have
> some kind of local configuration problem.  I also had this problem when
> I first tried out the code that Chrissie wrote several years ago.  Wish
> I recalled what I did to fix it but I think it had something to do with
> creating a properly routed IP....
> 
> Regards
> -steve
> 
> On Sat, 2008-09-27 at 22:55 +0530, Shridhar Sahukar wrote:
> > Hi Steve,
> >  
> > Have you verified Openais on IPv6? I was trying to run it on a sample
> > static IPv6 interface and found few issues. So could you please;
> >  
> > 1. Give me a sample interface configuration that I can set on my
> > machine?
> > 2. Please provide me appropriate bindnetaddr and multicast address
> > values, so that I can see if the issue is with my configuration and
> > not with openais code?
> >  
> > Thank you in advance.
> >  
> > Regards,
> > Shridhar
> > _______________________________________________
> > Openais mailing list
> > [email protected]
> > https://lists.linux-foundation.org/mailman/listinfo/openais
> 
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to