Page 1 of 1

connect

Posted: Tue May 02, 2006 12:13 pm
by Bronx AnarchY
hi, I have two servers, and I linked they, But I want, who connect irc or irc2, I dont see connect notice if user connect irc2,

or I want command for who connected my other server

Posted: Tue May 02, 2006 1:00 pm
by Mark
If I understand correctly, you want to see users connecting on the other server.. If so; /mode yournick +s +F

yes I want it

Posted: Tue May 02, 2006 2:27 pm
by Bronx AnarchY
yes I want it

thanx but +F is unknown flag

Posted: Tue May 02, 2006 3:09 pm
by Mark
The +F is a snomask, so you need to do /mode yournick +s +F. This way, you will set the snomask +F.

thnx mark

Posted: Tue May 02, 2006 3:31 pm
by Bronx AnarchY
* bo sets mode: -z
-
Server notice mask (+kcfFvGqso)

But I dont still see who connect my other server

Posted: Wed May 03, 2006 2:23 pm
by Ron2K
Snomask +F doesn't show connects from u-lined servers.

(Your ordinary servers shouldn't be u-lined in the first place, and probably aren't, but I'm mentioning this anyway.)

how

Posted: Wed May 03, 2006 4:33 pm
by Bronx AnarchY
how I can see ?

Posted: Wed May 03, 2006 7:33 pm
by Jobe
To view a list of U:Lined servers type /stats U and you should get the following:
U services.domain
End of /STATS report
Where services.domain is the name of the U:Lined server.

On a network consists of ONLY IRCd servers without services there shouldnt be any servers listed.

Another way to check is to look in your unrealircd.conf files for something similar to the following:

Code: Select all

ulines {
	services.domain;
};
The only server names that should be listed there is the names of a stats server and/or a services server and NOT normal IRCd servers.

NOTE: You may have to /oper before you can use /stats U depending on the configuration of your servers. eg. /oper user pass

Posted: Wed May 03, 2006 7:52 pm
by Bronx AnarchY
My first servers uline,

ulines {
Services.KonyaChat.Com;
Koruma.KonyaChat.Com;
Irc2.KonyaChat.Com;
};

and me;

me {
name "Irc.KonyaChat.Com";
info "KonyaChat.Com IRC Sunucusu";
numeric 1;
};


my second servers uline;

ulines {
Services.KonyaChat.Com;
Koruma.KonyaChat.Com;
Irc.KonyaChat.Com;
};

and me;

me {
name "Irc2.KonyaChat.Com";
info "KonyaChat.Com IRC Sunucusu";
numeric 3;
};

Posted: Wed May 03, 2006 8:07 pm
by Jobe
Change:

Code: Select all

ulines {
        Services.KonyaChat.Com;
        Koruma.KonyaChat.Com;
        Irc2.KonyaChat.Com;
};
To:

Code: Select all

ulines {
        Services.KonyaChat.Com;
        Koruma.KonyaChat.Com;
};
And change:

Code: Select all

ulines {
        Services.KonyaChat.Com;
        Koruma.KonyaChat.Com;
        Irc.KonyaChat.Com; 
};
To:

Code: Select all

ulines {
        Services.KonyaChat.Com;
        Koruma.KonyaChat.Com;
};
And then if you have the snomasks cF set by doing /mode yournick +s +cF you should get a notice of a user connecting on either server.

As i beleive from what i've read a U:Lined server is one that has extra abilities that a services or stats server requires where as normal IRCd servers do not require these abilities and so shouldnt be givern them.

Posted: Wed May 03, 2006 8:25 pm
by Bronx AnarchY
thnx,
I changed my U lines,

but my problem always.

* BarT sets mode: -z
-
Server notice mask (+kcfFvGqso)
-

and I cannt see :(

Posted: Wed May 03, 2006 9:53 pm
by Jobe
The only thing i have left that i can suggest is that the servers havnt successfully linked.

To find out do /map and you should have results similar to:
alpha.mdbnet.co.uk (1) 1
|-services.mdbnet.co.uk (11)
`-bravo.mdbnet.co.uk (0) 2
End of /MAP
By the way for reference my network consists of 2 servers and a services server.

You should see both Irc2.KonyaChat.Com and Irc.KonyaChat.Com listed in that result. If you dont the servers arnt linked.

Posted: Thu May 04, 2006 7:10 am
by Dukat
Disconnect and relink the servers after changing the ulines block.

thnx

Posted: Thu May 04, 2006 10:40 am
by Bronx AnarchY
very thanx, I see now all connect :)