Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[geloest] udp - keine antwort
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
tzzaetaynzz
Apprentice
Apprentice


Joined: 29 Sep 2003
Posts: 221

PostPosted: Tue Jan 27, 2004 10:45 am    Post subject: [geloest] udp - keine antwort Reply with quote

hallo an alle,

ich habe probleme beim verbindungsaufbau bei meiner amanda client-server konfiguration.
obwohl alle nodes per icmp erreichbar sind,
kann auf udp keine verbindung aufbauen werden.

wenn ich
Code:

amcheck etc

starte passiert:
Code:

[root@anuschka a.sagawe]# amcheck etc
Amanda Tape Server Host Check
-----------------------------
Holding disk /scratch: 17636856 KB disk space available, using 15539704 KB
ERROR: cannot overwrite active tape Daily01
       (expecting a new tape)
NOTE: skipping tape-writable test
Server check took 6.274 seconds

Amanda Backup Client Hosts Check
--------------------------------
WARNING: homer: selfcheck request timed out.  Host down?
Client check: 1 host checked in 29.997 seconds, 1 problem found

(brought to you by Amanda 2.4.4)

gleichzeitig sehe ich im netz diese aktivitäten:
Code:

[root@anuschka]# tcpdump -i eth0
tcpdump: listening on eth0
11:11:25.396146 arp who-has homer tell anuschka
11:11:25.396497 arp reply homer is-at 0:e0:98:0:3:f6
11:11:25.396531 anuschka.632 > homer.amanda: udp 115 (DF)
11:11:35.399851 anuschka.632 > homer.amanda: udp 115 (DF)
11:11:45.399832 anuschka.632 > homer.amanda: udp 115 (DF)

mein backup server (anuschka) ist nicht in der lage auf meinen client (homer)
per udp zu zugreifen.
zumindest gibt homer keine antwort.
der dienst amandad (client-dienst) wird mittels xinetd gestartet.
Code:

service amanda
{
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = amanda
        group           = amanda
        server          = /usr/libexec/amandad
}

die services datei ist mit
Code:

amanda 10080/udp  #amanda client dienst editiert

und netstat gibt folgendes preis
Code:

[root@homer]# netstat -plu
Aktive Internetverbindungen (Nur Server)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
udp        0      0 *:amanda                *:*                                 517/xinetd         

des weiteren hat amanda eine eine eigene auth-datei .amandahosts.
diese date folgt der rhosts datei und liegt im userverzeichnis.
Code:

[root@homer]# cat .amandahosts
anuschka   root

auch habe ich einer .rhosts datei im user-homedir (amanda) mit dem selben inhalt.
aber es kommt keine verbindung auf 10080/udp zustande.
es laufen keine firewall auf den rechnern.

was kann ich noch machen/test?
muss ich um .rhosts nutzen zu koennen,
rsh installiert haben?

gruss //tzzaetaynzz


Last edited by tzzaetaynzz on Tue Jan 27, 2004 11:31 am; edited 2 times in total
Back to top
View user's profile Send private message
tacki
Guru
Guru


Joined: 29 Jun 2002
Posts: 418
Location: Germany

PostPosted: Tue Jan 27, 2004 10:55 am    Post subject: Reply with quote

hmm, ich kenn mich mit amanda jetzt nicht so aus, aber will anuschka nicht auf homer:115 connecten?

Code:
11:11:25.396531 anuschka.632 > homer.amanda: udp 115 (DF)
11:11:35.399851 anuschka.632 > homer.amanda: udp 115 (DF)
11:11:45.399832 anuschka.632 > homer.amanda: udp 115 (DF)


wenn du bei homer eingibst dass er auf 10080 hören soll, dann ist klar dass der client den server nicht findet
Back to top
View user's profile Send private message
tzzaetaynzz
Apprentice
Apprentice


Joined: 29 Sep 2003
Posts: 221

PostPosted: Tue Jan 27, 2004 11:05 am    Post subject: Reply with quote

@tacki
es ist richtig anuschka (backup-server) moechte auf homer (client-rechner) zugreifen.
das backup wird vom server gestartet und ueber den client abgearbeitet.
also, nicht der client zum server, siondern umgekehrt.

gruss //tzzaetaynzz
Back to top
View user's profile Send private message
tzzaetaynzz
Apprentice
Apprentice


Joined: 29 Sep 2003
Posts: 221

PostPosted: Tue Jan 27, 2004 11:37 am    Post subject: Reply with quote

so ...
... das war ein xinetd problem.

gentoo linux, homer, hat in der default regel der xinetd.conf folgendes stehen gahabt:
Code:

only_from=localhost

anuschka, red hat, hatte diesen eintrag nicht.
ueber die sinnhaftigkeit dieses paramters in der default regel laesst sich streiten,
fuer mich ist das aber nichts.

mist ein kleines # und ich haette mir diesen langen beitrag gespart. :)

gruss //tzzaetaynzz
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum