|
|
| Author |
Message |
indigo Guest
|
Posted: Jul 19, 2004 2:22am Post subject: help me :( |
|
|
well, i want to link 2 servers in the same ip, "my ircd is unrealircd 3.2, well, here past the block configuration in my unreal file ".conf" and i suppose that somebody can help me ...
link pps.anonymous.net
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 6667;
hub *;
password-connect "passwordtest";
password-receive "passwordtest";
class servers;
options {
"autoconnect";
};
};
well this i added to unreal file conf, and i think that's rigth to make /map and show the pps* server but it didn't :c show this
server ! *** Connecting to pps.anonymous.net[127.0.0.1].
-
server ! *** LocOps -- Link denied for anonymous.central.net(unknown@127.0.0.1) (No link block named 'anonymous.central.net') [@127.0.0.1.2111]
-
server ! *** LocOps -- ERROR :from pps.anonymous.net[127.0.0.1] -- Link denied (No matching link configuration) [@127.0.0.1.2111]
-
server ! *** LocOps -- ERROR :from pps.anonymous.net[127.0.0.1] -- Closing Link: [127.0.0.1] (Link denied (No matching link configuration))
-
server ! *** LocOps -- Server pps.anonymous.net[127.0.0.1] closed the connection
-
i don't have what to do, i need help :c i want to know what it's wrong or if it's possible link two servers in the same ip, 'cause my network it's working in 127.0.0.1 ...
thanks in advanced..
i'll wait yours answers =) |
|
| Back to top |
|
 |
katsklaw Guru

Joined: 28 Jun 2004 Posts: 1122
|
Posted: Jul 19, 2004 7:31pm Post subject: |
|
|
If you read the error it said "No link block named 'anonymous.central.net'"
If you read the docs for your IRCD .. it will tell you what a link block is.
Bottom line ... READ |
|
| Back to top |
|
 |
|
|
| |