Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Teamsite Server Behind Firewall
eddie1
Teamsite v5.5.2
OpenDeploy v5.5.1
OS: UNIX
My Teamsite is to be place behind a firewall in the production enviroment.
The Teamsite server also has iPlanet as the web server, OpenDeploy Admin Server & OpenDeploy Base server installed on it.
Can anyone give me a list of the ports that are to be opened over the firewall to ensure that users can:
1. Properly access teamsite and preview content within teamsite.
2. Properly access OpenDeploy Admin server.
Also which ports are required to be opened unidirectionally and which ones are to be opened bidirectionally ?
I would like to have minimum ports opened on the firewall just enough for teamsite/OpenDeploy to work as my client is concerned on the overall integrity & secutiry of the server.
Currently i think that the following ports should be opened:
iwwebd port ( Teamsite Default:80 ) bi-directionally
port 443 ( for secure teamsite access ) bi-directionally
OpenDeploy Admin UI port ( Teamsite Default:8081 ) bi-directionally
Please correct me either if im wrong or theres more to add in the list above.
Thanks !
IWOV Consultant
Find more posts tagged with
Comments
tvaughan
Of course, you'll also need port 20014 (by default) open through your firewall for deployments to work, and if you're using RMI for remote OD receiver administration, you'd need to open your RMI port as well. I think you can get away with a unidirectional opening
from
your base
to
your receiver installations on your deploy port.
I swear I saw a super-helpful list of all IW ports used somewhere in some documentation (or was it this board . . . ???)
Tom
eddie1
Thanks for that ...... i think that the customer web server port ( Teamsite default: 81 ) should also be opened incase there is a regex being used "iwproxy_fullproxy_redirect" which requires the browser proxy to be set for correct virtualization to happen when previewing content within teamsite..
What do you say ?
Thanks in advance.....
tvaughan
I don't think you need to open port 81, because it's a localhost redirect -- TeamSite bounces HTTP requests between 2 web servers running on the same box (one on port 80, the other on port 81) before returning any request back to the user over port 80.
I think.
If you get this set up
without
opening port 81, and find that previewing doesn't work, trying opening up 81 and see if that fixes it.
Tom