OTS Protocols and Ports
This page attempts to list the network protocols used in a typical OTS setup. If you find errors please fix them here.
Server
| Protocol
| Port
| Direction
| Description
| Notes
|
| HTTP | 80 | In | Xmlrpc requests, Log messages from workers |
|
| SMTP | 25 | Out | Email Reports |
|
| AMQP | 5672 | In | RabbitMq Messaging system | Configurable
|
Worker
| Protocol
| Port
| Direction
| Description
| Notes
|
| HTTP | 80 | Out | Worker sends log messages to server as HTTP POST requests. Worker downloads image from an HTTP server. |
|
| SMTP | 25 | Out | Email Reports |
|
| AMQP | 5672 | Out | RabbitMq Messaging system | Configurable
|