Page 1 of 1

No O-Lines for your host

Posted: Sat Jan 08, 2005 3:42 am
by volted.com
Howdy all.

I am getting a no olines for your host.
I am running fedora FC3 on a system directly behind me. I am root on the machine, i have installed Unreal 3.2.2 and everything installed without a hitch.

I got the server up, connected to port 6667 tried to oper and got this:

No O-lines for your host

Heres the server info:
Jay is [email protected] * Jay
Jay is connecting from *@192.168.1.1 192.168.1.1

The server was unable to figure out my hostname and im working on that as a seperate issue. I am connecting from the same internal network but I did connect to it from the WAN IP address:


* Connecting to 66.188.211.184 (6667) (sorry not trying to advertise here, just trying to be as thorough as possible.) the server is not for commercial purposes, it will be a support source for my business.
-
Local host: EMACHINES (192.168.1.100)
-
-irc.volted.com- *** Looking up your hostname...
-
-irc.volted.com- *** Couldn't resolve your hostname; using your IP address instead
-

Here is my oper block

oper Jay {
class clients;
from {
userhost [email protected];
userhost [email protected];
userhost [email protected];
userhost Jay@*.charter.com;
userhost *@*.roc.mn.charter.com;
userhost *@*;

};

password "wouldntyouliketoknow";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};
swhois "Jay is the owner of this server";
snomask cFfkejvGnNQsSo;
};

These are the different hosts i might connect to it from and even a failsafe *@* in case i am on a different domain (as I couldnt oper with the hosts so i put the wildcard in there to see whats up). I intend to remove the wildcard once i get this fixed.

I also tried to create a test oper:

oper Test {
class clients;
from {
userhost *@*;
};
password "wouldntyouliketoknow";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};
}


In ircd.log there are a load of these:
[Fri Jan 7 19:26:24 2005] - OPER UNKNOWNOPER (test) by ([email protected])
[Fri Jan 7 19:26:24 2005] - OPER UNKNOWNOPER (jay) by ([email protected])
and some for the 'jay' account as well

Does anyone have any ideas?


I have checked the FAQ, i have read thru just about every post here regarding Olines.


thanks in advance, im sure its something silly and simple :)

- Jay

Posted: Sat Jan 08, 2005 3:45 am
by Syzop
thanks in advance, im sure its something silly and simple
Yup, usernames are case sensitive... I see you trying to uper up with 'test' and 'jay' while your oper blocks are 'Test' and 'Jay'.

actually that is mentioned in the faq ;p

you rock!

Posted: Sat Jan 08, 2005 3:47 am
by volted.com
dude.

* Jay sets mode: +oghaAsxN
-
Server notice mask (+kcfFjveGnNSso)
-
You are now an IRC Operator
-

seriously. pour yourself a cold one.

You rock!!!

that did it. - thanks so much - jay