Forum OpenACS Q&A: Minimum firewall ports?

Collapse
Posted by Jesse Wendel on
Hi Everyone,

My name is Jesse Wendel.  I'm a senior messaging analyst at a Fortune 500 company, but fairly new to OACS.

I'm setting up my first ever test OACS server, which will be inside our DMZ, with a fairly agressive firewall administrator.

Is there a list somewhere/what are the standard minimum protocol/ports I need open both to operate, and to manage the box remotely?  Here is what I've come up with so far:

ssh-22
smtp-25
http-80
https-443

What else do you recommend?  http at, say, higher ports, so I can run a dev and staging instance as well?  If so, are there standard ports within the community for dev and staging?

Thanks much,

Jesse

Collapse
Posted by Bart Teeuwisse on
Welcome Jesse,

higher HTTP ports are not required if you use IP aliases (http://cr.yp.to/djbdns/ifconfig.html) combined with a HTTP proxy such as Pound (http://www.apsis.ch/pound/).

You are effectively running virtual servers behind a name based proxy. See http://www.thecodemill.biz/publications/blog/one-entry?entry%5fid=9968 and http://www.thecodemill.biz/publications/blog/one-entry?entry%5fid=9977 for more information on Pound and OpenACS.

/Bart

Collapse
Posted by James Harris on
The two most commonly used ports for development / staging are 8000 (HTTP) and 8443 (HTTPS).
Collapse
Posted by Joel Aufrecht on
Collapse
Posted by Jesse Wendel on
Thanks everyone.

Jesse