No O-lines for your host, help me

These are old archives. They are kept for historic purposes only.
Post Reply
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

No O-lines for your host, help me

Post by hmtaccess »

hi greet everyone, I have set UnrealIRCD and Anope

but when I type the command

Code: Select all

/oper nickoper passoper
it error

Code: Select all

No O-lines for your host
I do not why bit, or that I was missing something

expect people to just help

thank you very very very very much :wink: :wink: :wink: :wink: :wink:
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

Re: No O-lines for your host, help me

Post 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;
};
};
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: No O-lines for your host, help me

Post 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).
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

Re: No O-lines for your host, help me

Post 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
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

Re: No O-lines for your host, help me

Post by hmtaccess »

when I type the command

Code: Select all

/oper  nickoper  passoper
it remains so

Code: Select all

No O-lines for your host
please help me, thank you very very much
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: No O-lines for your host, help me

Post 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

Code: Select all

userhost *@*;
instead of

Code: Select all

userhost *@gmail.com;
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

Re: No O-lines for your host, help me

Post by hmtaccess »

thank you very much, it has been working then,

you need to learn more :P :P :P :P :P :P :P :P :P :P :P :P
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: No O-lines for your host, help me

Post 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.
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
hmtaccess
Posts: 17
Joined: Wed Dec 03, 2008 5:37 am
Contact:

Re: No O-lines for your host, help me

Post by hmtaccess »

thank you for comment :P :P :P :P :P :P :P :P
Post Reply