UnrealIRCd is booting but:

These are old archives. They are kept for historic purposes only.
Post Reply
MIB
Posts: 2
Joined: Tue Jun 20, 2006 10:51 am
Contact:

UnrealIRCd is booting but:

Post 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!
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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).
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
MIB
Posts: 2
Joined: Tue Jun 20, 2006 10:51 am
Contact:

Post by MIB »

yes i have the correct ip used... would you like to see the config?
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post 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
HelpChanneln00b
Posts: 28
Joined: Thu Jun 22, 2006 1:09 am
Location: UK

Post 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
Whats a help Channel without a n00b! :P
MarHazK
Posts: 73
Joined: Wed May 25, 2005 5:36 pm
Location: WebMAS.net
Contact:

Post 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.
GreenRoom SEC - Main Coder & CoMaster (http://www.wiramaster.com)
DataServ IRC Services - Main Coder
AirChat Network - Main Coder (http://www.airchat.org)
WebMAS Network - Main Team (http://www.webmas.net)
silenz
Posts: 2
Joined: Sun Jul 09, 2006 2:36 am

Post 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.
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post 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.
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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).
Post Reply