Can you change your /etc/hosts to show
192.168.0.15 rdgcomputer.com
and try
sudo bbb-conf --clean
sudo bbb-conf --check
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.
>
It's looking like rdgcomputer.com is not resolving to 192.168.0.15,
but it should with the given entry in /etc/hosts.
Can you try ping rdgcomputer.com and confirm it pings 192.168.0.15.
Can you then do
netstat -ant | grep 8080
and confirm that tomcat is listening on the port. Next, can you try
wget -O - --quiet http://rdgcomputer.com/bigbluebutton/api
and confirm you get back
<response><returncode>SUCCESS</returncode><version>0.7</version></response>
If any of the above are not true, it will help us narrow down the
source of the problems.
Regards,... Fred
It looks like you have something listening on port 8080, but it's not
responding. Can you tell us the output of
sudo apt-get install lsof
sudo lsof -i :8080
Regards,... Fred