Anope doesnt connect

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

White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post 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]"
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
heinz
Posts: 90
Joined: Mon Mar 08, 2004 4:08 pm
Location: United Kingdom
Contact:

Post 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
Chris Hogben
Chief Tester, QA Team - Anope IRC Services
Co-Owner - PhpMemX.Net
Stat
Posts: 8
Joined: Fri Feb 04, 2005 7:56 am

Post 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 :) :)
polikarp
Posts: 5
Joined: Tue Mar 01, 2005 12:10 pm

Post 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
heinz
Posts: 90
Joined: Mon Mar 08, 2004 4:08 pm
Location: United Kingdom
Contact:

Post 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
Chris Hogben
Chief Tester, QA Team - Anope IRC Services
Co-Owner - PhpMemX.Net
polikarp
Posts: 5
Joined: Tue Mar 01, 2005 12:10 pm

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

Post by Dukat »

heinz
Posts: 90
Joined: Mon Mar 08, 2004 4:08 pm
Location: United Kingdom
Contact:

Post 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)
Chris Hogben
Chief Tester, QA Team - Anope IRC Services
Co-Owner - PhpMemX.Net
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Yeah, you're right... :wink:

Of course a mod splitting this topic would have been a nicer solution :D
Khazaztroph
Posts: 1
Joined: Mon Aug 11, 2008 11:12 pm

Re: Anope doesnt connect

Post 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
Locked