setup my bbb server for internet access

777 views
Skip to first unread message

ces mot

unread,
Nov 3, 2010, 11:47:59 AM11/3/10
to bigbluebu...@googlegroups.com
Hi


But i m very confused and can t get it working.

My server is on a computer behind a dlink rooter. (As in the link) ip 192.168.0.197 and it works just fine locally.

i define the port 8081, so locally i access it from 192.168.0.197:8081

Now i would like to give access from my static ip adress : 69.70.224.xxx

Can somebody explain me the steps?

As from the explaination i got , this is how i wanted to do:

sudo bbb-conf --setip 69.70.224.xxx

Internally, BigBlueButton must be able to call external.host.org to make API requests. In this example, if the internal BigBlueButton server is at 192.168.10.198, add the following line to /etc/hosts.

How do i edit /etc/hosts. on ubuntu ??

192.168.10.197 69.70.224.xxx

To verify that the BigBlueButton can access external.host.org, enter the following command

wget -O - --quiet http://69.70.224.xxx:8081/bigbluebutton/api 

This should resolve to:

<response><returncode>SUCCESS</returncode><version>0.7</version></response> 

Many thanks

Seun Ojedeji

unread,
Nov 3, 2010, 4:36:36 PM11/3/10
to bigbluebu...@googlegroups.com
Hello mot,

You can edit your interface ip by running... sudo nano /etc/network/interfaces there you set the new pubic ip and other details. make sure you comment out the private ip. After that do interface restart with sudo /etc/init.d/networking restart
In regards how to edit your hosts file, use sudo nano /etc/hosts and change it appropriately.
Note that you may not have nano installed by default if you are using the VM as it is 9.04 so you can use vi in place of nano, else install nano with sudo apt-get  install nano
Keep us posted on your experience.

Regards
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To post to this group, send email to bigbluebu...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.



--
------------------------------------------------------------------------
Seun Ojedeji,
System Analyst/Network Admin
ICT Centre,
University of Nigeria, Enugu Campus.
web:      http://www.unn.edu.ng
Mobile: +2348035233535
Email:   seun.o...@unn.edu.ng
            seun.o...@gmail.com
Skype:  seun.ojedeji

ces

unread,
Nov 4, 2010, 9:42:09 AM11/4/10
to BigBlueButton-Setup
Thanks a lot for your help...

But unfortunately i m still confused with what i have to do exactly.

When i use sudo nano /etc/network/interfaces

I got : auto lo
iface lo inet loopback
And honestly i m not experience enough with ubuntu (i m not with the
VM) and i don t know really what to do.

My public ip adress is 69.70.224.xxx but how i set it ? and what are
the other details you are talking about?

Many thanks

On 3 nov, 16:36, Seun Ojedeji <seun.ojed...@gmail.com> wrote:
> Hello mot,
>
> You can edit your interface ip by running... sudo nano
> /etc/network/interfaces there you set the new pubic ip and other details.
> make sure you comment out the private ip. After that do interface restart
> with sudo /etc/init.d/networking restart
> In regards how to edit your hosts file, use sudo nano /etc/hosts and change
> it appropriately.
> Note that you may not have nano installed by default if you are using the VM
> as it is 9.04 so you can use vi in place of nano, else install nano with
> sudo apt-get  install nano
> Keep us posted on your experience.
>
> Regards
>
>
>
>
>
>
>
>
>
> On Wed, Nov 3, 2010 at 4:47 PM, ces mot <seiz...@gmail.com> wrote:
> > Hi
>
> > I tried to follow instruction from this link
> >http://code.google.com/p/bigbluebutton/wiki/FAQ#How_do_I_change_the_p...
>
> > But i m very confused and can t get it working.
>
> > My server is on a computer behind a dlink rooter. (As in the link) ip
> > 192.168.0.197 and it works just fine locally.
>
> > i define the port 8081, so locally i access it from 192.168.0.197:8081
>
> > Now i would like to give access from my static ip adress : 69.70.224.xxx
>
> > Can somebody explain me the steps?
>
> > As from the explaination i got , this is how i wanted to do:
>
> > sudo bbb-conf --setip 69.70.224.xxx
>
> > Internally, BigBlueButton must be able to call external.host.org to make
> > API requests. In this example, if the internal BigBlueButton server is at
> > 192.168.10.198, add the following line to /etc/hosts.
>
> > How do i edit /etc/hosts. on ubuntu ??
>
> > 192.168.10.197 69.70.224.xxx
>
> > To verify that the BigBlueButton can access external.host.org, enter the
> > following command
>
> > wget -O - --quiethttp://69.70.224.xxx:8081/bigbluebutton/api
>
> > This should resolve to:
>
> > <response><returncode>SUCCESS</returncode><version>0.7</version></response>
>
> > Many thanks
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "BigBlueButton-Setup" group.
> > To post to this group, send email to bigbluebu...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > bigbluebutton-s...@googlegroups.com<bigbluebutton-setup%2Bunsu bsc...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bigbluebutton-setup?hl=en.
>
> --
> ------------------------------------------------------------------------
> Seun Ojedeji,
> System Analyst/Network Admin
> ICT Centre,
> University of Nigeria, Enugu Campus.
> web:      http://www.unn.edu.ng
> Mobile: +2348035233535
> Email:   seun.ojed...@unn.edu.ng
>             seun.ojed...@gmail.com
> Skype:  seun.ojedeji

