For the basic installation that does not use SSL, the ports are: 5080, 1935, 8088
Rtmpt 8088 is a fall back port if 1935 is blocked, so to test with, you would normally only require port 5080 and 1935. This changes if you alter any of the port settings or if you use Apache redirection. I have an IP address which has no Apache server or other server that is using port 80, so I change both port 5080 and 8088 to be port 80, which is great for getting round most issues with firewalls that you don't have control over. >From a Debian installation the settings are in; /usr/lib/red5/conf/red5.properties http.port=5080 https.port=5443 rtmp.port=1935 rtmps.port=8443 rtmpt.port=8088 /usr/lib/red5/webapps/openmeetings/config.xml <rtmpport>1935</rtmpport> <rtmpTunnelport>8080</rtmpTunnelport> <rtmpsslport>443</rtmpsslport> <red5httpport>5080</red5httpport> Thanks, George Kirkham -----Original Message----- From: Claudio [mailto:[email protected]] Sent: Tuesday, 7 August 2012 7:31 PM To: [email protected] Subject: ports & firewall How many ports I have to open in a firewall to use openmeetings? Thanks, Claudio
