Koozali.org: home of the SME Server

list of ports?

RodyMcAmp

list of ports?
« on: January 22, 2005, 05:22:31 AM »
I am sure i saw a post about this a while back but I cant seem to find it now. I need to put my sme box behind another firewall and i need to know all the ports i need to forward to it to keep it running my e-mail, webmail,ftp, etc...

thanks in advance.

rody

cc_skavenger

list of ports?
« Reply #1 on: January 22, 2005, 08:12:06 PM »
Two ways to handle,

DMZ - The server responds to the wan port IP, all ports from 1 to 1024 are sent to the DMZ ip.

Portforward - ports needed are as follows:

80 - http
20 - ftp
21 - ftp
22 - ssh
25 - smtp
110 - pop3
443 - https

Plus any others needed specifically by the services your server is running.

HTH

bobk

list of ports?
« Reply #2 on: January 23, 2005, 12:06:17 AM »
A few more ports you may be interested in.

143 - IMAP
465 - SMTP over SSL
980 - PuTTy SSH tunnel to server-manager
993 - IMAP over SSL
995 - POP over SSL

You can get a compehensive list of port numbers here http://www.iana.org/assignments/port-numbers

RodyMcAmp

list of ports?
« Reply #3 on: January 25, 2005, 03:51:57 AM »
thanks guys. I ended up just going the dmz rout, and leaving my server in server and gatway mode.

works pretty good.