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