Page 1 of 1

help please

Posted: Tue Mar 26, 2019 8:01 pm
by Tazmania
trying to config unrealircd on windows
I got 2 errors both at line 216
link:outgoing port is missing
error 2 link:password is missing

what am I missing in the setup ?

Re: help please

Posted: Mon Apr 01, 2019 9:25 am
by CrazyCat
Show us your link block. You may have forgot 2 lines...
Here is an example of link block:

Code: Select all

link target.my.net {
        incoming {
                mask 127.0.0.1;
        };
        outgoing {
                bind-ip *;
                hostname 127.0.0.1;
                port 7000; # You may have forget this
                options { };
        };
        password "elgiig8qNhgmlkKEMCtz7XETloZAybMdklWduLCeo9JE=" { spkifp; }; # And this too
        class servers;
};