Page 1 of 1

Linking problem !

Posted: Tue Mar 13, 2007 5:06 am
by raverke
If somebody wants to tell me, what is wrong on this config, and i use a shell, some i only have one IP.. And i have searching already all night, so pleas..

* by (also) using 6697 you help the world standardize a bit ;).
*/
listen 81.17.46.149:7900;
{
options
{
clientsonly;
};

listen 81.17.46.149:6667;

/* NOTE: If you are on an IRCd shell with multiple IP's you are
* likely to get 'Address already in use' errors in your log
* and the ircd won't start. This means you MUST bind
* to a specific IP instead of '*', so for example:
* listen 81.17.46.157:7901;
* Obviously, replace the IP with the IP that was assigned to you.
*/

/*
* 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 81.17.46.149
* {
* username *;
* hostname 81.17.46.149;
* bind-ip *;
* port 7900;
* hub *;
* password-connect "??";
* password-receive "??";
* class servers;
* options {
* };
*};
*/


Anope :

RemoteServer 81.17.46.149 7900 "??"
ServerName "81.17.46.149"
ServerDesc "Services for IRC Network"
ServiceUser "[email protected]"

Thank you!

Posted: Tue Mar 13, 2007 6:13 am
by Dukat
You mustn't put your link block in a comment block.

Please read Section "4.1 Configuration File Explained" of the documentation again - especially the part about comments:
http://www.vulnscan.org/UnrealIRCd/unre ... eexplained


Additionally, you mustn't use "clientsonly" in a listen block for servers.

Posted: Tue Mar 13, 2007 4:53 pm
by Stealth
Also, give your servers actual names.

Like "services.uppernet.org" instead of "81.17.46.149"