Ports

D3SI

New member
Joined
Dec 8, 2007
Messages
4
How do i open a port?

i need 3333 and 6667 Port opened

i have setup Eggdrop but the Bot is not showing in the Channel i had problem before when i was using Cpenal and WHM the problem was ports so..

can someone please help me Thx
 
That depends on what OS Distribution you're running.

If you're running a recent version of Linux you can find out what it's allowing/blocking with:
Code:
# iptables -L
You do NOT type the #; it's just there to show you that you run the command as root.

It still won't tell you how those commands got there. If you built the server yourself you should know what you set up. If someone else did it for you, ask them.

Jeff
 
Back
Top