Page 1 of 1

Open Port Problem

Posted: Sat Apr 09, 2005 5:36 pm
by No_Name
listen *:6668;
listen *:6669;
listen *:7000;
listen *:8080;

i try to open port 6668, 6669, 7000 and 8080 but it seen just 8080 work..why??

Re: Open Port Problem

Posted: Sat Apr 09, 2005 5:55 pm
by Matridom
No_Name wrote:listen *:6668;
listen *:6669;
listen *:7000;
listen *:8080;

i try to open port 6668, 6669, 7000 and 8080 but it seen just 8080 work..why??
are you going through a router?

could a different service be using that port?

Posted: Sun Apr 10, 2005 8:56 am
by Dukat
plus: did you open the ports on the firewall?

Posted: Sun Apr 10, 2005 10:01 am
by AngryWolf
We can't do nothing but guessing the reason, because you only told us the others don't seem to work. The log file (usually ircd.log) can tell you whether the port could be opened or not. If you don't find anything in it related to the problem, then the ports might be opened successfully, but your firewall doesn't allow you to access them.