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
--
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.
To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
Regards,... Fred
> To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
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
To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
Seun Ojedeji,
System Analyst/Network Administrator
University of Nigeria, Nsukka
web: http://www.unn.edu.ng
Mobile: +2348035233535
Skype: seun.ojedeji
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