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

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

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

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

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

Post by katsklaw »

This issue was resolved on IRC. Resolution was wrong IP in link block.
Jeanne
Posts: 13
Joined: Thu Jun 12, 2014 12:12 pm

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

Post by Jeanne »

thank you so much again, i was going bonkers! xox
Post Reply