Page 2 of 2

Re: Link Error - need fresh set of eyes to spot my issues

Posted: Sun Jan 18, 2015 7:08 pm
by katsklaw
Traditionally, hubs are supposed to autoconnect to leafs. But in this instance it may be best for the leaf to do the connecting.

Hub Config:

Code: Select all

link irc6.x.com
{
     username *;
     hostname 5.154.238.218;
     bind-ip 5.154.238.218;
     port 27888;
     password-connect "H6BxeA29jhbbx6g4mjchwyuvZ";
     password-receive "H6BxeA29jhbbx6g4mjchwyuvZ";
     class servers;
};

Leaf Config:

Code: Select all

link irc.x.com
{
     username *;
     hostname 206.41.117.28;
     bind-ip 206.41.117.28;
     port 27878;
     hub *;
     password-connect "H6BxeA29jhbbx6g4mjchwyuvZ";
     password-receive "H6BxeA29jhbbx6g4mjchwyuvZ";
     class servers;
     options {
          autoconnect;
     };
};

Re: Link Error - need fresh set of eyes to spot my issues

Posted: Sun Jan 18, 2015 7:44 pm
by katsklaw
This issue was resolved on IRC. Resolution was wrong IP in link block.

Re: Link Error - need fresh set of eyes to spot my issues

Posted: Sun Jan 18, 2015 7:52 pm
by Jeanne
thank you so much again, i was going bonkers! xox