I need to use outside my lan.
i do:
bbb-conf --setip 190.220.nnn.nnn (that's my fixed ip)
in my router i open port 8090 and redirect to my local ip (10.10.42.nnn:80)
I'm in a big lan and i can't use port 80
My /etc/nginx/sites-enabled/bigbluebutton says
erver {
listen 80;
server_name 190.220.nnn.nnnn;
....
....
Then i try to connect from outside:
http://190.220.nnn.nnn:8090
and open a bbb home page with the "join" button
I try to join and error appear (i attach it)
Same error in local (?)
My /etc/hosts says
10.10.42.nnn 190.220.nnn.nnn
I use debian squeeze 6.0 (updated from lenny last week)
Any ideas ?
--
andres
mail + msn + gtalk: a...@data99.com.ar
solo mail: a...@data99.com.ar
Can you try this:
1. Use dyndns.org to define an external_hostname for your router's IP.
2. Do
sudo bbb-conf --setip external_hostname
3. Enter into your /etc/hosts
190.220.nnn.nnn external_hostname
4. Do
sudo bbb-conf --clean
5. Try
and let us know if it works. This is the general outline at
and has worked for others. The key is to use a hostname, not an IP
address, to have BigBlueButton listen for incoming requests.
Regards,... Fred
> --
> 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.
>
>