Seun Ojedeji

unread,
Nov 4, 2010, 10:48:46 AM11/4/10
to bigbluebu...@googlegroups.com
Hello Ces,
Thats what this forum is for; to share ideas.... :)   now to your concern. Edit nano /etc/network/interfaces to look like this:
# The loopback network interface

auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 69.70.224.xxx
        netmask 255.255.255.0 (you subnet)
        network 69.70.224.xxx (network address)
        broadcast 69.70.224.xxx (your broadcast)
        gateway 69.70.224.xxx (Your gateway)
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 205.171.3.65 62.56.230.100 (you can also put your local dns-server if you have one)
        dns-search unn.edu

For example here is how mine looks like:
# The loopback network interface

auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 10.0.1.3
        netmask 255.255.255.0
        network 10.0.1.0
        broadcast 10.0.1.255
        gateway 10.0.1.1
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 10.0.1.1 205.171.3.65 62.56.230.100
        dns-search unn.edu

After you have done that, run sudo /etc/init.d/networking restart

then run sudo bbb-conf --setip 69.70.224.xxx (the ip on the interface of the BBB server)
then: bbb-conf --clean
run bbb-conf --check to be sure everything is ok.

You should then be able to access your server from the internet, via that ip. (if you don't have any other guard around :)

Come back if you get stucked

Regards

To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.




--
------------------------------------------------------------------------
Seun Ojedeji,
System Analyst/Network Admin
ICT Centre,
University of Nigeria, Enugu Campus.
web:      http://www.unn.edu.ng
Mobile: +2348035233535
Email:   seun.o...@unn.edu.ng
            seun.o...@gmail.com
Skype:  seun.ojedeji

ces

unread,
Nov 10, 2010, 11:01:54 AM11/10/10
to BigBlueButton-Setup
Many thanks

It seams to work...

Fanally i used a domain name with my external fix ip adress.

So now i see the bigbluebutton homepage when i am outside of my
network but i still have problem to access the application. I ve got
this error:

An Error has occured:

Status Code 500
Exception Type null
Message null
Exception
java.lang.NullPointerException
at org.apache.jsp.demo.demo1_jsp.getJoinURL(demo1_jsp.java:168)
at org.apache.jsp.demo.demo1_jsp._jspService(demo1_jsp.java:624)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:
377)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
290

Is there a way to give access from inside my network to the external
ip adress (now a domain name?).

Also when i am launching sudo bbb-conf --check i get the following
error:
IP does not match:
IP from ifconfig: 192.168.0.197
/etc/nginx/sites-available/bigbluebutton: videoconference.xxx.com

I guess it seams to be not as simple as expected
> > > > bigbluebutton-s...@googlegroups.com<bigbluebutton-setup%2Bunsu...@googlegroups.com><bigbluebutton-setup%2Bunsu
> > bsc...@googlegroups.com>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/bigbluebutton-setup?hl=en.
>
> > > --
> > > ------------------------------------------------------------------------
> > > Seun Ojedeji,
> > > System Analyst/Network Admin
> > > ICT Centre,
> > > University of Nigeria, Enugu Campus.
> > > web:      http://www.unn.edu.ng
> > > Mobile: +2348035233535
> > > Email:   seun.ojed...@unn.edu.ng
> > >             seun.ojed...@gmail.com
> > > Skype:  seun.ojedeji
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "BigBlueButton-Setup" group.
> > To post to this group, send email to bigbluebu...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > bigbluebutton-s...@googlegroups.com<bigbluebutton-setup%2Bunsu...@googlegroups.com>

