I have just installed BBB twice (first on AWS, then on my local machine within VirtualBox) and it seems like everything went OK on both occasions. I couldn't access it in the first case, but I can see the demo session when I access BBB locally (using the local IP: 192.168.1.68) in the latter case.
However, when I try to access it through the external IP I can't - I get the Welcome to nginx! page.
BigBlueButton Server 0.9.0-RC (741)
Kernel version: 3.16.0-34-generic
Distribution: Ubuntu 14.04.2 LTS (64-bit)
Memory: 4841 MB
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel): 192.168.1.86
Red5: 192.168.1.86
useWebrtcIfAvailable: true
/opt/freeswitch/conf/sip_profiles/external.xml (FreeSWITCH)
websocket port: 5066
WebRTC enabled: true
/etc/nginx/sites-available/bigbluebutton (nginx)
server name: 192.168.1.86
port: 80
bbb-client dir: /var/www/bigbluebutton
/var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bbb-web host: 192.168.1.86
/var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp (API demos)
api url: 192.168.1.86
/var/www/bigbluebutton/check/conf/config.xml (client check)
client check: 192.168.1.86
/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
voice conference: FreeSWITCH
capture video: true
capture desktop: true
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
playback host: 192.168.1.86
** Potential problems described below **
# Error: The voice application failed to register with the sip server.
# Try running:
#
# sudo bbb-conf --clean
#
# Warning: The setting of (86.191.29.85) for bbb.sip.app.ip in
#
# /usr/share/red5/webapps/sip/WEB-INF/bigbluebutton-sip.properties
#
# does not match the local IP address (192.168.1.86).
# (This is OK if you've manually changed the values to an external
# FreeSWITCH server.)
# Error: FreeSWITCH is listening on IP address 192.168.1.86 for SIP calls, but
# The IP address (86.191.29.85) set bbb.sip.app.ip.
#
# Warning: The API demos are installed and accessible from:
#
#
# These API demos allow anyone to access your server without authentication
# to create/manage meetings and recordings. They are for testing purposes only.
# If you are running a production system, remove them by running:
#
# sudo apt-get purge bbb-demo
# Warning: The client self check is installed and accessible from:
#
#
I got to the exact same result twice :) I followed the instructions carefully. What am I doing wrong? Can you help please?
I don't really know how to fix the errors...