Open Port Problem

These are old archives. They are kept for historic purposes only.
Post Reply
No_Name
Posts: 16
Joined: Tue Jan 25, 2005 7:57 am

Open Port Problem

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

Re: Open Port Problem

Post 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?
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

plus: did you open the ports on the firewall?
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

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