* Jim Razmus <[EMAIL PROTECTED]> [051009 19:19]: > I'm trying to setup an internal 3 node irc network for my company. I > have two nodes, both on OpenBSD, bursting just fine. However, I can't > seem to get a third node to graft itself on to the hub server. > > Has anyone successfully run a multi-node irc network with OpenBSD as a hub > server? > > Thanks, > Jim >
For the archives I did solve this problem. You have to #define HUB in the config.h file. It's normally commented out. I was able to include that define and compile just fine. I then was able to setup a four node irc network consisting of the hub and three leaf nodes. One other compile time constraint I ran into was max channels per user. I also saw that I would run into the max connections limit as well. I bumped those figures as well. I am submitting a patch to ports@ that adds the "hub" and "big" flavors to automate these changes. Jim