Feedback after installing BBB on Azure using bbb-install.sh

58 views
Skip to first unread message

DIARRA Sega Oumar

unread,
Apr 9, 2018, 8:34:21 AM4/9/18
to BigBlueButton-dev
Hi all,

Just to share that , I used bbb-install.sh to install BBB with Https on Azure. All works great except that after stopping and restarting my VM , I got Webrtc error 1002. After some research i noticed that I needed to ensure that dummy NIC was automatically created on restart, I followed the steps described here:
http://docs.bigbluebutton.org/install/install.html#configure-a-dummy-nic-if-required
In case it might help someone.

Best regards...

Fred Dixon

unread,
Apr 9, 2018, 11:57:51 AM4/9/18
to BigBlueButton-dev
Hi Diarra,

Just to confirm, bbb-install.sh does create an dummy NIC at


but your saying after reboot this doesn't work?  Did your Azure server get a new IP address on reboot, or did the above command not make the dummy NIC permanent?

Regards,... Fred

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

DIARRA Sega Oumar

unread,
Apr 9, 2018, 12:04:50 PM4/9/18
to bigblueb...@googlegroups.com
Hi Fred,

Seems that It doesn't make it permanent. At least in my case.
 Did your Azure server get a new IP address on reboot ? 
-> No I use a static IP.



Matt Fulford

unread,
Apr 11, 2018, 5:18:58 AM4/11/18
to BigBlueButton-dev
Hi,
I've found the same problem on AWS EC2. After restarting the instance, FreeSwitch fails to start up.  Running the following command after restart sorts it:

sudo ip addr add EXTERNAL\_IP\_ADDRESS/32 dev lo

Thanks for posting Diarra!

Regards,
Matt

Fred Dixon

unread,
Apr 12, 2018, 12:19:50 PM4/12/18
to BigBlueButton-dev
Hi Matt,

If you edit /etc/network/interfaces, you can add a line to re-apply the loopback.  For example, to setup a loopback for 136.54.134.20 on reboot, add the following post-up command (with a TAB before the command) to  /etc/network/interfaces.

auto lo
iface lo inet loopback
        post-up ip addr add 136.54.134.20 dev lo

After you reboot the BigBlueButton server, the dummy NIC should still be in effect.

Try the above and don't hesitate to reach out if you have any more issues.

Regards,... Fred


--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-dev+unsubscribe@googlegroups.com.
To post to this group, send email to bigbluebutton-dev@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages