Page 1 of 1

Linking Issue

Posted: Mon Apr 14, 2008 1:54 am
by m1lkym1ke
I have 3 servers linked perfectly fine.... however this 4th server... wont link... Ive tried doing differnt servers as the hub or leaf... its a no go... here are configs.. Anything u guys might see would help!


-evil.uk.AbZoRbeD.net- *** Notice -- Connection to main.hub.AbZoRbeD.net[85.197.99.33] activated.
-
-evil.uk.AbZoRbeD.net- *** Notice -- No response from main.hub.AbZoRbeD.net[85.197.99.33], closing link
-


-main.hub.AbZoRbeD.net- *** Notice -- Connection to evil.uk.AbZoRbeD.net[83.170.81.19] activated.
-
-main.hub.AbZoRbeD.net- *** Notice -- No response from evil.uk.AbZoRbeD.net[83.170.81.19], closing link

Leaf: (The server that wont link)

listen 83.170.81.19:1985;

link main.hub.AbZoRbeD.net
{
username *;
hostname 85.197.99.33;
bind-ip *;
hub *;
port 1985;
password-connect "******";
password-receive "******";
class servers;
options {
autoconnect;
};
};

Hub:

listen 85.197.99.33:1985;

link evil.uk.AbZoRbeD.net
{
username *;
hostname 83.170.81.19;
bind-ip *;
hub *;
port 1985;
password-connect "******";
password-receive "*******";
class servers;
options {
autoconnect;
};
};

Re: Linking Issue

Posted: Mon Apr 14, 2008 10:06 pm
by digi198816
Hey
are you sure the following ports are allowed for outgoining/incoming on both servers? It seems like the servers cannot reach other, make sure the IP's are correct and not changing.

Re: Linking Issue

Posted: Tue Apr 15, 2008 8:58 am
by m1lkym1ke
digi198816 wrote:Hey
are you sure the following ports are allowed for outgoining/incoming on both servers? It seems like the servers cannot reach other, make sure the IP's are correct and not changing.

Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 reborn-irc.net:6660 83.170.81.19:46237 SYN_RECV

Thats on my hub.... 83.170.81.19 is the leaf.... its tryin but cant... and ive tried to connect it to all differnt servers.. nothing... see this 83.170.81.19 use to be our hub... and then all of a sudden it dropped links from all servers.... it wont link anymore... but accepts client connections

Re: Linking Issue

Posted: Tue Apr 15, 2008 9:12 am
by m1lkym1ke
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 reborn-irc.net:6660 83.170.81.19:50175 SYN_RECV
tcp 0 0 reborn-irc.net:6660 83.170.81.19:37163 SYN_RECV

Re: Linking Issue

Posted: Tue Apr 15, 2008 2:53 pm
by digi198816
it might not be liking the port you are trying to connect it from, how about try changing it? and see if that works

Re: Linking Issue

Posted: Tue Apr 15, 2008 7:27 pm
by m1lkym1ke
digi198816 wrote:it might not be liking the port you are trying to connect it from, how about try changing it? and see if that works

tried differnt ports... even diabled port 6667 from clients and used for linking since i can connect to the ircd... and no go...