Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: RodyMcAmp 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
-
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
-
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
-
thanks guys. I ended up just going the dmz rout, and leaving my server in server and gatway mode.
works pretty good.