Linking error

These are old archives. They are kept for historic purposes only.
Post Reply
PartyG
Posts: 4
Joined: Wed Jun 04, 2014 8:25 pm

Linking error

Post by PartyG »

[20:22:21] *** Connecting to irc.vchat.be[::ffff:78.129.172.31].
[20:22:21] *** Global -- Closing link: Write error: Connection refused - irc.vchat.be[::ffff:78.129.172.31]

[20:18:33] error binding to local port for irc2.vchat.be[78.129.172.31]:Cannot assign requested address
[20:18:33] *** Couldn't connect to irc2.vchat.be.

so from both sites there is something wrong..

G
PartyG
Posts: 4
Joined: Wed Jun 04, 2014 8:25 pm

Re: Linking error

Post by PartyG »

irc.vchat.be

link irc2.vchat.be {
username *;
hostname 78.129.172.31;
bind-ip 78.129.172.23;
port 6895;
password-connect "Pasword";
password-receive "Pasword";
leaf *;
class servers;
options {
//autoconnect;
//ssl;
//zip;
};

irc2.vchat.be

};

link irc.vchat.be {
username *;
hostname 78.129.172.31;
bind-ip 78.129.172.23;
port 6890;
password-connect "Pasword";
password-receive "Pasword";
hub *;
class servers;
options {
//autoconnect;
//ssl;
//zip;
};
};
PartyG
Posts: 4
Joined: Wed Jun 04, 2014 8:25 pm

Re: Linking error

Post by PartyG »

ok

i did get it working

now i get this

[22:40:46] *** Notice -- Connection to irc.vchat.be[::ffff:216.245.216.185] activated.
[22:40:47] *** LocOps -- Link denied for irc2.vchat.be([email protected]) (Server is in link block but IP/host didn't match) [@78.129.172.23.38845]
[22:40:47] *** LocOps -- ERROR :from irc.vchat.be[::ffff:216.245.216.185] -- Link denied (No matching link configuration) [@78.129.172.23.38845]
[22:40:47] *** LocOps -- ERROR :from irc.vchat.be[::ffff:216.245.216.185] -- Closing Link: [78.129.172.23] (Link denied (No matching link configuration))
[22:40:47] Exiting ssl client irc.vchat.be[@0:0:0:0:0:ffff:216.245.216.185.0]: SSL_read(): Underlying socket operation returned zero
[22:40:47] *** LocOps -- Lost connection to irc.vchat.be[::ffff:216.245.216.185]: SSL_read(): Underlying socket operation returned zero
PartyG
Posts: 4
Joined: Wed Jun 04, 2014 8:25 pm

Re: Linking error

Post by PartyG »

Problem solved
Post Reply