Hi everyone.
This problem is bugging me for long. I have a backup server running RH7.2
which has the default ipchains firewall in it. I have two hosts one running
on RH7.2(also ipchains in it) and other running on Mdk 8.1. Using the cue
from Amanda FAQ (with reasonable amt of understanding) I configured the
amanda on my server with portrange(850-859) and udpportrange(850-859).
I tried to run amcheck but the same old problem "selfcheck request time out"
error message is displayed. I went thro the amanda debug report on the client
(mdk 8.1) it is able to communicate with the server but gives the foll
message in the end
*************************************************************************
amandad: got packet:
----
Amanda 2.4 REQ HANDLE 000-40960708 SEQ 1011287228
SECURITY USER amanda
SERVICE selfcheck
OPTIONS ;
GNUTAR /home 0 OPTIONS
|;bsd-auth;index;exclude-list=/usr/local/lib/amanda/exclude.gtar;
----
amandad: It's not an ack
amandad: sending REP packet:
----
Amanda 2.4 REP HANDLE 000-40960708 SEQ 1011287228
OPTIONS ;
OK /home
OK /usr/local/libexec/runtar executable
OK /bin/gtar executable
OK /etc/amandates read/writable
OK /usr/local/var/amanda/gnutar-lists/. read/writable
OK /dev/null read/writable
OK /tmp/amanda has more than 64 KB available.
OK /tmp/amanda has more than 64 KB available.
OK /etc has more than 64 KB available.
----
amandad: dgram_recv: timeout after 10 seconds
amandad: waiting for ack: timeout, retrying
amandad: got packet:
----
Amanda 2.4 REQ HANDLE 000-40960708 SEQ 1011287228
SECURITY USER amanda
SERVICE selfcheck
OPTIONS ;
GNUTAR /home 0 OPTIONS
|;bsd-auth;index;exclude-list=/usr/local/lib/amanda/exclude.gtar;
----
amandad: It's not an ack
amandad: dgram_recv: timeout after 10 seconds
amandad: waiting for ack: timeout, retrying
amandad: dgram_recv: timeout after 10 seconds
amandad: waiting for ack: timeout, retrying
amandad: dgram_recv: timeout after 10 seconds
amandad: waiting for ack: timeout, retrying
amandad: dgram_recv: timeout after 10 seconds
amandad: waiting for ack: timeout, giving up!
amandad: pid 29881 finish time Thu Jan 17 12:07:40 2002
********************************************************************************
I have very little understanding on how the ipchains firewall work. Cud
someone give me exact details on how should I configure my amanda on the
server and as well as the client to solve this problem i.e. what portrange(or
udpportrange) shud I give for configuration on the client as well as the
server side .
Also shud I make any modifications to the /etc/sysconfig/ipchains file
which reads the foll
# Firewall configuration written by lokkit
# Manual customization of this file is not
recommended.
# Note: ifup-post will punch the current nameservers
through the
# firewall; such entries will *not* be listed
here.
:input ACCEPT
:forward ACCEPT
:output ACCEPT
-A input -s 0/0 -d 0/0 22 -p tcp -y -j ACCEPT
-A input -s 0/0 -d 0/0 -i lo -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 0:1023 -y -j REJECT
-A input -p tcp -s 0/0 -d 0/0 2049 -y -j REJECT
-A input -p udp -s 0/0 -d 0/0 0:1023 -j REJECT
-A input -p udp -s 0/0 -d 0/0 2049 -j REJECT
-A input -p tcp -s 0/0 -d 0/0 6000:6009 -y -j REJECT
-A input -p tcp -s 0/0 -d 0/0 7100 -y -j REJECT
Another one thing how should I configure my client running on RH7.2 which
also ipchains in it to communicate with the server.
Looking forward to ur replies.
Note: cud u please send ur reply to this email-id ([EMAIL PROTECTED])
as I have a problem checking the mail archives
regards
chandrasekar