Page 2 of 2
Re: /connect
Posted: Fri Feb 25, 2011 11:01 pm
by katsklaw
well you missed something somewhere as those link blocks will work. Are you positive you edited the correct copy of unrealircd.conf? Uploaded it to your server?
Re: /connect
Posted: Sun Feb 27, 2011 12:13 pm
by joethomas3000
Yes, i'm positive, however you did get the ip on the links block wrong so the links block may be wrong on the server... im going to see if they work when i swap them round.
Edit: Besides from an incorrect port everything else was correct :s
Re: /connect
Posted: Sun Feb 27, 2011 2:40 pm
by katsklaw
I didn't get the IP's wrong. If you look at the listen block I told you to use on rampage it has 216.18.189.153 and on madness it's 72.20.21.111. In the link block you wan tto put the IP of the OTHER server, so in the link block for madness on any server you will put madness's IP, just as I have. and the same is true for rampage.
madness.ircmadness.net[72.20.21.111]
link madness.ircmadness.net {
username *;
hostname 72.20.21.111;
and rampage:
rampage.ircmadness.net[216.18.189.153.4400]
link rampage.ircmadness.net {
username *;
hostname 216.18.189.253;
Use the blocks I pasted changing the port ONLY!
Re: /connect
Posted: Sun Feb 27, 2011 10:09 pm
by joethomas3000
HUB - 72.20.21.111 - Rampage
link madness.ircmadness.net {
username *;
hostname 216.18.189.153;
bind-ip 72.20.21.111; (I ADDED THIS AS AN EXPERIMENT, IT DOESNT WORK WITH OR WITHOUT THIS IP)
port 12312;
password-connect "xxxxxxx";
password-receive "xxxxxxx";
class servers;
};
LEAF - 216.18.189.153 - Madness
link rampage.ircmadness.net {
username *;
hostname 72.20.21.111;
bind-ip *;
port 12312;
password-connect "xxxxxxx";
password-receive "xxxxxxx";
hub *;
class servers;
options {
autoconnect;
};
};
I prefer using this port as i am the only person using it on both of my servers (im one of the only customers who knows its open)
Re: /connect
Posted: Mon Feb 28, 2011 1:58 am
by katsklaw
1> your error messages disagree with you as to which IP belongs to which server.
2> I've told you 3 times to NOT set bind-ip.
Re: /connect
Posted: Mon Feb 28, 2011 4:42 pm
by joethomas3000
is ive said, i did this for a test and it didnt work with OR without
Re: /connect
Posted: Fri Mar 04, 2011 8:35 pm
by joethomas3000
can someone help me with this please

Re: /connect
Posted: Fri Mar 04, 2011 11:34 pm
by katsklaw
joethomas3000 wrote:can someone help me with this please

I just connected to 72.20.21.111 and it is indeed rampage. Use the link blocks I gave you, just change the ports to 4500.
Re: /connect
Posted: Fri Mar 04, 2011 11:51 pm
by joethomas3000
-
-rampage.ircmadness.net- *** Connecting to madness.ircmadness.net[72.20.21.111].
-
-rampage.ircmadness.net- *** LocOps -- Link denied for rampage.ircmadness.net(
[email protected]) (No link block named 'rampage.ircmadness.net') [@72.20.21.111.52052]
-
-rampage.ircmadness.net- *** LocOps -- ERROR :from madness.ircmadness.net[72.20.21.111] -- Link denied (No matching link configuration) [@72.20.21.111.52052]
-
-rampage.ircmadness.net- *** LocOps -- ERROR :from madness.ircmadness.net[72.20.21.111] -- Closing Link: [72.20.21.111] (Link denied (No matching link configuration))
-
-rampage.ircmadness.net- *** LocOps -- Server madness.ircmadness.net[72.20.21.111] closed the connection
i coppied EXACTLY what you put (and rehashed)

Re: /connect
Posted: Sat Mar 05, 2011 12:01 am
by katsklaw
on rampage:
Code: Select all
link madness.ircmadness.net {
username *;
hostname 216.18.189.253;
bind-ip *;
port 4500;
password-connect "xxxxxxx";
password-receive "xxxxxxx";
class servers;
};
on madness:
Code: Select all
link rampage.ircmadness.net {
username *;
hostname 72.20.21.111;
bind-ip *;
port 4500;
password-connect "xxxxxxx";
password-receive "xxxxxxx";
hub *;
class servers;
options {
autoconnect;
};
};
Re: /connect
Posted: Sat Mar 05, 2011 12:02 am
by joethomas3000
yes and you connected to rampage...
Re: /connect
Posted: Sat Mar 05, 2011 1:05 am
by katsklaw
This issue was resolved on IRC.