i want to test a ratbox server so i decided to link one to one of the hub servers locally. when i start it up i get this message.
-irc.warindustries.com- *** Notice -- Connection to ratbox.blackcode.com activated.
-irc.warindustries.com- *** Notice -- ERROR :from ratbox.blackcode.com[unknown@255.255.255.255] -- Closing Link: c-7a2272d5.010-112-76786a11.cust.bredbandsbolaget.se (Invalid servername.)
-irc.warindustries.com- *** Notice -- Server ratbox.blackcode.com[unknown@255.255.255.255] closed the connection
-irc.warindustries.com- *** Notice -- ratbox.blackcode.com had been connected for 0 days, 0:00:01
this my connect block in the ratbox server:
connect "127.0.0.1" {
host = "127.0.0.1";
send_password = "ratboxrocks";
accept_password = "ratboxrocks";
encrypted = no;
port = 7000;
hub_mask = "*";
#leaf_mask = "*.uk.*";
class = "server";
autoconn = yes;
#compressed = yes;
topicburst = yes;
fakename = "irc.warindustries.com";
};
here are my C/N lines on the hybrid 6.4.1 server:
##link with ratbox test server
C:127.0.0.1:ratboxrocks:ratbox.blackcode.com::2
N:127.0.0.1:ratboxrocks:ratbox.blackcode.com::2
some stuff you may need to know:
ratbox.blackcode.com is not a real DNS address (i've faked hostnames in linking servers like this before so i dont see a problem. i have also tried taking that out.)
irc.warindustries.com resolves to an ip but when you RDNS it it resolves to c-7a2272d5.010-112-76786a11.cust.bredbandsbolaget.se
thanks for any help
