On 5/1/07, chrisv <[EMAIL PROTECTED]> wrote:
Does anyone know what ports are needed for communication between additional 
performance/status servers and the master server?

I'm currently experimenting with a master/slave setup but eventually the slave 
will need to be moved to a secure net behind a firewall and I'll need to know 
what ports should be opened in each direction.

Chris,

In the 1.1 versions these ports are required:

remote -> central:
 3306/tcp mysql
 8080/tcp zope
 8081/tcp xmlrpc
 8100/tcp zodb

central -> remote:
 8081/tcp xmlrpc

users -> central & remote:
 8080/tcp zope

I also like to open ssh from central to remote and setup public key
authentication to make management of the whole system easier.

Hope this helps.

--
Chet Luther
[EMAIL PROTECTED]
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to