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 button turned into gray .... gray, and not able to log in. Port 443 is not up running. ubuntu@graylog:~$ netstat -an | egrep -w "80|443" | grep LISTEN tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN Is your 443 up? Thanks On Wednesday, January 4, 2017 at 6:30:08 PM UTC-5, Nico Zanferrari wrote: > > Hello, > > I've just tried what you've described, and it works fine. > > Did you reboot the VM before the "sudo graylog-ctl reconfigure"? If not, > can you do it now and reconfigure again? > Can you ping the VM from your desktop? > > Nico > > 2017-01-04 21:29 GMT+01:00 <[email protected] <javascript:>>: > >> 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 more information, see interfaces(5). >> >> # The loopback network interface >> auto lo >> iface lo inet loopback >> >> # The primary network interface >> auto eth0 >> iface eth0 inet static >> address 172.16.124.48 >> netmask 255.255.255.0 >> gateway 172.16.124.1 >> dns-nameservers 10.50.22.2 10.40.22.2 >> dns-domain van.com >> dns-search van.com >> pre-up sleep 2 >> >> Then ssh to the IP as user ubuntu, and ran >> >> sudo graylog-ctl reconfigure >> >> Then try http://172.16.124.48/ from my desktop, I got following message: >> >> We are experiencing problems connecting to the Graylog server running on >> *http://172.16.124.48:9000/api/ >> <http://172.16.124.48:9000/api/>*. Please verify that the server is >> healthy and working correctly. >> >> You will be automatically redirected to the previous page once we can >> connect to the server. >> >> >> What did I miss? I also tried to run as user root, and sudo graylog-ctl >> restart >> >> >> Thank you >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Graylog Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/graylog2/86e979aa-3695-4036-99b0-0188aa767584%40googlegroups.com >> >> <https://groups.google.com/d/msgid/graylog2/86e979aa-3695-4036-99b0-0188aa767584%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/283fdfa6-9c37-40b8-a2d1-817b281c4a49%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
