[graylog2] We are experiencing problems connecting to the Graylog server running on with OVA

2017-01-04 Thread victorfeng1973
Hi, I downloaded graylog-2.1.2-1.ova and deployed it. We do not have DHCP server. After the OVA was deployed, I set static network for it. root@graylog:~# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more inform

[graylog2] problems connecting to the Graylog server with OVA

2017-01-04 Thread victorfeng1973
Hi, I downloaded lastest graylog-2.1.2-1.ova and deployed it. We do not have DHCP server. After the OVA was deployed, I set static network for it. root@graylog:~# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For mor

Re: [graylog2] problems connecting to the Graylog server with OVA

2017-01-04 Thread victorfeng1973
tried again. same. I can log into the VM with Putty from my desktop. I tried it with both FireFox and Chrome, same error. But when I tried it on IE, I got login page(the login page is on port 80. It did not change to port 443). After entering admin/admin, click on Signing in button, the butt

Re: [graylog2] problems connecting to the Graylog server with OVA

2017-01-05 Thread victorfeng1973
Here is the output. Because the VM is in internal subnet, it does not have Internet access. So execute[apt-get-update-periodic] error can be ignored? ubuntu@graylog:~$ sudo graylog-ctl reconfigure Starting Chef Client, version 12.6.0 Compiling Cookbooks... Recipe: graylog::default * directory[

Re: [graylog2] problems connecting to the Graylog server with OVA

2017-01-05 Thread victorfeng1973
Same here. sun@dev01 # md5sum graylog-2.1.2-1.ova 05d501b5fbc303a3f3b534985c8f069a graylog-2.1.2-1.ova Thanks Victor On Thursday, January 5, 2017 at 4:19:50 AM UTC-5, Nico Zanferrari wrote: > > Yes, 443 is down on my VM, too. > > With IE, I can browse to http://172.16.124.48 , and i get back t

Re: [graylog2] problems connecting to the Graylog server with OVA

2017-01-05 Thread victorfeng1973
I also started from scratch. did reboot after configuring IP. then sudo graylog-ctl reconfigure, also tried sudo graylog-ctl restart. The VM 172.16.124.48 is in an internal subnet which does not have Internet access. My desktop is in different subnet. Firewall should not play a role here, sinc

Re: [graylog2] problems connecting to the Graylog server with OVA

2017-01-09 Thread victorfeng1973
Resolved after enable ssl. sudo graylog-ctl enforce-ssl sudo graylog-ctl reconfigure Here is the difference in nginx.conf before and after. root@:/opt/graylog/conf/nginx# cat nginx.conf.orig worker_processes 1; daemon off; events { worker_connections 1024; } http { include /opt/