Page 1 of 1
Not being recognised as network admin
Posted: Sat Jul 24, 2010 6:06 pm
by lsmithx2
Hello,
i have setup the network admins on the network but i cant get recognised as any
whats wrong here?
Re: Not being recognised as network admin
Posted: Sat Jul 24, 2010 7:42 pm
by katsklaw
are you using the /oper command? do you have the N or netadmin flag in the oper block? are you connecting to the correct server?
Re: Not being recognised as network admin
Posted: Sat Nov 13, 2010 11:12 pm
by ssfdre38
im also having the same problem on it and i did add it on the flags
Re: Not being recognised as network admin
Posted: Sat Nov 13, 2010 11:38 pm
by katsklaw
reply with your oper block
Re: Not being recognised as network admin
Posted: Sun Nov 14, 2010 5:26 pm
by ssfdre38
Code: Select all
oper ssfdre38 {
class netadmin;
from {
userhost *@*
;};
password "password";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
services-admin;
can_globops;
};
};
Re: Not being recognised as network admin
Posted: Mon Nov 15, 2010 12:02 am
by katsklaw
lets see your netadmin class block
Re: Not being recognised as network admin
Posted: Mon Nov 15, 2010 7:34 am
by ssfdre38
Code: Select all
set {
kline-address "[email protected]";
modes-on-connect "+ixw";
modes-on-oper "+xwgsDKtWHvqXdn";
oper-auto-join "#opers";
options {
hide-ulines;
/* You can enable ident checking here if you want */
/* identd-check; */
show-connect-info;
};
i did put N in it but it didnt let me start it up with +N
Re: Not being recognised as network admin
Posted: Mon Nov 15, 2010 12:07 pm
by katsklaw
that's a set block, not a class block. Please reply with your netadmin class block. below is a sample class block for clients. Another idea is to switch your class from netadmin to clients in your oper block.
Code: Select all
class clients
{
pingfreq 90;
maxclients 500;
sendq 100000;
recvq 8000;
};
Re: Not being recognised as network admin
Posted: Mon Nov 15, 2010 4:27 pm
by ssfdre38
Code: Select all
class clients
{
pingfreq 90;
maxclients 500;
sendq 100000;
recvq 8000;
};
class servers
{
pingfreq 90;
maxclients 10; /* Max servers we can have linked at a time */
sendq 1000000;
connfreq 100; /* How many seconds between each connection attempt */
};
Re: Not being recognised as network admin
Posted: Mon Nov 15, 2010 5:27 pm
by katsklaw
Neither of those class blocks are for netadmins so I'm going to assume you haven't one. Try changing the connection class in your oper block from netadmin to clients. rehash and try again.