Anope:

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Callumlord
Posts: 35
Joined: Tue Mar 01, 2011 6:31 pm

Anope:

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Anope:

Post 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]
Callumlord
Posts: 35
Joined: Tue Mar 01, 2011 6:31 pm

Re: Anope:

Post 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
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Anope:

Post 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.
Your IP: Image
Your Country: Image
Callumlord
Posts: 35
Joined: Tue Mar 01, 2011 6:31 pm

Re: Anope:

Post 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]
Callumlord
Posts: 35
Joined: Tue Mar 01, 2011 6:31 pm

Re: Anope:

Post by Callumlord »

How do I add Another link block to the one I have now?
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Anope:

Post by katsklaw »

No need to shout.

You just add another link block. 1 block per server.
Callumlord
Posts: 35
Joined: Tue Mar 01, 2011 6:31 pm

Re: Anope:

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Anope:

Post 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.
Callumlord
Posts: 35
Joined: Tue Mar 01, 2011 6:31 pm

Re: Anope:

Post 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????
Callumlord
Posts: 35
Joined: Tue Mar 01, 2011 6:31 pm

Re: Anope:

Post 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.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Anope:

Post by katsklaw »

Code: Select all

link server1
{
    [stuff..]
};

link server2
{
    [stuff...]
};
Callumlord
Posts: 35
Joined: Tue Mar 01, 2011 6:31 pm

Re: Anope:

Post 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

?
Callumlord
Posts: 35
Joined: Tue Mar 01, 2011 6:31 pm

Re: Anope:

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Anope:

Post by katsklaw »

u tried connecting to yourself.
Locked