Hi Fred,
sudo bbb-conf --check does not produce any warning except " Error: Could not connect to the configured hostname/IP address ".
Hairpinning as described in the documentation did not solve the problem but I got error 404 when starting a conference.
I therefore added an entry on bbb /etc/host with: <local adress> <DNS hostname external>.
After a bbb-conf --restart above warning is no longer showning up.
After this change I can again start a conference (no longer 404 error) but still get error 1006 when doing the echo test.
Latest entry in nginx error log is:
""/var/www/bigbluebutton-default/client/conf/config.xml" failed (2: No such file or directory) "
Actually there is no client directory at all in bigbluebutton-default folder (in older version I have seen this client directory in folder bigbluebutton !!!).
Maybe this configuration issue is the reason for later 1006 error?
I did a lot of tests and changes to the bbb server but no success so far. Maybe the install routine (bbb-install.sh) is not appropriate for my scenario??
I am using an Ubuntu 18.04 fresh install virtual machine, I did all updates, I also installed docker (maybe this was not necessary but it was offered from the ubuntu installer),
the virtual machine runs on a server behind a AVM Fritz Box router connected to a public Internet provider.
To me it appears that the files on bbb-server are not complete (files/folders are missing) or the configuration files do not point to the correct targets!
Hopefully this helps to find the issue!
Wolfgang