Page 1 of 1

Not getting netadmin to recognize

Posted: Sat May 17, 2008 5:48 pm
by Scorppro
I have Unreal3.2.7 with Anope-1.7.21 services.

I have tried all possible hostmasks and localhosts configurations. It still will not give me admin stats. I stay at a #3.

Here is my O:line config:

oper WiMaxIRCOp {
class clients;
from {
userhost [email protected];

};
password "********";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};
};

What am I missing here? This is the 104th time I have tried a different userhost in my config. I have even tried *@* and I know it is the most unsecure thing to try. :)

I have read all the Unreal docs, all posts in foums and tried them all. And yes... I rehash Unreal each time.

My server is starting as a private only but will become public very soon.

All replies (helping) are HIGHLY appreciated. This is my last hope as I understand how annoying some posts are.

Thank you,
Scorppro

Re: Not getting netadmin to recognize

Posted: Sat May 17, 2008 6:31 pm
by Casper
You're putting in your cloacked host, not the REAL host. If you're connecting from the computer where the server is running from make it *@localhost; and *@127.0.0.1 . If you're connecting from your LAN, make it *@192.168.x.x (where 'x' is a number) or *@10.0.0.x (Where x is a number again). This data can be retrieved from "Start -> Run -> cmd [hit enter] -> ipconfig [enter].

Other than that, /oper is CaSeSenSItIve.

Good luck

Re: Not getting netadmin to recognize

Posted: Sat May 17, 2008 7:36 pm
by Scorppro
Here is what I get under my server screen:

-NickServ- WiMaxIRCOp is a services root administrator.

-OperServ- On Level Nick
-OperServ- * ROOT WiMaxIRCOp

-NickServ- STATUS WiMaxIRCOp 3

How do I update my status to 10 or Founder?

Re: Not getting netadmin to recognize

Posted: Sat May 17, 2008 8:03 pm
by Casper
This is a services issue and not an IRCd issue. Go to your services support forums/chat!

Re: Not getting netadmin to recognize

Posted: Sat May 17, 2008 8:36 pm
by Scorppro
Thank you.