Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Ninja Tavi on July 28, 2019, 01:51:06 PM

Title: Anope + UnrealIRCD
Post by: Ninja Tavi on July 28, 2019, 01:51:06 PM
Hello, For two days I'm still trying to solve this problem, I'm a beginner in this configuration. You can help me solve this problem too.


Using configuration file conf/services.conf
Unable to connect to uplink #1 (127.0.0.1:7000): Unable to bind to address: Invalid argument
Unable to connect to uplink #1 (127.0.0.1:7000)
Unable to connect to uplink #1 (127.0.0.1:7000)
Check that you are not connecting Anope to an SSL enabled port without configuring SSL in Anope (or vice versa)


services.conf - https://pastebin.com/iqJpGttp
unrealircd.conf - https://pastebin.com/2iHjGaEb

Thank you, a beautiful day.
Title: Re: Anope + UnrealIRCD
Post by: CrazyCat on July 29, 2019, 01:58:10 PM
Hello !

In your unreal configuration, you have:
Code: [Select]
link services.madness.ninja
{
    incoming {
        mask 192.168.203.131;
    };
     password "at";
     class servers;
};
but in your services.conf, youhave:
Code: [Select]
host = "127.0.0.1"Your unrealircd will reject the services. Use the same IP in the two configurations.