Fred Dixon

unread,
Nov 10, 2010, 11:07:04 AM11/10/10
to bigbluebu...@googlegroups.com

Seun Ojedeji

unread,
Nov 10, 2010, 11:18:22 AM11/10/10
to bigbluebu...@googlegroups.com
Did you mean you were able to access your BBB server from outside your
network with this domain:videoconference.xxx.com? Its strange for that
to have happened since your interface seem to have a private ip
set(unless ofcourse if you have setup port forwarding?)

you need to ensure that your public ip is set in sudo nano
/etc/network/interfaces
and also check sudo nano /etc/hosts to be ensure that the domain name
has an entry defined.

> bigbluebutton-s...@googlegroups.com.


> For more options, visit this group at
> http://groups.google.com/group/bigbluebutton-setup?hl=en.
>
>


--
------------------------------------------------------------------------
Seun Ojedeji,
System Analyst/Network Admin
ICT Centre,
University of Nigeria, Enugu Campus.
web: http://www.unn.edu.ng
Mobile: +2348035233535

Email: seun.o...@unn.edu.ng
seun.o...@gmail.com
Skype: seun.ojedeji

ces

unread,
Nov 10, 2010, 3:19:14 PM11/10/10
to BigBlueButton-Setup
no i can access from outside but i would like to have access in local
but still using the external adress.

Is it possible?

On 10 nov, 11:18, Seun Ojedeji <seun.ojed...@gmail.com> wrote:
> Did you mean you were able to access your BBB server from outside your
> network with this domain:videoconference.xxx.com? Its strange for that
> to have happened since your interface seem to have a private ip
> set(unless ofcourse if you have setup port forwarding?)
>
> you need to ensure that your public ip is set in sudo nano
> /etc/network/interfaces
> and also check sudo nano /etc/hosts to be ensure that the domain name
> has an entry defined.
>
> Email:   seun.ojed...@unn.edu.ng
>             seun.ojed...@gmail.com
> Skype:  seun.ojedeji

Seun Ojedeji

unread,
Nov 10, 2010, 3:33:51 PM11/10/10
to bigbluebu...@googlegroups.com
When you tried to access it from inside what error did you get(as you should be able to access it from inside if you have public ip on that interface)...but again this error message: makes me curious; could you run "ifconfig" and post the output here and also paste the output of bbb-config --check

error:
> > IP does not match:
> >                           IP from ifconfig: 192.168.0.197
> >   /etc/nginx/sites-available/

Email:   seun.o...@unn.edu.ng
            seun.o...@gmail.com
Skype:  seun.ojedeji

ces

unread,
Nov 25, 2010, 11:21:50 AM11/25/10
to BigBlueButton-Setup
Hello

I decide to restart from scratch.

So i would like to access my bbb in local and also from outside with
the adress videoconference.cxxx.com

here is my ifconfig info:
oldfixe@oldfixe-PC030A-ABA-SR1135CL-NA430:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:2f:0e:82:bd
inet adr:192.168.0.197 Bcast:192.168.0.255 Masque:
255.255.255.0
adr inet6: fe80::211:2fff:fe0e:82bd/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:231353 erreurs:0 :0 overruns:0 frame:0
TX packets:189808 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:232879081 (232.8 MB) Octets transmis:82184649
(82.1 MB)
Interruption:23

lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
Packets reçus:17123 erreurs:0 :0 overruns:0 frame:0
TX packets:17123 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
Octets reçus:1176403 (1.1 MB) Octets transmis:1176403 (1.1
MB)
-------------------------------------------------------------------
here is info from bbb-conf --check


BigBlueButton Server 0.71
Kernel version: 2.6.35-23-generic
Distribution: Ubuntu 10.10 (32-bit)
Memory: 938 MB

/var/www/bigbluebutton/client/conf/config.xml
Port test (tunnel): 192.168.0.197
Red5: 192.168.0.197

/etc/nginx/sites-available/bigbluebutton
server name: 192.168.0.197
port: 8081
bbb-client dir: /var/www/bigbluebutton

/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/
bigbluebutton.properties (bbb-web)
bbb-web host: 192.168.0.197:8081

/var/lib/tomcat6/webapps/bigbluebutton/demo/bbb_api_conf.jsp (API
demos)
bbb-web-api host: 192.168.0.197:8081

/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml
voice conference: konference (asterisk)


