Unauthorized connection and the allow block

These are old archives. They are kept for historic purposes only.
Post Reply
RandomNumber
Posts: 44
Joined: Mon Jan 24, 2005 6:10 pm

Unauthorized connection and the allow block

Post by RandomNumber »

First off the allow block looks like
allow {
ip *;
hostname *;
class clients;
maxperip 5;
};
I have tried * and *@* for each the ip and hostname, now we get this randomly but its almost always a java client, Yes the listen block is set for java
listen IP:6667-6669 {
options {
clientsonly;
java;
};
};
No clue why its setting off the Unauthorized connection
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Not sure if it matters, but...
"java" means CR java support, if you're using any other java applet, you don't have to specify "java".
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
RandomNumber
Posts: 44
Joined: Mon Jan 24, 2005 6:10 pm

Post by RandomNumber »

Yes its CR
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Simple solution: http://www.pjirc.com

Why the hell do people like CR?! It looks like it was designed by a child and doesn't even work most of the time!
RandomNumber
Posts: 44
Joined: Mon Jan 24, 2005 6:10 pm

Post by RandomNumber »

so you have no idea basically?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

No, if you read, it was a solution, and a VERY simple solution. pjIRC was the easiest thing I have ever used. :)
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

No...
Is this your only allow block or are there more in your unrealircd.conf?
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
RandomNumber
Posts: 44
Joined: Mon Jan 24, 2005 6:10 pm

Post by RandomNumber »

This is the only allow block
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

What is the link to the CR applet, and any special configuration you are using with it so I can see if I can reproduce this.
RandomNumber
Posts: 44
Joined: Mon Jan 24, 2005 6:10 pm

Post by RandomNumber »

http://www.freejavachat.com and no special configuration
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post by Matridom »

RandomNumber wrote:http://www.freejavachat.com and no special configuration
that requires them to use their server, not your own.


pjirc is still best IMHO
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

I didnt want the link to your java chat, I wanted the link to where you got the CR applet and what you did to it to make it go to your own server.
Post Reply