git@meeting090:/etc$ cat hosts
127.0.0.1 localhost
10.0.1.34 meeting090.example.com meeting090
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
Hi Devin,> Our BBB server behind the Firewall,Your setup looks to be more complex than others. You need to make sure TCP ports 80, 9123, 1935, and UDP ports from 16384-32768 are forwarded from your firewall (10.0.1.1) to your BigBlueButton server (10.0.1.34).> My problem is that client can join the meeting form publicIP,Users need to join with the hostname (not IP) so the entry in /etc/hosts on 10.0.1.34 can re-route the traffic to the local server.Regards,... Fred
On Wed, Mar 11, 2015 at 7:41 AM, Devin Yang <devin...@gmail.com> wrote:
Our BBB server behind the Firewall, the BBB server have ip address 10.0.1.34,I have following document to configure the Server as below document.
https://code.google.com/p/bigbluebutton/wiki/FAQ
git@meeting090:/etc$ cat hosts
127.0.0.1 localhost
10.0.1.34 meeting090.example.com meeting090
The network topology as below
BBB Server(one to one nat:10.0.1.34)<===Hub====>(10.0.1.1Firewall)<===Hub==>10.0.0.1(Linux Route192.186.1.37)<===Hub======>Lan(Clients)
|
Internet(PublicIP Mapping to 10.0.1.34)
My problem is that client can join the meeting form publicIP, but the WebRTC IP always go try to connect to private IP 10.0.1.34.
If no route to 10.0.0.0/8 , Client got the error, 1007: ICE negotiation failed.
therefore, It makes all client from public connect to our server failed with WebRTC
Sorry, My English is poor, any Idea what's going on.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
Anyway, the BBB is great product to me, thank you.
Hi Devin,> Our BBB server behind the Firewall,Your setup looks to be more complex than others. You need to make sure TCP ports 80, 9123, 1935, and UDP ports from 16384-32768 are forwarded from your firewall (10.0.1.1) to your BigBlueButton server (10.0.1.34).> My problem is that client can join the meeting form publicIP,Users need to join with the hostname (not IP) so the entry in /etc/hosts on 10.0.1.34 can re-route the traffic to the local server.Regards,... Fred
On Wed, Mar 11, 2015 at 7:41 AM, Devin Yang <devin...@gmail.com> wrote:
Our BBB server behind the Firewall, the BBB server have ip address 10.0.1.34,I have following document to configure the Server as below document.
https://code.google.com/p/bigbluebutton/wiki/FAQ
git@meeting090:/etc$ cat hosts
127.0.0.1 localhost
10.0.1.34 meeting090.example.com meeting090
The network topology as below
BBB Server(one to one nat:10.0.1.34)<===Hub====>(10.0.1.1Firewall)<===Hub==>10.0.0.1(Linux Route192.186.1.37)<===Hub======>Lan(Clients)
|
Internet(PublicIP Mapping to 10.0.1.34)
My problem is that client can join the meeting form publicIP, but the WebRTC IP always go try to connect to private IP 10.0.1.34.
If no route to 10.0.0.0/8 , Client got the error, 1007: ICE negotiation failed.
therefore, It makes all client from public connect to our server failed with WebRTC
Sorry, My English is poor, any Idea what's going on.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
Hey,