** Potential problems described below **
# IP does not match:
# IP from ifconfig: 192.168.0.197:8081
# /etc/nginx/sites-available/bigbluebutton: 192.168.0.197

# This server could not connect to BigBlueButton through http://192.168.0.197/
#
# If you are setting up BigBlueButton behind a firewall, see the FAQ
# for steps to setup BigBlueButton behind a firewall.
# http://code.google.com/p/bigbluebutton/wiki/FAQ

--------------------------------------------------
here is info from /etc/network/interfaces
GNU nano 2.2.4 Fichier : /etc/network/
interfaces

auto lo
iface lo inet loopback


Hope there is enough information so i do it properly this time...










On 10 nov, 15:33, Seun Ojedeji <seun.ojed...@gmail.com> wrote:
> When you tried to access it from inside what error did you get(as you should
> be able to access it from inside if you have public ip on that
> interface)...but again this error message: makes me curious; could you run
> "ifconfig" and post the output here and also paste the output of bbb-config
> --check
> error:> > IP does not match:
> > >                           IP from ifconfig: 192.168.0.197
> > >   /etc/nginx/sites-available/
>
> bigbluebutton: videoconference.xxx.com
>
> > <bigbluebutton-setup%2Bunsu...@googlegroups.com<bigbluebutton-setup%252Buns...@googlegroups.com>
> > ><bigbluebutton-setup%2Bunsu
> > > >> > bsc...@googlegroups.com>
> > > >> > > > .
> > > >> > > > For more options, visit this group at
> > > >> > > >http://groups.google.com/group/bigbluebutton-setup?hl=en.
>
> > > >> > > --
>
> > ------------------------------------------------------------------------
> > > >> > > Seun Ojedeji,
> > > >> > > System Analyst/Network Admin
> > > >> > > ICT Centre,
> > > >> > > University of Nigeria, Enugu Campus.
> > > >> > > web:      http://www.unn.edu.ng
> > > >> > > Mobile: +2348035233535
> > > >> > > Email:   seun.ojed...@unn.edu.ng
> > > >> > >             seun.ojed...@gmail.com
> > > >> > > Skype:  seun.ojedeji
>
> > > >> > --
> > > >> > You received this message because you are subscribed to the Google
> > > >> > Groups
> > > >> > "BigBlueButton-Setup" group.
> > > >> > To post to this group, send email to
> > > >> > bigbluebu...@googlegroups.com.
> > > >> > To unsubscribe from this group, send email to
> > > >> > bigbluebutton-s...@googlegroups.com<bigbluebutton-setup%2Bunsu...@googlegroups.com>
> > <bigbluebutton-setup%2Bunsu...@googlegroups.com<bigbluebutton-setup%252Buns...@googlegroups.com>
>
> > > >> > .
> > > >> > For more options, visit this group at
> > > >> >http://groups.google.com/group/bigbluebutton-setup?hl=en.
>
> > > >> --
>
> > ------------------------------------------------------------------------
> > > >> Seun Ojedeji,
> > > >> System Analyst/Network Admin
> > > >> ICT Centre,
> > > >> University of
>
> ...
>
> plus de détails »

Seun Ojedeji

unread,
Nov 25, 2010, 11:46:09 AM11/25/10
to bigbluebu...@googlegroups.com
Hello,

first is there a special reason for not using default ports? is there anything ocupying 8080. Secondly do you plan to stick to this ip 192.168.0.197 or you will be using a public ip on the server? If you want to stick to that ip then you need to setup port forwarding, check be BBB website for the Dlink sample of how to do port forwarding for BBB
Else set the public ip and first setup BBB with that. After that you can now change to your prefered domain name with bbb-config --setip

To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.




--
------------------------------------------------------------------------
Seun Ojedeji,
System Analyst/Network Administrator
University of Nigeria, Nsukka
Skype:  seun.ojedeji

ces

unread,
Dec 17, 2010, 2:03:11 PM12/17/10
to BigBlueButton-Setup
Sorry for my late reply

i did again everything from scratch.

my bbb is accessible from outside my network with the adress url:
videoconference.xxx.com, i still it means my port forwarding is good
but still not working inside my network, i can t access with the url
from a computer inside my network (where bbb is )

I really need to have this working as users can be inside or outside
my network depending if they are working from my office or from their
place.

here is the message i got from sudo bbb-conf --check:


BigBlueButton Server 0.71
Kernel version: 2.6.35-23-generic
Distribution: Ubuntu 10.10 (32-bit)
Memory: 938 MB

