Page 1 of 1

Java port

Posted: Fri Feb 04, 2005 4:14 pm
by Mr_S
Ello everyone, me again!

Code: Select all

listen        ip obv:6660
{
	options
	{
		      java;
	};
};

listen         ip:6661;
listen         ip:6662;
This seems to connect java on 6667.. no matter what i tried :(

Any got any advice?

if it helps.....

[16:08] [server addy] *** Notice -- Client connecting on port 6667: WebGuest (WebGuest@edited) [clients]
-

Thanks all

Posted: Fri Feb 04, 2005 4:56 pm
by Solutech
umm what port you got the java set to connect on ? . The likely reason its connecting to 6667 is its set to in the applet .

Posted: Fri Feb 04, 2005 5:47 pm
by White_Magic
port 6667 is a default port,
wot other listen blocks do u have?or have u shown them all already?

Posted: Fri Feb 04, 2005 8:36 pm
by Mr_S
to my understandin unrealircd only has ports 6660 - 6667?

Posted: Fri Feb 04, 2005 9:38 pm
by codemastr
Mr_S wrote:to my understandin unrealircd only has ports 6660 - 6667?
Then you certainly didn't read the documentation! Unreal will listen on whatever port you tell it to listen on.

Posted: Sat Feb 05, 2005 11:42 am
by Mr_S
When the person who designs the webchat signs in ill ask about the applett, and codemastr, Ty for comments but if it has any port... why is it not working then?

Posted: Sat Feb 05, 2005 12:26 pm
by Dukat
Because you didn't rehash/set it up wrong/didn't set up your firewall/router/whatever correctly/etc. :D

Posted: Sat Feb 05, 2005 4:50 pm
by Solutech
Your java applet is pjirc . The port isnt defined in your code so it defaults to 6667 . I checked :p

Posted: Sat Feb 05, 2005 4:51 pm
by Mr_S
all sorted now anyways... sorted it a few hrs ago! Thanks all