need help with 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

Locked
HardStyle

need help with anope...

Post by HardStyle »

can someone tell what i'm doing wrong ...
i'm running Anope 1.7.13.951 on a windows xp pro
and i keep on getting this...

Code: Select all

C:\Program Files\Anope>anope.exe -nofork
[Jan 25 21:46:21 2006] Anope 1.7.13 (951) (ircd protocol: UnrealIRCd 3.2+) start
ing up
[Jan 25 21:46:22 2006] ms_rsend requested unload...
[Jan 25 21:46:22 2006] debug: trying to load core module [ms_rsend]
[Jan 25 21:46:22 2006] debug: status: [6]
[Jan 25 21:46:24 2006] Databases loaded
[Jan 25 21:46:24 2006] Info: Reflecting database records.
[Jan 25 21:46:24 2006] Connected to Server 1 (localhost:6667)
[Jan 25 21:46:26 2006] FATAL: Remote server returned: ERROR :Link denied (No mat
ching link configuration) [[email protected]]


unreal config:

Code: Select all

link services.hardstyle.be
{
	username	HardStyle;
	hostname 	127.0.0.1;
	
	port 		6667;
	hub             *;
	password-connect "LoVeRkEuH_";
	password-receive "LoVeRkEuH_";
	class servers;
	
	};
ulines {
	services.hardstyle.be;
      
};
anope config:

Code: Select all

RemoteServer    localhost 6667 "LoVeRkEuH_"
ServerName  "services.hardstyle.be"
ServiceUser "[email protected]"
JIVXor
Posts: 134
Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba

Post by JIVXor »

1- Never use 6667-6669 ports to link.
2- Try using username *

Paste here next results.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

I use 6667-6669 all the time... I don't see anything wrong with it except a possible security problem with people trying to "hack" in their own link (good luck with mine though, they are hostname based)
[UnDeRTaKeR]
Posts: 84
Joined: Mon Nov 21, 2005 6:15 am
Location: Cuba

Post by [UnDeRTaKeR] »

as suggested by JIVXor use * for username,

but I wonder if with the
bind-ip *;
line in your unrealircd.conf missing everything is fine,
in documentation is stated as optional,
but in my 3.2.3 I cannot remove the line, unrealircd returns an error:
error: unrealircd.conf:309: link::bind-ip is missing
now I am suggesting and asking at the same time,
if this error is normal, then you should add the line,
if its not normal... whats with my conf that cant miss the line?
sChutt
Posts: 48
Joined: Mon Mar 07, 2005 8:20 pm

Post by sChutt »

Give me a yell 2moro m8 - i'll hook u up.
(he's someone close around)

make sure ur vnc is up n running when u come for a chat :D

- sChutt
[UnDeRTaKeR]
Posts: 84
Joined: Mon Nov 21, 2005 6:15 am
Location: Cuba

Post by [UnDeRTaKeR] »

sChutt wrote:Give me a yell 2moro m8 - i'll hook u up.
(he's someone close around)

make sure ur vnc is up n running when u come for a chat :D
- sChutt
?
sChutt
Posts: 48
Joined: Mon Mar 07, 2005 8:20 pm

Post by sChutt »

I know the guy personally but I take it he didn't knew I was regged here aswell or wether I was able to help him out in the first place. :)
I'll teach/inform him in person np. :)

- sChutt
[UnDeRTaKeR]
Posts: 84
Joined: Mon Nov 21, 2005 6:15 am
Location: Cuba

Post by [UnDeRTaKeR] »

:D
fine then...the helping hand is better in person ;)
Locked