[Fwd: Problems with heartbeat...maybe ifconfig......]
Alan Robertson
alanr@unix.sh
Mon, 27 Aug 2001 07:48:04 -0600
--------------F1F4E733C8F2F291D68ACEB2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi,
Pawel found the source of his problems. I've attached his fix information
for the archives.
-- Alan Robertson
alanr@unix.sh
--------------F1F4E733C8F2F291D68ACEB2
Content-Type: message/rfc822
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Return-Path: <tecman@rally.ds4.agh.edu.pl>
Received: from www.bb4.com ([216.191.20.8] verified)
by cgpro.iccx.net (CommuniGate Pro SMTP 3.4.6)
with ESMTP id 79607657 for alanr@rmi.net; Sun, 26 Aug 2001 06:27:34 -0600
Received: from rally.ds4.agh.edu.pl (postfix@rally.ds4.agh.edu.pl [149.156.124.4])
by www.bb4.com (8.11.3/8.11.3) with ESMTP id f7QCQd016245
for <alanr@unix.sh>; Sun, 26 Aug 2001 08:26:41 -0400 (EDT)
(envelope-from tecman@rally.ds4.agh.edu.pl)
Received: by rally.ds4.agh.edu.pl (Postfix, from userid 500)
id 468262FB95; Sun, 26 Aug 2001 14:32:38 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
by rally.ds4.agh.edu.pl (Postfix) with ESMTP id 422811FD1F
for <alanr@unix.sh>; Sun, 26 Aug 2001 14:32:38 +0200 (CEST)
Date: Sun, 26 Aug 2001 14:32:38 +0200 (CEST)
From: Pawel Kisiel <tecman@rally.ds4.agh.edu.pl>
To: Alan Robertson <alanr@unix.sh>
Subject: Re: Problems with heartbeat...maybe ifconfig......
In-Reply-To: <3B87FCF0.D42EC6F6@unix.sh>
Message-ID: <Pine.LNX.4.20.0108261425320.9841-100000@rally.ds4.agh.edu.pl>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Mozilla-Status2: 00000000
Hello Alan
I've figured out what was wrong with my heartbeat......and the
answer is....iptables -P INPUT DROP and iptables -P FORWARD DROP......
In service script on stop command..when heartbeat was releasing
resources....I put iptables -F so all tables where flushed up but
the default policy was to DROP all packets....
When I put iptables -P INPUT/FORWARD ACCEPT ....the secondary
machine was from that moment available.....
I've just forgot to set it correctly :((((((
Thanks for all replies for my e-mails :)))
Pawel Kisiel
--------------F1F4E733C8F2F291D68ACEB2--