Page 1 of 1

UnrealIRCd is booting but:

Posted: Tue Jun 20, 2006 10:55 am
by MIB

Code: Select all

(12:35:34) * Connecting to 192.168.0.3 (6601)
-
(12:35:34) Local host: janhendrik (192.168.0.2)
-
(12:35:34) * [10053] Software caused connection abort
-
(12:35:34) * Disconnected
-
(12:35:37) * Connect retry #1 192.168.0.3 (6601)
-
(12:35:37) Local host: janhendrik (192.168.0.2)
-
(12:35:37) * [10053] Software caused connection abort
-
(12:35:37) * Disconnected
-
(12:35:40) * Connect retry #2 192.168.0.3 (6601)
-
(12:35:40) Local host: janhendrik (192.168.0.2)
-
(12:35:40) * [10053] Software caused connection abort
-
(12:35:40) * Disconnected
-
(12:35:43) * Connect retry #3 192.168.0.3 (6601)
-
(12:35:43) Local host: janhendrik (192.168.0.2)
-
(12:35:43) * [10053] Software caused connection abort
-
(12:35:43) * Disconnected
-
(12:35:44) * Connect cancelled

and over the internet:

(12:42:16) * Connecting to mib2005.homeip.net (6601)
-
(12:42:16) Local host: janhendrik (192.168.0.2)
-
(12:42:16) * [10053] Software caused connection abort
-
(12:42:16) * Disconnected
-
(12:42:19) * Connect retry #1 mib2005.homeip.net (6601)
-
(12:42:19) Local host: janhendrik (192.168.0.2)
-
(12:42:19) * [10053] Software caused connection abort
-
(12:42:19) * Disconnected
-
(12:42:22) * Connect cancelled


Unreal IRCd says:
server:/home/server/Unreal3.2 # ./unreal start
Starting UnrealIRCd
 _   _                      _ ___________  _____     _ 
| | | |                    | |_   _| ___ \/  __ \   | |
| | | |_ __  _ __ ___  __ _| | | | | |_/ /| /  \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | |    / | |    / _` |
| |_| | | | | | |  __/ (_| | |_| |_| |\ \ | \__/\ (_| |
 \___/|_| |_|_|  \___|\__,_|_|\___/\_| \_| \____/\__,_|
                           v3.2.5
                     using TRE 0.7.2 (GPL)
                     using OpenSSL 0.9.8 05 Jul 2005

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Initializing SSL.
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
server:/home/server/Unreal3.2 # 
 the Log:
[Tue Jun 20 12:32:39 2006] - TIME SYNCH: timeserver=1150799557, our=1150799560, offset = -3 [old offset: 0]

[Tue Jun 20 12:39:13 2006] - TIME SYNCH: timeserver=1150799950, our=1150799953, offset = -3 [old offset: 0]

[Tue Jun 20 12:42:00 2006] - TIME SYNCH: timeserver=1150800117, our=1150800120, offset = -3 [old offset: 0]

can anyone help me? please!

Posted: Tue Jun 20, 2006 1:35 pm
by Dukat
Are you connecting to the correct IP?

You connection attempt over the internet can't work by the way - you have to use your external IP and not the internal one (plus forward the port to the correct IP).

Posted: Tue Jun 20, 2006 1:51 pm
by MIB
yes i have the correct ip used... would you like to see the config?

Posted: Tue Jun 20, 2006 2:49 pm
by Syzop
Maybe you are trying to connect to a SSL port? You can only connect to an SSL port with a SSL capable client (well, more or less) and if you indicate to the client it's an SSL port.
If it's your first time, try simply connecting to a non-SSL port (6667?) :p

Posted: Thu Jun 22, 2006 1:27 am
by HelpChanneln00b
(12:35:34) * Connecting to 192.168.0.3 (6601)
-
(12:35:34) Local host: janhendrik (192.168.0.2)
-
(12:35:34) * [10053] Software caused connection abort
looks like you could of banned you're self some how :roll:

Check you're unrealircd.conf and make sure there's no software
(ie. firewall) blocking connections

Posted: Sat Jun 24, 2006 12:26 pm
by MarHazK
No, I think its not because of firewall. If firewall cause a problems, the error message should be: Connection reset by peer or maybe Unable to connect to server (Connection refused)

Its maybe because of unrealircd.conf configuration files or maybe IRCD.

Posted: Sun Jul 16, 2006 2:18 am
by silenz
No, I think its not because of firewall. If firewall cause a problems, the error message should be: Connection reset by peer or maybe Unable to connect to server (Connection refused)
wrong, a firewall blocking it will result in a 'connection timed out', i agree more with the guy banned himself or is using a ssl port with a non-ssl capable client.

Posted: Sun Jul 16, 2006 12:24 pm
by Matridom
A banned user will get an error from the server saying they are glined/klined etc. A firewall will give a connection timeout error. I will agree with syzop, looks like a non-ssl client on an SSL port.

Posted: Wed Jul 19, 2006 3:35 pm
by aquanight
Yeah, 6601 sounds like an SSL port to me, and there's no + in front which would otherwise indicate that mIRC's trying to use SSL.

Either connect to a nonssl port (usually 6667), or tell mirc to use SSL (and install the necessary stuff for it).