[Openais] RE: GMI across a router

Sabharwal, Atul atul.sabharwal at intel.com
Tue Jul 20 01:02:46 PDT 2004


>
>I have not tried gmi within a routed environment.  I would assume this
>should work, as long as your routes are not over long haul 
>networks.  If
>they were over long haul networks, the timeouts in gmi would be too
>short, which would cause partitions and remerges.
>
>I am not sure what exactly you need of the kernel software.  Reading
>some google hits, you may need some routing software running on the
>Linux machine.  It appears you may also need a multicast route.

I configured the kernel but ping to 226.94.1.1 would not get response
>From all nodes. If I did ping -I eth0 226.94.1.1, all nodes on eth0
Responded. If I did ping -I eth1 226.94.1.1 all nodes in the multicast
Group on eth1 responded. The ip_forward flag in proc was set to 1
And IP multicast routing and IP tunneling was set. I even installed
Mrouted but same result. I did not the Cisco PIM protocol which needs
Pimd.
>
>http://www.linux.com/howtos/Adv-Routing-HOWTO/lartc.multicast.shtml
>
>One test to see if your router is working properly is to ping the
>multicast config group.  You should get responses from every machine on
>each side of the router.  On startup, the linux kernel on every one of
>these nodes joins the group address 224.0.0.1 and ping responds to
>packets to that address.
>
>unix# ping 224.0.0.1 (this is the multicast config address)

What should the routing table on the router look like :
( unicast routing worked fine ).
224.0.0.0    0.0.0.0        255.255.255.255 eth0
224.0.0.0    0.0.0.0        255.255.255.255 eth1
134.134.19.0 0.0.0.0        255.255.255.0   eth0
192.168.0.0  0.0.0.0        255.255.255.0   eth1
0.0.0.0      134.134.19.251 255.255.255.255 eth0
0.0.0.0      192.168.0.1    255.255.255.255 eth1 

OR 
226.94.1.1   0.0.0.0     255.255.255.255  eth0
226.94.1.1   0.0.0.0     255.255.255.255  eth1
( rest being same as above ).

Any tips on how to configure it correctly ?

Thanks,

Atul




More information about the Openais mailing list