Hi, On Fri, 2005-06-10 at 10:54 +0200, Khai Binh Duong wrote: > Hi OSG developer, > > I have the problem, that one of my server in a Windows > PC Cluster does not find the client. The server runs on > the frontend of the Cluster, which has two networkadapter. > > If I deactivate the other network, everything works fine. > I think the server search in the wrong network for > the client. > I try to set explicit the IP-address of the client in the server, > but it doesn't work.
most likely you need to make sure that everything concerning the cluster is routed through the correct network interface. Use the route command to make sure your routing tables are correct or to modify them if necessary. below is the routing table from our 2 network card head (from linux but windows should be similar). Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 155.69.55.0 * 255.255.255.0 U 0 0 0 eth0 192.168.100.0 * 255.255.255.0 U 0 0 0 eth1 239.33.0.0 * 255.255.0.0 U 0 0 0 eth1 169.254.0.0 * 255.255.0.0 U 0 0 0 eth1 224.245.0.0 * 255.255.0.0 U 0 0 0 eth1 default 155.69.55.254 0.0.0.0 UG 0 0 0 eth0 where eth0 ist the external (155.69.55/24) and eth1 the internal (192.168.100/24) network. regards, gerrit ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
