Problems with C/N lines

These are old archives. They are kept for historic purposes only.
Post Reply
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Problems with C/N lines

Post 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
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post by JanisB »

The problem is with your services. IMO, wrong forum category ;)
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post 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:
JanisB
Posts: 128
Joined: Fri Apr 22, 2005 9:05 am
Location: LV
Contact:

Post 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...
Alex
Posts: 88
Joined: Sun Dec 26, 2004 11:07 pm
Location: Kalmar Län - Sweden

Post 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
GhosT
Posts: 19
Joined: Sun May 07, 2006 4:24 am

Post 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:
Ron2K

Post 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.)
Post Reply