Groups
Groups
Sign in
Groups
Groups
BigBlueButton-Setup
Conversations
About
Send feedback
Help
INFO: firewall/dummy nic not persistent
25 views
Skip to first unread message
mike....@beardon.com
unread,
Jul 16, 2025, 6:21:56 PM
Jul 16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BigBlueButton-Setup
Hello all,
Putting our new BBB3.0 server behind NAT, I found I needed to configure the loopback nic following
https://docs.bigbluebutton.org/administration/firewall-configuration/#configure-a-dummy-nic-if-required
This apparently isn't persistent (Ubuntu 22.04), and so videos were not getting recorded somehow. I solved the problem by creating a file for the netplan. You have to put it in cloud.cfg.d so the netplan file gets built and itself is persistent:
/etc/cloud/cloud.cfg.d/99-bbb-looopback.cfg:
network:
version: 2
renderer: networkd
ethernets:
lo:
addresses: [ "
127.0.0.1/8
", "my-ext-ip-addr/32" ]
Hope that's useful!
Jean Pluzo
unread,
Jul 17, 2025, 3:02:09 AM
Jul 17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BigBlueButton-Setup
Hi,
thanks for the info. This will be useful in the future.
Regards,
J
Reply all
Reply to author
Forward
0 new messages