--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To post to this group, send email to bigbluebu...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.
Did you check out the instructions at the FAQ
http://code.google.com/p/bigbluebutton/wiki/FAQ#Can_I_provide_external_access_to_a_BigBlueButton_server_behind_m
I think what is happening that your external address is mapped
correctly into your internal server correctly, that's why you get the
BigBlueButton landing page when you use your external IP.
When you run bbb-conf -c and get a warning that the IP configured for
BigBlueButton does not match the local IP -- that's actually correct
as your asking BigBlueButton to listen for external requests on an
external IP address (an IP address that is actually mapped to the
internal server by your firewall, but bbb-conf doesn't know about that
mapping on your firewall).
However, you also need to map the port 1935 (RTMP) to enable
BigBlueButton to connect to the real-time server (red5) and port 9123
to enable desktop sharing.
Regards,... Fred