Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Lost connection from uplink ...  (Read 7655 times)

0 Members and 1 Guest are viewing this topic.

tdiaz

  • Anope User
  • Offline Offline
  • Posts: 2
Lost connection from uplink ...
« on: October 24, 2016, 12:31:12 PM »

Having been all over and through it all, I can't find whatever is causing this.

Installed from src, no pre-compiled headers, anope 2.0.4 with unrealircd 4.0.7

*** Loading IRCd configuration..
*** Configuration loaded without any problems.

C - * services.myircd.net 6900 servers
H * * services.myircd.net
c :End of /STATS report

Code: [Select]
./services
Anope 2.0.4, build #2, compiled 18:34:56 Oct 22 2016
Using configuration file conf/services.conf
Attempting to connect to uplink #1 192.168.88.8 (192.168.88.8), port 6900
Successfully connected to uplink #1 192.168.88.8:6900
Lost connection from uplink #1 (192.168.88.8:6900): Connection reset by peer

[Oct 24 03:21:28 2016] SERVER: services.myircd.net has connected to the network (uplinked to no uplink)
[Oct 24 03:21:28 2016] Anope 2.0.4 starting up
[Oct 24 03:21:28 2016] Unable to initialize languages, gettext is not installed
[Oct 24 03:21:28 2016] Loading modules...
[Oct 24 03:21:29 2016] Error while loading os_oline: Your IRCd does not support OMODE.
[Oct 24 03:21:29 2016] Using IRCd protocol unreal4
[Oct 24 03:21:29 2016] Loading databases...
[Oct 24 03:21:29 2016] Databases loaded
[Oct 24 03:21:29 2016] Attempting to connect to uplink #1 192.168.88.8 (192.168.88.8), port 6900
[Oct 24 03:21:29 2016] Successfully connected to uplink #1 192.168.88.8:6900
[Oct 24 03:21:30 2016] Lost connection from uplink #1 (192.168.88.8:6900): Connection reset by peer
[Oct 24 03:21:30 2016] Unable to connect to any uplink

Config settings:


Code: [Select]
uplink
{
host = "192.168.88.8"
ipv6 = no
ssl = yes
port = 6900
password = "letsanope"
}

-----

link services.myircd.net
{

incoming { mask 192.168.88.8; };
password "letsanope";
class servers;
# simpler block, no difference.

};

ulines {
services.myircd.net;
};


--------

Code: [Select]
link services.myircd.net
{

incoming {
mask *;
};


outgoing {
bind-ip *;
hostname 192.168.88.8;
port 6900;
options {ssl; };
};
class servers;
password "letsanope";
};




Lost connection from uplink #1 (192.168.88.8:6900): Connection reset by peer
Logged

wilco

  • Anope User
  • Offline Offline
  • Posts: 20
Re: Lost connection from uplink ...
« Reply #1 on: October 24, 2016, 12:43:45 PM »

you are using ssl port while perhaps anope/unreal isnt ssl ready so try non ssl
Logged

tdiaz

  • Anope User
  • Offline Offline
  • Posts: 2
Re: Lost connection from uplink ...
« Reply #2 on: October 24, 2016, 09:58:04 PM »

I've tried non SSL as well, no dice.
As for SSL, I am able to connect with a client successfully.
Logged

Gavin

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 16
    • ZAIRC.net
Re: Lost connection from uplink ...
« Reply #3 on: November 10, 2016, 09:33:26 PM »

Still having issues??
Logged
ZAIRC.net Services Administrator
https://zairc.net | http://facebook.com/zairc.net | http://twitter.com/zairc_net

rr: irc.zairc.net

Barack Obama

  • Anope User
  • Offline Offline
  • Posts: 5
Re: Lost connection from uplink ...
« Reply #4 on: February 19, 2018, 06:40:16 PM »

I am and this is driving me bonkers.

Code: [Select]
[Feb 19 19:20:21 2018] SERVER: services.jungli.eu (Services for IRC Networks) has connected to the network (uplinked to no uplink)
[Feb 19 19:20:21 2018] Anope 2.0.6 starting up
[Feb 19 19:20:21 2018] Loading modules...
[Feb 19 19:20:21 2018] Error while loading os_oline: Your IRCd does not support OMODE.
[Feb 19 19:20:21 2018] Using IRCd protocol unreal4
[Feb 19 19:20:21 2018] Loading databases...
[Feb 19 19:20:21 2018] DB_FLATFILE: Unable to open data/anope.db for reading!
[Feb 19 19:20:21 2018] Databases loaded
[Feb 19 19:20:21 2018] Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1), port 6900
[Feb 19 19:20:21 2018] Successfully connected to uplink #1 127.0.0.1:6900
[Feb 19 19:20:22 2018] Lost connection from uplink #1 (127.0.0.1:6900): Connection reset by peer
Logged
Pages: [1]   Go Up