Hallo,

Ich habe vor einige Wochen Monipi problemlos auf einem Raspberry Pi installiert. Der Lml-Server war auch, dank die gute Dokumentation, schnell konfiguriert. Aber die Verbindung scheitert : ich kann von nirgendwo der Lml-Server auf Port 6556 erreichen, ich kriege immer ein "Connection refused".

Auf dem Lml-Server, die Kommandos telnet localhost 6556, oder telnet <HOSTNAME> 6556 oder telnet <IP> 6556 liefern alle viele, viele Informationen, wie im Screenshot in der Doku.
Ich gehe davon aus, dass es localhost funktioniert.

Dann ( Lml-Server ):

# netstat -a | grep 6556
tcp        0      0 *:6556                  *:* LISTEN

# grep '^#' /etc/xinetd.d/check_mk -v

service check_mk
{
    type           = UNLISTED
    port           = 6556
    socket_type    = stream
    protocol       = tcp
    wait           = no
    user           = root
    server         = /usr/bin/check_mk_agent

    # If you use fully redundant monitoring and poll the client
    # from more then one monitoring servers in parallel you might
    # want to use the agent cache wrapper:
    #server         = /usr/bin/check_mk_caching_agent

    # configure the IP address(es) of your Nagios server here:
    #only_from      = 127.0.0.1

    # Don't be too verbose. Don't log every check. This might be
    # commented out for debugging. If this option is commented out
    # the default options will be used for this service.
    log_on_success =

    disable        = no
}


Von irgend einem Computer im Netz ( mit mehreren getestet - egal ob IP oder HOSTNAME ):

# telnet 10.16.1.1 6556
Trying 10.16.1.1...
telnet: Unable to connect to remote host: Connection refused

# telnet 10.16.1.1 80
Trying 10.16.1.1...
Connected to 10.16.1.1.
Escape character is '^]'.

Ich habe gedacht, es liegt am Ipfire ( niemand hat davon gesprochen, es wäre erstaunlich, dass wir eine Regel dafür brauchen ), und ich habe alles erlaubt aus monipi, leider ohne Erfolg.

Habt ihr evtl eine Idee, voran es liegen könnten ?

Gruß

Arnaud

--
----

Pyromaths : http://www.pyromaths.org/
Übersetzung auf Deutsch : http://bit.ly/1LIkqbq

_______________________________________________
linuxmuster-user mailing list
[email protected]
https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user

Antwort per Email an