Not getting netadmin to recognize

These are old archives. They are kept for historic purposes only.
Post Reply
Scorppro
Posts: 3
Joined: Sat May 17, 2008 5:30 pm

Not getting netadmin to recognize

Post 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
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Not getting netadmin to recognize

Post 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
Ex Network-Administrator
Scorppro
Posts: 3
Joined: Sat May 17, 2008 5:30 pm

Re: Not getting netadmin to recognize

Post 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?
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Not getting netadmin to recognize

Post by Casper »

This is a services issue and not an IRCd issue. Go to your services support forums/chat!
Ex Network-Administrator
Scorppro
Posts: 3
Joined: Sat May 17, 2008 5:30 pm

Re: Not getting netadmin to recognize

Post by Scorppro »

Thank you.
Post Reply