Page 1 of 1

linking services on the same computer

Posted: Sun Mar 18, 2007 4:59 am
by Chimp
how would u like a services and a server if they are on the same windows xp computer?

Posted: Sun Mar 18, 2007 9:11 am
by Dukat
Uhm... use 127.0.0.1 ;p

Posted: Mon Mar 19, 2007 12:11 am
by Chimp
[Mar 17 23:31:18 2007] FATAL: Can't connect to server: No such file or directory

is what i get from anope

Posted: Sun Apr 29, 2007 10:12 pm
by seraphim
Link Block at unrealircd.conf:
link services.abc.org
{
username *;
hostname *;
bind-ip *;
port 6667;
hub *;
password-connect "linkpass";
password-receive "linkpass";
class servers;
options {
zip;
};
};
Listen-Block for port 6667:
listen *:6667 {
options {
serversonly;
};
};
uLine for Services:
ulines {
services.abc.org;
};
Config at services.conf:
RemoteServer 127.0.0.1 6667 "linkpass"
ServerName "services.abc.org"
That should work ;-)