linking 2 hub error
Posted: Thu Apr 29, 2010 2:51 am
First hub running latest versions on UnrealIRCd, Anope and BOPM.
Second hub running latest versions on UnrealIRCD and BOPM.
have no problems when i connect to irc2.asian-flava.com but when i connect to irc1.asian-flava.com i get this error every 30secs
Code: Select all
name "irc1.asian-flava.com";
info "Asian Flava";
numeric 1Code: Select all
listen 72.20.23.93:6667 {
options {
java;
clientsonly;
};
};
listen 72.20.23.93:7029 {
options {
serversonly;
};
};
listen 72.20.23.93:7030 {
options {
serversonly;
};
};Code: Select all
link services.asian-flava.com
{
username *;
hostname 72.20.23.93;
bind-ip *;
port 7029;
hub *;
password-connect "password";
password-receive "password";
class servers;
};
link irc2.asian-flava.com {
username *;
hostname 188.165.75.168;
bind-ip *;
port 7030;
hub *;
password-connect "password";
password-receive "password";
class servers;
options {
autoconnect;
nodnscache;
nohostcheck;
};
};Code: Select all
name "irc2.asian-flava.com";
info "Asian Flava";
numeric 3;Code: Select all
listen 188.165.75.168:6667 {
options {
java;
clientsonly;
};
};
listen 188.165.75.168:7029 {
options {
serversonly;
};
};
listen 188.165.75.168:7030 {
options {
serversonly;
};
};Code: Select all
link services.asian-flava.com
{
username *;
hostname 72.20.23.93;
bind-ip *;
port 7029;
hub *;
password-connect "password";
password-receive "password";
class servers;
};
link irc1.asian-flava.com {
username *;
hostname 72.20.23.93;
bind-ip *;
port 7030;
hub *;
password-connect "password";
password-receive "password";
class servers;
options {
autoconnect;
nodnscache;
nohostcheck;
};
};have no problems when i connect to irc2.asian-flava.com but when i connect to irc1.asian-flava.com i get this error every 30secs
i tried without the autoconnect option on the first hub but makes no difference-irc1.asian-flava.com- *** Notice -- Link [@89.238.135.213.61575] cancelled, server irc2.asian-flava.com already exists from irc2.asian-flava.com