Linking Linux to FreeBSD

This forum is for everyone having trouble with linking two UnrealIRCd servers

Moderator: Supporters

Locked
Linkx
Posts: 2
Joined: Fri May 06, 2016 1:22 pm

Linking Linux to FreeBSD

Post by Linkx »

Having some server linking issues. UnrealIRCd 4.0.3.1

I have several servers linked to my hub with no issues. All running Linux Ubuntu 14.

Got a shell account today that's FreeBSD 8.4 complied good. Have all my links set correctly.

When I connect the linkx/bsd servers they establish a ssl connection and sync and then automatically quit with a "read error" I looked in the logs, but cant for the life of me figure out why these servers wont stay connected.

Code: Select all

.:00·47·27:. (link) Secure link leaf1.test.network -> hub.test.network[@XX.XX.XX.XX.28238] established (TLSv1.2-ECDHE-RSA-AES256-GCM-SHA384-256bits)
.:00·47·27:. *** Link leaf1.test.network -> hub.test.network is now synced [secs: 0 recv: 0.1005 sent: 4.131]
.:00·47·27:. Lost connection to hub.test.network[HUB MASK]: Read error
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Linking Linux to FreeBSD

Post by Syzop »

You may want to set the junk and eyes snomask. It shouldn't be necessary but it may allow you to catch some more information:

Code: Select all

/mode yournick +s +je
More important: could you also paste the messages and errors seen from the OTHER side/server? (so from hub.test.network)
Locked