Services Down ?
Posted: Wed Nov 16, 2005 4:55 pm
I've linked services and then I'm trying use it it says services are currently down, what's wrong ?
Yes, i have rehashed config.
Here's my config:
unrealircd.conf
services.conf
I didn't get errors or smth, services connecting just fine.
-gamerzone.sytes.net- *** Notice -- (link) Link gamerzone.sytes.net -> gamerzone.services[@127.0.0.1.1150] established
-gamerzone.sytes.net- *** Notice -- Link gamerzone.services -> gamerzone.sytes.net is now synced [secs: 0 recv: 0.560 sent: 0.772][/code]
No errors in logs too.
Yes, i have rehashed config.
Here's my config:
unrealircd.conf
Code: Select all
listen *:6669
{
options
{
serversonly;
};
};
link gamerzone.services
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 6669;
hub *;
password-connect "***";
password-receive "***";
class servers;
};
ulines {
gamerzone.services;
};
set
{
services-server "gamerzone.services";
};
Code: Select all
RemoteServer localhost 6669 "***"
ServerName "gamerzone.services"
-gamerzone.sytes.net- *** Notice -- (link) Link gamerzone.sytes.net -> gamerzone.services[@127.0.0.1.1150] established
-gamerzone.sytes.net- *** Notice -- Link gamerzone.services -> gamerzone.sytes.net is now synced [secs: 0 recv: 0.560 sent: 0.772][/code]
No errors in logs too.