Koozali.org: home of the SME Server

Open Ports??

Brandon Friedman

Open Ports??
« on: November 01, 2000, 10:35:42 AM »
Hi there
Quick question:
How do I know if the following ports are open on the E-smith box and how to I open/close them?
Port numbers are 8800,8600,8300 & 8806

Thanks
Brandon

Gordon Rowell

RE: Open Ports??
« Reply #1 on: November 01, 2000, 06:04:47 PM »
Brandon Friedman wrote:

> Hi there Quick question: How do I know if the following ports
> are open on the E-smith box and how to I open/close them? Port
> numbers are 8800,8600,8300 & 8806

netstat -an | grep :8

will show you whether they are open (they're not). Opening them
would require running some form of daemon to listen on those ports.

Gordon

Fran Boon

RE: Open Ports??
« Reply #2 on: November 01, 2000, 06:27:28 PM »
All ports are open by default for internal machines using masq to get to the outside.

No ports are available to machines attempting connections from the outside - to do this would require Port Forwarding (See other mails on this topic...)