/var/www/bigbluebutton/client/conf/config.xml
Port test (tunnel): videoconference.xx.com
Red5: videoconference.xxx.com
videoconference.xxx.com
videoconference.xxx.com
videoconference.xx.com
videoconference.xxx.com


/etc/nginx/sites-available/bigbluebutton
server name: videoconference.xx.com
port: 8081
bbb-client dir: /var/www/bigbluebutton

/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/
bigbluebutton.properties (bbb-web)
bbb-web host: videoconference.xxxxx.com:8081

/var/lib/tomcat6/webapps/bigbluebutton/demo/bbb_api_conf.jsp (API
demos)
bbb-web-api host: videoconference.xxx.com:8081

/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml
voice conference: konference (asterisk)


** Potential problems described below **
# IP does not match:
# IP from ifconfig: videoconference.xxx.com:
8081
# /etc/nginx/sites-available/bigbluebutton: videoconference.xxxx.com

# This server could not connect to BigBlueButton through
http://videoconference.xxx.com/
--------------------------------------------------------------
here is the info from ifconfig
ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:2f:0e:82:bd
inet adr:192.168.0.197 Bcast:192.168.0.255 Masque:
255.255.255.0
adr inet6: fe80::211:2fff:fe0e:82bd/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:141692 erreurs:0 :0 overruns:0 frame:0
TX packets:117079 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:145687824 (145.6 MB) Octets transmis:36802343
(36.8 MB)
Interruption:23 Adresse de base:0x4000

lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
Packets reçus:150132 erreurs:0 :0 overruns:0 frame:0
TX packets:150132 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
Octets reçus:7856377 (7.8 MB) Octets transmis:7856377 (7.8
MB)

--------------------------------------------------------------------------------------

here is my etc/hosts file:

GNU nano 2.2.4 Fichier : /etc/
hosts

192.168.0.197 oldfixe-PC030A-ABA-SR1135CL-NA430 # Added by
NetworkManag$
127.0.0.1 localhost.localdomain localhost
::1 oldfixe-PC030A-ABA-SR1135CL-NA430
localhost6.localdomain6 localho$
127.0.1.1 oldfixe-PC030A-ABA-SR1135CL-NA430
192.168.0.197 videoconference.xxx.com

# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts



On 25 nov, 11:46, Seun Ojedeji <seun.ojed...@gmail.com> wrote:
> Hello,
>
> first is there a special reason for not using default ports? is there
> anything ocupying 8080. Secondly do you plan to stick to this ip
> 192.168.0.197 or you will be using a public ip on the server? If you want to
> stick to that ip then you need to setup port forwarding, check be BBB
> website for the Dlink sample of how to do port forwarding for BBB
> Else set the public ip and first setup BBB with that. After that you can now
> change to your prefered domain name with bbb-config --setip
>
> ...
>
> plus de détails »

Fred Dixon

unread,
Dec 17, 2010, 3:48:42 PM12/17/10
to bigbluebu...@googlegroups.com
Hi ces,

Even though you got an error message from bbb-conf --check, can you
try accessing it from within your network using the external hostname
and let us know if it works.

There was an error in bbb-conf --check that erroneously reported a
problem when the administrator changed the port using bbb-conf --setip
host:port. See

http://code.google.com/p/bigbluebutton/issues/detail?id=787

This bug was fixed (see related thread below):

http://groups.google.com/group/bigbluebutton-setup/browse_thread/thread/76dc74876f091b3b#

Regards,... Fred

ces

unread,
Dec 21, 2010, 10:57:38 AM12/21/10
to BigBlueButton-Setup
/I ve tried but it doesn t work....

i don t know what to do, must be simple !

On 17 déc, 15:48, Fred Dixon <ffdi...@gmail.com> wrote:
> Hi ces,
>
> Even though you got an error message from bbb-conf --check, can you
> try accessing it from within your network using the external hostname
> and let us know if it works.
>
> There was an error in bbb-conf --check that erroneously reported a
> problem when the administrator changed the port using bbb-conf --setip
> host:port.  See
>
>    http://code.google.com/p/bigbluebutton/issues/detail?id=787
>
> This bug was fixed (see related thread below):
>
>  http://groups.google.com/group/bigbluebutton-setup/browse_thread/thre...
> >> > > > > to have happened since your interface seem to have a private ip...
>
> plus de détails »
Reply all
Reply to author
Forward
0 new messages