Page 1 of 1

Problems with C/N lines

Posted: Thu Jun 01, 2006 1:47 pm
by Alex
Hello,

After a re-formatting of my computer, I had to re-install Unreal3.2.4. This went ok, but there are some issues that I not can resolve about C and N lines.

I'll set up here how I did it for stats.my.net and services.my.net

Code: Select all

link            irc.my.net
{
        username        stats.my.net;
        hostname        xx.xx.xx.xxx;
        bind-ip         *;
        port            6667;
        hub             *;
        password-connect "MyPassword";
        password-receive "MyPassword";
        class           servers;
                options {
                        /* Note: You should not use autoconnect when linking services */
                        autoconnect;
#                       ssl;
#                       zip;
                };
};
The above is for stats.my.net

Here comes from stats.my.net:

Code: Select all

link            irc.my.net
{
        username        services.my.net;
        hostname        xx.xx.xx.xxx;
        bind-ip         *;
        port            6667;
        hub             *;
        password-connect "MyPassword";
        password-receive "MyPassword";
        class           servers;
                options {
                        /* Note: You should not use autoconnect when linking services */
                        autoconnect;
#                       ssl;
#                       zip;
                };
};
None of these works and I get the following messages in status:

Code: Select all

[2:52pm] -irc.my.net- *** Notice -- Connection to stats.my.net[xx.xx.xx.xxx] activated.
-
[2:52pm] -irc.my.net- *** LocOps -- Link denied for irc.my.net([email protected]) (No link block named 'irc.my.net') [@xx.xx.xx.xxx.51919]
-
[2:52pm] -irc.my.net- *** LocOps -- ERROR :from stats.abzs.net[xx.xx.xx.xxx] -- Link denied (No matching link configuration) [@xx.xx.xx.xxx.51919]
-
[2:52pm] -irc.my.net- *** LocOps -- ERROR :from stats.my.net[xx.xx.xx.xxx] -- Closing Link: [xx.xx.xx.xxx] (Link denied (No matching link configuration))
-
[2:52pm] -irc.my.net- *** LocOps -- Server stats.my.net[xx.xx.xx.xxx] closed the connection
For the U-Lines I have the following:

Code: Select all

ulines {
        services.my.net;
        stats.my.net;
};
In the end of this, one of my opers can't even register his Nick. This is the message he gets when trying:

Code: Select all

NickServ- Nickname his nick may not be registered.
That's the messge he get each time he try to register it, but he could register his other nick without problems.

I hope someone can help me with this problem.

Thanks

Posted: Thu Jun 01, 2006 4:22 pm
by JanisB
The problem is with your services. IMO, wrong forum category ;)

Posted: Thu Jun 01, 2006 5:43 pm
by Alex
JanisB wrote:The problem is with your services. IMO, wrong forum category ;)
Well, I have doublechecked my services.conf and nothing there are wrong. The question I mentioned above is in unrealircd.conf. :wink:

Posted: Thu Jun 01, 2006 6:12 pm
by JanisB
if you have added services as U:Lined server, if you have CONNECTED services to Unreal - all must be OK.

Code: Select all

-NickServ- Nickname his nick may not be registered.
Check services.conf for AllowRegisterNicks or similar option...

Posted: Thu Jun 01, 2006 7:12 pm
by Alex
JanisB wrote:if you have added services as U:Lined server, if you have CONNECTED services to Unreal - all must be OK.

Code: Select all

-NickServ- Nickname his nick may not be registered.
Check services.conf for AllowRegisterNicks or similar option...
That one is fixed JanisB, but I get the problem I mentioned above when I try to load neostats with this command: ./neostats start

Posted: Fri Jun 02, 2006 11:44 am
by GhosT

Code: Select all

NickServ- Nickname his nick may not be registered.
OPER UP first before register nick. :D

Code: Select all

Link denied (No matching link configuration)
That s it! No matching link configuration :roll:

Posted: Fri Jun 02, 2006 1:07 pm
by Ron2K
Alex, I suggest you read my post on linking servers. With luck, you'll see where you've gone wrong.

(I can see where you're gone wrong, by the way. But I'm not going to tell you. You'll learn more by figuring it out yourself using the available resources.)