127.0.0.1 mydomain.no-ip.org
127.0.1.1 server1
192.168.1.50 mydomain.no-ip.org
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Also these lines are in nginx configuartion file for BBB:
listen 80;
server_name mydomain.no-ip.org;
but browsing mydomain.no-ip.org returns me a white page with this message:
and this is output of bbb-conf --check:
** Potential problems described below **
# IP does not match:
# IP from ifconfig: 192.168.1.50
# /etc/nginx/sites-available/bigbluebutton: mydomain.no-ip.org
# Warning: API URL IPs do not match host:
#
# IP from ifconfig: 192.168.1.50
# /var/lib/tomcat6/webapps/demo/bbb_api_conf.jsp: mydomain.no-ip.org
# Warning: The value (mydomain.no-ip.org) for playback_host in
#
# /usr/local/bigbluebutton/core/scripts/slides.yml
#
# does not match the local IP address (192.168.1.50).
# Warning: The API demos are installed and accessible from:
#
# http://mydomain.no-ip.org/
#
# Use the API demos test your BigBlueButton setup. To remove
#
# sudo apt-get purge bbb-demo
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
I was not able to load BBB at home (My webserver is located at home) but it is accessible from outside of home.
How can I access BBB at home after doing changes for external access?