Hi All,
I need your help.
Currently my internal server's IP is 172.18.26.32.
I want to allow my external user to access my bigbluebutton.
My external IP (behind firewall) is 210.187.18.70
So I use sudo bbb-conf --setip
bblue.modenas.com.my to allow external user to access my bbb
After read the FAQ and help from you guys,I can use my bbb perfectly !!!
But today,when I try connect bbb using my broadband 3G (1Mb speed),I can use bbb for about 3 minutes only.After that bbb will auto logout.
So,I try to investigate the problem by running bbb-conf --check, and below is the output.
My questions :
1. Why bbb logout after 3 minutes ?
2. Is it because of this ? How to prevent this ?
** Potential problems described below **
# IP does not match:
# IP from ifconfig: 172.18.26.32
# /etc/nginx/sites-available/bigbluebutton:
bblue.modenas.com.my
# Warning: API URL IPs do not match host:
#
# IP from ifconfig: 172.18.26.32
# /var/lib/tomcat6/webapps/demo/bbb_api_conf.jsp:
bblue.modenas.com.my/***************************************** OUTPUT *****************************************/
tech1@bblue:/var/www/html/emodenas$ sudo bbb-conf --check
BigBlueButton Server 0.8-beta-4 (951)
Kernel version: 2.6.32-44-generic
Distribution: Ubuntu 10.04.4 LTS (32-bit)
Memory: 3024 MB
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel):
bblue.modenas.com.my Red5:
bblue.modenas.com.my
/etc/nginx/sites-available/bigbluebutton (nginx)
server name:
bblue.modenas.com.my port: 80
bbb-client dir: /var/www/bigbluebutton
/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bbb-web host:
bblue.modenas.com.my/var/lib/tomcat6/webapps/demo/bbb_api_conf.jsp (API demos)
api url:
bblue.modenas.com.my/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
voice conference: FreeSWITCH
/usr/local/bigbluebutton/core/scripts/slides.yml (record and playback)
playback host:
bblue.modenas.com.my
** Potential problems described below **
# IP does not match:
# IP from ifconfig: 172.18.26.32
# /etc/nginx/sites-available/bigbluebutton:
bblue.modenas.com.my
# Warning: API URL IPs do not match host:
#
# IP from ifconfig: 172.18.26.32
# /var/lib/tomcat6/webapps/demo/bbb_api_conf.jsp:
bblue.modenas.com.my# Warning: The value (
bblue.modenas.com.my) for playback_host in
#
# /usr/local/bigbluebutton/core/scripts/slides.yml
#
# does not match the local IP address (172.18.26.32).
# Warning: The API demos are installed and accessible from:
#
#
http://bblue.modenas.com.my/
#
# Use the API demos test your BigBlueButton setup. To remove
#
# sudo apt-get purge bbb-demo
tech1@bblue:/var/www/html/emodenas$
Thank you