Hello i have been able to setup BBB and can access it from external using using a FQDN.
But when i try to access from inside my LAN i get Welcome to Nginx message instead. I would like to be able to access both Internal and external.
Here is my BBB config --check result
root@Elearning:/home/administrator# bbb-conf --secret
root@Elearning:/home/administrator# bbb-conf --check
BigBlueButton Server 1.0.0 (1049)
Kernel version: 3.19.0-61-generic
Distribution: Ubuntu 14.04.4 LTS (64-bit)
Memory: 2929 MB
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel):
distance-elearning.kim.ac.ke Red5:
distance-elearning.kim.ac.ke useWebrtcIfAvailable: true
/opt/freeswitch/conf/sip_profiles/external.xml (FreeSWITCH)
websocket port: 5066
WebRTC enabled: true
/etc/nginx/sites-available/bigbluebutton (nginx)
server name: *****************(my FQDN)
port: 80
bbb-client dir: /var/www/bigbluebutton
/var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bbb-web host: *****************(my FQDN)
/var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp (API demos)
url: distance-elearning
/var/www/bigbluebutton/check/conf/config.xml (client check)
client check: *****************(my FQDN)
/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: *****************(my FQDN)
** Potential problems described below **
# IP does not match:
# IP from ifconfig: ***.***.**.***(internal IP)
# /etc/nginx/sites-available/bigbluebutton: *****************(my FQDN)
# Warning: API URL IPs do not match host:
#
# IP from ifconfig: ***.***.**.***(internal IP)
# /var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp: *****************(my FQDN)
# Warning: You are running BigBlueButton on a server with less than 4G of memory. Your
# performance may suffer.
# Warning: The API demos are installed and accessible from:
#
#
http://distance-elearning.kim.ac.ke/demo/demo1.jsp#
# 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:
#
# *****************(my FQDN)/check