Linking Issue

These are old archives. They are kept for historic purposes only.
Post Reply
m1lkym1ke
Posts: 4
Joined: Mon Apr 14, 2008 1:49 am

Linking Issue

Post 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;
};
};
digi198816
Posts: 33
Joined: Sat Apr 12, 2008 7:02 pm
Location: Brampton, Ontario

Re: Linking Issue

Post 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.
m1lkym1ke
Posts: 4
Joined: Mon Apr 14, 2008 1:49 am

Re: Linking Issue

Post 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
m1lkym1ke
Posts: 4
Joined: Mon Apr 14, 2008 1:49 am

Re: Linking Issue

Post 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
digi198816
Posts: 33
Joined: Sat Apr 12, 2008 7:02 pm
Location: Brampton, Ontario

Re: Linking Issue

Post 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
m1lkym1ke
Posts: 4
Joined: Mon Apr 14, 2008 1:49 am

Re: Linking Issue

Post 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...
Post Reply