Connection refused!

These are old archives. They are kept for historic purposes only.
Post Reply
kaloom
Posts: 5
Joined: Sat Jul 18, 2009 1:08 am

Connection refused!

Post by kaloom »

Greetings,

I have been trying last 2 days to make unreal listen to port 6667 with no luck!

unrealircd.conf

Code: Select all

listen         *:6679
{
	options
	{
	clientsonly;
        	
	};
};

listen         *:7000;
listen *:6667
{ 
        options
        { 
        clientsonly;
           };
 };

i tried connecting to my server with port 6667 but it keeps giving me connection refused! but when i change the port from 6667 to another port i can connect to the new port but when i put back 6667 i get connection refused!


any help please?


Regards
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Connection refused!

Post by katsklaw »

you're missing the required semi-colon
kaloom
Posts: 5
Joined: Sat Jul 18, 2009 1:08 am

Re: Connection refused!

Post by kaloom »

Hello,


What is semi-colon mean?


Thanks
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Connection refused!

Post by Jobe »

kaloom wrote:What is semi-colon mean?
";"
Your IP: Image
Your Country: Image
kaloom
Posts: 5
Joined: Sat Jul 18, 2009 1:08 am

Re: Connection refused!

Post by kaloom »

Hello.


when i add it and rehash i get :

Code: Select all

 *** Notice -- unrealircd.conf:269: No name for section start
-
 *** Notice -- unrealircd.conf:274: Ignoring extra close brace
-
- *** Notice -- unrealircd.conf:274 Ignoring extra semicolon
-
- *** Notice -- unrealircd.conf:270: unknown directive options
-
-- *** Notice -- Configuration loaded without any problems ..
-
but when i remove it everything is fine but still i cant connect using port 6667!

Regards
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Connection refused!

Post by Casper »

If this is a home server, which looks that way, have your forwarded your ports properly?
Ex Network-Administrator
kaloom
Posts: 5
Joined: Sat Jul 18, 2009 1:08 am

Re: Connection refused!

Post by kaloom »

Greetings,


This is not a home server, its a Linux dedicated server.

Regards
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Connection refused!

Post by katsklaw »

ok I'm sorry, you didn't miss a semi-colon, my bad.

However try using an IP instead of a wild card and see if that fixes it.

(replace 1.2.3.4 with your real IP)

Code: Select all

listen 1.2.3.4:6667
instead of

Code: Select all

listen *:6667
It may seem weird, but sometimes it works. When dealing with the ircd's config file, the less ambiguous the better.
kaloom
Posts: 5
Joined: Sat Jul 18, 2009 1:08 am

Re: Connection refused!

Post by kaloom »

Hello,

Not working,


This problem is getting me crazy, any port other than 6667 is working and i can connect but when i use 6667 in the listen block i cant connect using that port!


Help please.

Regards
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Connection refused!

Post by Jobe »

kaloom wrote:This problem is getting me crazy, any port other than 6667 is working and i can connect but when i use 6667 in the listen block i cant connect using that port!
That sounds a LOT like the host has blocked the use of IRC servers for some reason or another. I would advise you get in touch with the host and ask them for more info.
Your IP: Image
Your Country: Image
Post Reply