I started with this issue in the Modules forum, but it ended up being something else. I just want to start over and try to get to the bottom of this once and for all, I am a Linux Administration student and I need this ready for my final, and I just can't figure out what I'm doing wrong, I'm a total noob, so please be as descriptive as you can be.
Icd loads without any problems, but when I try to start services I get this:
ircd.services.net- *** Notice -- Link [@192.168.1.102.41734] cancelled, server ircd.services.net already exists from ircd.services.net
here is my info:
services.conf
-------------------
RemoteServer 192.168.1.102 6667 "mypass"
-------------------
ServerName "ircd.services.net"
-------------------
unrealircd.conf
---------------
me
{
name "ircd.services.net";
info "keldons Server";
numeric 1;
-----------------------
listen 192.168.1.102:6667;
listen 192.168.1.102:6667;
----------------------
link ircd.services.net
{
username *;
hostname 192.168.1.102;
bind-ip *;
port 6667;
hub *;
password-connect "mypass";
password-receive "mypass";
class servers;
options {
/* Note: You should not use autoconnect when linking se$
};
};
----------------------
*/
ulines { ircd.services.net; };
};
/*
---------------------
/* Network configuration */
set {
network-name "ROXnet";
default-server "irc.roxnet.org";
services-server "ircd.services.net";
stats-server "stats.roxnet.org";
help-channel "#ROXnet";
hiddenhost-prefix "rox";
/* prefix-quit "no"; */