Linking problem !

These are old archives. They are kept for historic purposes only.
Post Reply
raverke
Posts: 17
Joined: Tue Jan 16, 2007 12:35 am

Linking problem !

Post 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!
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Also, give your servers actual names.

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