Anope IRC Services

International Support => German => Topic started by: Dennis on July 23, 2017, 03:24:22 AM

Title: Closing Link: [127.0.0.1] (Missing password)
Post by: Dennis on July 23, 2017, 03:24:22 AM
Hallo ich bin neu hier seit grade und wollte meinen Unreal3.2.10.3 IRC server mit Anope 2.0.5 Ausstatten

Da ich die Englische Sprache nur schlecht kann komme ich nicht ganz weiter.

denn ich bekomme wenn ich denn Anope starten will folgenden fehler
Anope 2.0.5, build #6, compiled 02:04:01 Jul 23 2017
Using configuration file conf/services.conf
Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1), port 6667
Successfully connected to uplink #1 127.0.0.1:6667
ERROR: Missing password
ERROR: Closing Link: [127.0.0.1] (Missing password)

Sooo Ich habe so zimlich alles versucht... und bekomme das nicht hin

Die UnrealIRC Config ist unübersichtlich villeicht habe ich was vergessen was ich aber nicht glaube IRC server läuft nähmlich ohne Probleme.
Config sieht so aus von Unreal

listen         (ip gebe euch euch nicht...ist aber eine gesetzt):2000
{
   options
   {
      
      clientsonly;
   };
};

listen         127.0.0.1:8067;
listen         127.0.0.1:6667;

link            services.odk.de.vc {
   username   *;
   hostname    127.0.0.1;
   bind-ip    *;
   port       6667;
   hub             *;
   password-connect "Test1";
   password-receive "Test2";
   class           servers;
      options {
         /* Note: You should not use autoconnect when linking services */

ulines {
   services.odk.de.vc;
   stats.odk.de.vc;


Und nun kommt der teil aus dem Anope Services config

*     link services.odk.de.vc
 *     {
 *          username *;
 *          hostname *;
 *          bind-ip "127.0.0.1";
 *          port 6667;
 *          hub *;
 *          password-connect "Test1";
 *          password-receive "Test2";
 *          class servers;
 *     };
 *     ulines { services.odk.de.vc; };
 *     listen 127.0.0.1:6667;
 */
uplink
{
   /*
    * The IP or hostname of the IRC server you wish to connect Services to.
    * Usually, you will want to connect Services over 127.0.0.1 (aka localhost).
    *
    * NOTE: On some shell providers, this will not be an option.
    */
   host = "127.0.0.1"

   /*
    * Enable if Services should connect using IPv6.
    */
   ipv6 = no

   /*
    * Enable if Services should connect using SSL.
    * You must have an SSL module loaded for this to work.
    */
   ssl = no

   /*
    * The port to connect to.
    * The IRCd *MUST* be configured to listen on this port, and to accept
    * server connections.
    *
    * Refer to your IRCd documentation for how this is to be done.
    */
   port = 6667

   /*
    * The password to send to the IRC server for authentication.
    * This must match the link block on your IRCd.
    *
    * Refer to your IRCd documentation for more information on link blocks.
    */
   password = "Test1"

Hat jemand ne idee was hier fehlerhaft ist?
Title: Re: Closing Link: [127.0.0.1] (Missing password)
Post by: Adam on July 23, 2017, 03:25:33 AM
You are using unrealircd but have your protocol module set to inspircd.
Title: Re: Closing Link: [127.0.0.1] (Missing password)
Post by: Dennis on July 23, 2017, 03:26:07 AM
Wie mache ich das und wo?