Help! cannot link anope to server at all! i keep getting same error no matter how i edit the services.conf.
Feb 01 19:29:07.081446 2015] Debug: Attempting to connect to uplink #1 69.***.***.** (69.162.163.21), port 6667
[Feb 01 19:29:07.081663 2015] Debug: Successfully connected to uplink #1 69.***.***.** :6667
[Feb 01 19:29:07.081969 2015] Debug: Sent: :services.edgeradio.net PROTOCTL NICKv2 VHP UMODE2 NICKIP SJOIN SJOIN2 SJ3 NOQUIT TKLEXT ESVID MLOCK VL VL
[Feb 01 19:29:07.082105 2015] Debug: Sent: :services.edgeradio.net PASS :****
[Feb 01 19:29:07.082176 2015] Debug: Sent: :services.edgeradio.net SERVER services.edgeradio.net 0 :U0-*-services.edgeradio.net Services for IRC Networks
[Feb 01 19:29:07.100915 2015] Debug: Received: :69.***.***.** NOTICE AUTH :*** Looking up your hostname...
[Feb 01 19:29:07.117044 2015] Debug: unexpected non-user source 69.***.***.** for NOTICE
[Feb 01 19:29:07.117103 2015] Debug: Received: :69.***.***.** NOTICE AUTH :*** Couldn't resolve your hostname; using your IP address instead
[Feb 01 19:29:07.117151 2015] Debug: unexpected non-user source 69.***.***.** for NOTICE
[Feb 01 19:29:07.117207 2015] Debug: Received: ERROR :Link denied (No matching link configuration) [@0:0:0:0:0:ffff:69.***.***.** .52060]
[Feb 01 19:29:07.117248 2015] Debug: ERROR: Link denied (No matching link config
uration) [@0:0:0:0:0:ffff:69.***.***.** .52060]
[Feb 01 19:29:07.117277 2015] Debug: Received: ERROR :Closing Link: [69.***.***.** ] (Link denied (No matching link configuration))
[Feb 01 19:29:07.117309 2015] Debug: ERROR: Closing Link: [69.***.***.** ] (Link denied (No matching link configuration))
[Feb 01 19:29:07.130604 2015] Debug: Received ERROR from uplink: Closing Link: [69.***.***.** ] (Link denied (No matching link configuration))
* link services.edgeradio.net
* {
* username puresounds;
* hostname 69.***.***.**;
* bind-ip 69.***.***.**;
* port 6667;
* hub *;
* password-connect "mypasshere";
* password-receive "mypasshere";
* class servers;
* };
* ulines { services.edgeradio.net; };
* listen 69.***.***.**:6667;
*/
uplink
{
/*
* The IP or hostname of the IRC server you wish to connect Services to.
* Usually, you will want to connect Services over 127.0.0.1 (aka localhost).
*
* NOTE: On some shell providers, this will not be an option.
*/
host = "69.***.***.**"
/*
* Enable if Services should connect using IPv6.
*/
ipv6 = no
/*
* Enable if Services should connect using SSL.
* You must have an SSL module loaded for this to work.
*/
ssl = no
/*
* The port to connect to.
* The IRCd *MUST* be configured to listen on this port, and to accept
* server connections.
*
* Refer to your IRCd documentation for how this is to be done.
*/
port = 6667
/*
* The password to send to the IRC server for authentication.
* This must match the link block on your IRCd.
*
* Refer to your IRCd documentation for more information on link blocks.
*/
password = "mypasswordhere"
*/
link services.edgeradio.net
{
username puresounds;
hostname 69.***.***.**;
bind-ip 69.***.***.**;
port 6667;
hub *;
password-connect "mypasshere";
password-receive "mypasshere";
class servers;
};
/*
*
* NEW: ulines {}
* OLD: U:Line
* U-lines give servers more power/commands, this should ONLY be set
* for services/stats servers and NEVER for normal UnrealIRCd servers!
* Syntax is as follows:
* ulines {
* (server to uline);
* (server to uline);
* [etc]
* };
*/
ulines {
services.edgeradio.net;
stats.edgeradio.net;
};
}
also been about 6 yrs since i've done this so bear with me lol