/connect

These are old archives. They are kept for historic purposes only.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: /connect

Post 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?
joethomas3000
Posts: 31
Joined: Tue Oct 26, 2010 12:36 am

Re: /connect

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: /connect

Post 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!
joethomas3000
Posts: 31
Joined: Tue Oct 26, 2010 12:36 am

Re: /connect

Post 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)
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: /connect

Post 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.
joethomas3000
Posts: 31
Joined: Tue Oct 26, 2010 12:36 am

Re: /connect

Post by joethomas3000 »

is ive said, i did this for a test and it didnt work with OR without
joethomas3000
Posts: 31
Joined: Tue Oct 26, 2010 12:36 am

Re: /connect

Post by joethomas3000 »

can someone help me with this please :| :?:
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: /connect

Post 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.
joethomas3000
Posts: 31
Joined: Tue Oct 26, 2010 12:36 am

Re: /connect

Post 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) :!: :?:
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: /connect

Post 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;
};

Code: Select all

listen         72.20.21.111:4500;
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;
       };
};

Code: Select all

listen         216.18.189.253:4500;
joethomas3000
Posts: 31
Joined: Tue Oct 26, 2010 12:36 am

Re: /connect

Post by joethomas3000 »

yes and you connected to rampage...
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: /connect

Post by katsklaw »

This issue was resolved on IRC.
Post Reply