Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Anope + UnrealIRCD  (Read 2536 times)

0 Members and 1 Guest are viewing this topic.

Ninja Tavi

  • Anope User
  • Offline Offline
  • Posts: 1
Anope + UnrealIRCD
« 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.
Logged

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 240
    • French Eggdrop community
Re: Anope + UnrealIRCD
« Reply #1 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.
Pages: [1]   Go Up