> > > I could be wrong, but I have a feeling ifconfig will NOT setup the > > > routes (including the all-important default route) whereas ifup does... > > > > I see. > > ifconfig could not set one destination when I checked netstat. > > maybe heartbeat needs that route. > > > > by the way, I can find the reported message when some fire wall setting is > > effective. > > > > heartbeat[9413]: 2007/10/28_02:06:07 ERROR: Message hist queue is filling > > up > > (155 messages in queue) > > > > Thanks, > > Junko > > > > > But it seems the command "/etc/init.d/network restart" may cause the same > problem
It worked when I specified IP address with ifconfig. # ifconfig <device name> down # ifconfig <device name> <IP address> up Thank, Junko _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
