Page 1 of 1
No O-lines for your host, help me
Posted: Wed Dec 03, 2008 5:51 am
by hmtaccess
hi greet everyone, I have set UnrealIRCD and Anope
but when I type the command
it error
I do not why bit, or that I was missing something
expect people to just help
thank you very very very very much

Re: No O-lines for your host, help me
Posted: Wed Dec 03, 2008 5:57 am
by hmtaccess
sorry my bad english
this is file configure UnrealIRCD.conf
oper hmtaccess {
class clients;
from {
userhost
[email protected];
};
password "minhhoi";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
can_rehash;
helpop;
can_globops;
can_wallops;
can_localroute;
can_localkill;
can_kline;
can_unkline;
can_localnotice;
can_globalroute;
can_globalkill;
can_globalnotice;
global;
can_dccdeny;
can_setq;
admin;
services-admin;
};
};
listen 192.168.1.11:6667
{
options
{
clientsonly;
ssl;
};
};
Re: No O-lines for your host, help me
Posted: Wed Dec 03, 2008 6:27 am
by zEkE
This has been answered by Jobe on the Anope forum.
"userhost" in the oper block should be an ident@host mask that the server sees you as connecting from (see your /whois for your real host and real IP, and also your ident)
You can use *@* but it is safer to use *@<fullip> or *@<fullhost>
So in your oper block where you have your email address, change it to what the server shows you as connecting from (not the masked address either), or *@* (not recommended).
Re: No O-lines for your host, help me
Posted: Wed Dec 03, 2008 8:13 am
by hmtaccess
I have edit as you say
oper hmtaccess {
class clients;
from {
userhost *@gmail.com;
};
password "minhhoi";
but it still does not work
I'm sorry you do not have anything relevant to
I think here I have done 1 missing something
Re: No O-lines for your host, help me
Posted: Wed Dec 03, 2008 8:36 am
by hmtaccess
when I type the command
it remains so
please help me, thank you very very much
Re: No O-lines for your host, help me
Posted: Wed Dec 03, 2008 8:56 am
by [dx]
hmtaccess wrote:I have edit as you say
oper hmtaccess {
class clients;
from {
userhost *@gmail.com;
};
password "minhhoi";
but it still does not work
I'm sorry you do not have anything relevant to
I think here I have done 1 missing something
No. Put this
instead of
Re: No O-lines for your host, help me
Posted: Wed Dec 03, 2008 11:21 am
by hmtaccess
Re: No O-lines for your host, help me
Posted: Wed Dec 03, 2008 5:51 pm
by zEkE
I suggest you change the password, if that is the one you have been using, as anyone can use it
We need to learn more? It seems you need to learn what userhost/hostnames are, and how to use them.
Re: No O-lines for your host, help me
Posted: Wed Dec 17, 2008 6:06 pm
by hmtaccess