Page 2 of 2

Posted: Sun Feb 06, 2005 5:23 am
by White_Magic
im puzzled codemstr..

stat said in his last post
Anope
Code:
RemoteServer 127.0.0.1 8067 "pass"

ServerDesc "mysite Server"

ServiceUser "[email protected]"

ServerDesc "mysite Server"
The problem here is quite obvious. In the Anope config he has, ServerName "irc.mysite.myftp.org" but in the Unreal config, suddenly he has services.mysite.myftp.org.
i know its 5:20am here but doesnt his last post say his anope is set to " services " ? - in saying that there isnt even a servername there just 2 serverdec(wouldnt those 2 serverdesc cause problems?)
ServerName "irc.mysite.myftp.org"
ServerDesc "Services for IRC Networks"
ServiceUser "[email protected]"

Posted: Sun Feb 06, 2005 12:46 pm
by heinz
The ServerName option (in services.conf) and the link [name] { must both match.

If you're still having trouble, take a look at http://www.anope.org/~heinz/ilm.php?p=lm

Posted: Sun Feb 06, 2005 6:03 pm
by Stat
Edit: Got all working

Thanks
Actually I rehashed but it didnt work properly, so I rehashed again and I got
"Link denied for services.irc.mysite.myftp.org([email protected]) (Username 'unknown' didn't match 'myname') [@127.0.0.1.1285]"
So, in link I kept " username *;" and it worked

Thank very much you all of you for helping me :) :)

Posted: Tue Mar 01, 2005 12:28 pm
by polikarp
I red all your topicks I have same problem I tryed ewerythink which you have wrroted but doesnt help for my problem. I am using unreal3.2.2b and anope-1.5.10-r5-unreal for windows. I am keeping server on my computer. My domain name is DNS and kind of myname.ath.cx

My anope file is.

Code: Select all

RemoteServer  myname.ath.cx 8067 "mypass"
ServerName  "myname.ath.cx"
ServerDesc  "myname.ath.cx"
ServiceUser "[email protected]"
my unrealircd.conf is

Code: Select all

listen  myname.ath.cx:6667
{
	options
	{
		
		clientsonly;
	};
};

listen myname.ath.cx:8067;

 listen myname.ath.cx:8067 
{ options { serversonly; }; }; 

RemoteServer myname.ath.cx 8067  "mypass"
link myname.ath.cx 
{
 username myusernameforDNS;
 hostname myname.ath.cx ;
 port myname.ath.cx:8067;
 hub myname.ath.cx; 
 bind-ip 127.0.0.1;
 password-connect "mypass";
 password-receive "mypass";
 class servers;
options { 

/* Note: You should not use autoconnect when linking services */ 
}; 

};

ulines {
 myname.ath.cx ;
};

};
When I trying to connections geding this messages in the anope log file.




Code: Select all

[Mar 01 14:02:59 2005] Anope 1.5.10-rc5 (compiled for UnrealIRCd 3.1.1+) starting up
[Mar 01 14:02:59 2005] Databases loaded
[Mar 01 14:02:59 2005] Connected to Server 1 (myname.ath.cx:8067)
[Mar 01 14:03:00 2005] Read error from server: Operation now in progress
What is wrong? Thank you

Posted: Tue Mar 01, 2005 5:54 pm
by heinz
1) That is an (old) unsupported version - See http://www.anope.org/~certus/windows/
2) You should start a new topic for new issues
3) Upgrade, and read - http://www.anope.org/~heinz/ilm.php?p=4&i=unreal32 - and then try again

Posted: Tue Mar 01, 2005 9:03 pm
by polikarp
Thank you for your answer. I upgraded all. But my problem is still continiou on this time I am geding kind of this messages;

Code: Select all

[Mar 01 22:58:10 2005] Launching Anope into the background
[Mar 01 22:58:10 2005] Anope 1.7.8 (compiled for UnrealIRCd 3.2+) starting up
[Mar 01 22:58:10 2005] Databases loaded
[Mar 01 22:58:10 2005] Info: Reflecting database records.
[Mar 01 22:58:10 2005] Connected to Server 1 (myname.ath.cx:6670)
[Mar 01 22:58:10 2005] Read error from server: No such file or directory (error num: 2)
My setings still like on top so I wroted here. Thanks.

Posted: Wed Mar 02, 2005 10:12 am
by Dukat

Posted: Wed Mar 02, 2005 6:38 pm
by heinz
I told him to because it was a new issue. Perhaps i've got my forum ettiquettes mixed up, but it's what we do on the main Anope board :)

(makes it easier for searching)

Posted: Wed Mar 02, 2005 7:53 pm
by Dukat
Yeah, you're right... :wink:

Of course a mod splitting this topic would have been a nicer solution :D

Re: Anope doesnt connect

Posted: Mon Aug 11, 2008 11:23 pm
by Khazaztroph
Finally a page with some sens and no bullshit . thx for some logic help

ICR serand and anope can be run on same port because the both a servies and not a client.

so i did like you guys did

anope conf. file :

RemoteServer 127.0.0.1 8067 "LiNk"

and added a new listen port in the unreal 3.2 conf to listen for 8067 with option servers only

so 1 port for ssl 6697
1 port for clients 6667
and 1 fina fort for ircd 7079


thx again for the help.
ps. don“t forget to open the ports in your firewall

keep up the good work