Page 1 of 2
Anope:
Posted: Wed Mar 02, 2011 5:20 pm
by Callumlord
Hi,
My IRC says:
Code: Select all
[17:10] -irc.callumlord.net- *** LocOps -- Link denied for services.callumlord.net([email protected]) (Server is in link block but IP/host didn't match) [@127.0.0.1.1153]
Please help.
Callum
Re: Anope:
Posted: Wed Mar 02, 2011 5:50 pm
by katsklaw
Please read the error message, it tell you exactly what's wrong: Server is in link block but IP/host didn't match) [@127.0.0.1.1153]
Re: Anope:
Posted: Wed Mar 02, 2011 6:31 pm
by Callumlord
I have sorted this now.
Now I have another problem, I cannot connect to my irc with irc.callumlord.net it says
* Unable to resolve server
Callum
Re: Anope:
Posted: Thu Mar 03, 2011 8:44 am
by Jobe
That's because you havnt registered and do not own callumlord.net.
Setting the server name in the me {} block does NOT register a domain name and set it up to point irc.<domain> at the right IP.
You have to do all that yourself.
Re: Anope:
Posted: Thu Mar 03, 2011 5:44 pm
by Callumlord
Thats sorted now.
But, again, I have another problem
Code: Select all
[17:41] -Apple.callumlord.co.uk- *** LocOps -- Link denied for Apple.callumlord.co.uk(unknown@IPaddress) (No link block named 'Apple.callumlord.co.uk') [@IPaddress.1118]
Re: Anope:
Posted: Thu Mar 03, 2011 5:45 pm
by Callumlord
How do I add Another link block to the one I have now?
Re: Anope:
Posted: Thu Mar 03, 2011 5:50 pm
by katsklaw
No need to shout.
You just add another link block. 1 block per server.
Re: Anope:
Posted: Thu Mar 03, 2011 5:59 pm
by Callumlord
How do I add a link block, when I try it says:
Code: Select all
[17:37] -Apple.callumlord.co.uk- *** Notice -- Loading IRCd configuration ..
-
[17:37] -Apple.callumlord.co.uk- *** Notice -- error: unrealircd.conf: Unexpected EOF for section starting on line 715
-
[17:37] -Apple.callumlord.co.uk- *** Notice -- error: Could not load config file unrealircd.conf
-
[17:37] -Apple.callumlord.co.uk- *** Notice -- error: IRCd configuration failed to load
Re: Anope:
Posted: Thu Mar 03, 2011 6:08 pm
by katsklaw
That just means there is a syntax error somewhere, it by no means suggests you can't have another link block. Check your syntax at or near (most likely before) line 715.
Re: Anope:
Posted: Thu Mar 03, 2011 6:19 pm
by Callumlord
Code: Select all
NEW: link {}
* OLD: C/N:Lines
* This defines an okay for a server connection.
* NOTE: BOTH SERVERS NEED A LINK {} SETTING TO CONNECT PROPERLY!
* Syntax is as follows:
* link (server name)
* {
* username (username, * works too);
* hostname (ip number/hostmask);
* bind-ip (What IP to bind to when connecting, or *);
* port (port to connect to, if any);
* hub (If this is a hub, * works, or servermasks it may bring in);
* [or leaf *;]
* password-connect "(pass to send)";
* password-receive "(pass we should receive)";
* class (class to direct servers into);
* options {
* (options here*);
* };
* // If we use SSL, we can choose what cipher to use in SSL mode
* // Retrieve a list by "openssl ciphers", separate ciphers with :'s
*
* ciphers "DES-CBC3-MD5";
*
* };
*/
link Services.callumlord.co.uk
{
username *;
hostname IPaddress;
bind-ip *;
port 6667;
hub *;
password-connect "Password";
password-receive "Password";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
zip;
};
};
Where do I add the new block????
Re: Anope:
Posted: Thu Mar 03, 2011 6:20 pm
by Callumlord
katsklaw wrote:You just add another link block. 1 block per server.
The Apple.Callumlord.co.uk is running of the localhost computer.
Re: Anope:
Posted: Thu Mar 03, 2011 6:22 pm
by katsklaw
Code: Select all
link server1
{
[stuff..]
};
link server2
{
[stuff...]
};
Re: Anope:
Posted: Thu Mar 03, 2011 6:32 pm
by Callumlord
Code: Select all
[18:31] -Apple.callumlord.co.uk- *** Notice -- Rehashing the Config file via the console
-
[18:31] -Apple.callumlord.co.uk- *** Notice -- Loading IRCd configuration ..
-
[18:31] -Apple.callumlord.co.uk- *** Notice -- unrealircd.conf:343: No name for section start
-
[18:31] -Apple.callumlord.co.uk- *** Notice -- Configuration loaded without any problems ..
-
[18:32] -Apple.callumlord.co.uk- *** Notice -- Link [@IPaddress.1221] cancelled, server Apple.callumlord.co.uk already exists from Apple.callumlord.co.uk
?
Re: Anope:
Posted: Thu Mar 03, 2011 6:36 pm
by Callumlord
UPDATE:
Code: Select all
[18:33] -Apple.callumlord.co.uk- *** Notice -- Rehashing the Config file via the console
-
[18:33] -Apple.callumlord.co.uk- *** Notice -- Loading IRCd configuration ..
-
[18:33] -Apple.callumlord.co.uk- *** Notice -- Configuration loaded without any problems ..
-
[18:35] -Apple.callumlord.co.uk- *** Notice -- Link [@IPaddress.1225] cancelled, server Apple.callumlord.co.uk already exists from Apple.callumlord.co.uk
Re: Anope:
Posted: Thu Mar 03, 2011 6:57 pm
by katsklaw
u tried connecting to yourself.