Hi Fred
Thanks for replying. I'm simulating external and internal networks in the lab using cisco routers (reason: my lecturers would like to see a lab-demo before requesting the University to open up the ports for the actual implementation). Ive set some devices outisde my routers with public address, and some in the internal network, as shown in the diagram below.

The internal BBB address is 192.168.123.3. In my router configurations, I've opened all ports to external address 198.1.1.4. I can ping the BBB server from my external devices (the computer that says VoIP software). However, when I try to access BBB server with the 198.1.1.4 address, it says 'welcome to nginx'.. I can access BBB server internally with 192.168.123.3 though. I tried following the instructions by replacing the domain name with 198.1.1.4 - no luck.
Does that mean it is a must to use FQDN to provide external access to BBB?
On Tuesday, 17 April 2012 12:27:49 UTC+1, Fred Dixon wrote:
Hi Yoboy,
For the instructions to work, you need to use a fully qualified domain name (FQDN) to provide external access to BigBlueButton outside your firewall. You can create your own domain name using such services as
We're not sure if we understand the question ... if there is no internet connection in the lab, then how would external users access the lab?
Regards,... Fred
--
BigBlueButton Developer
BigBlueButton on twitter: @bigbluebutton
Hello there,
I've been building a proof of concept network in the lab with routers. In my internal network, I have BBB as one of my servers. My internal host devices can access BBB server fine using the internal IP address (192.168.123.3). I've added a static NAT to address linking it with 198.1.1.4, to enable external access. I saw the FAQ in the link below, and it suggested me to use an external hostname. But there is no internet connection in the lab. What would I change if I use an IP address instead?