Hi all,
I have a setup with BBB on a virtual machine behind a Router (FritzBox). All Internet traffic is routed to this virtual machine (exposed host). The local network is
192.168.178.0/24.
This setup worked for BBB V2.6.
I now tried to install BBB V3 on a fresh virtual machine but installation fails.
Once installation is finished I can connect to Greenlight but when I create/join a room I get "502 bad gateway" nginx error.
bbb-conf --status show all modules active.
The installation ends with the following message (xxx.xxx.xxx.xx is the public IP in my setup i.e. FritzBox public IP)):
# Potential problems described below
...............................................
# Warning: You have this server defined for https, but in
#
# /usr/share/bigbluebutton/nginx/sip.nginx
#
# did not find the use of https in definition for proxy_pass
#
# proxy_pass
http://xxx.xxx.xxx.xx:5066;
#
# Warning: The setting of xxx.xxx.xxx.xx for proxy_pass in
#
# /usr/share/bigbluebutton/nginx/sip.nginx
#
# does not match the local IP address (192.168.178.51).
# (This is OK if you've manually changed the values)
# Warning: You have this server defined for https, but in
#
# /usr/share/bigbluebutton/nginx/sip.nginx
#
# did not find the use of port 7443 in definition for proxy_pass
#
# proxy_pass
http://xxx.xxx.xxx.xx:5066;
#
#
# bbb-webrtc-sfu will try to connect to null but FreeSWITCH is listening on xxx.xxx.xxx.xx for port 5066
#
# To fix, run the commands
#
# sudo yq e -i 'freeswitch.sip_ip' = 178.202.19.79 /etc/bigbluebutton/bbb-webrtc-sfu/production.yml
# sudo chown bigbluebutton:bigbluebutton /etc/bigbluebutton/bbb-webrtc-sfu/production.yml
#
I do not understand the message nor do I know how to further dig into trouble shooting. I am wondering why FreeSWITCH is listening on the public IP instead on the local IP.
Any idea what may cause this problem?
Here is the install script I used:
Any help is appreciated.
Thanks
Wolfgang
P.S.: The commands at the end of the install procedure ("to fix run the commands") did not work resp. did not change the behaviour. I also restarted BBB - no change (same messages)