Yes, 443 is down on my VM, too. With IE, I can browse to http://172.16.124.48 , and i get back the login page. After entering admin/admin in it, I'm in the Graylog console on the page http://172.16.124.48/search
I don't know what's wrong in your installation. Maybe it's easier to start it again from scratch (and do a reboot after configuring the IP but before the sudo graylog-ctl restart). By the way, the md5sum of graylog-2.1.2-1.ova is 05d501b5fbc303a3f3b534985c8f069a Cheers, Nico 2017-01-05 4:22 GMT+01:00 <[email protected]>: > 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]>: >> >>> 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]. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/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 > <https://groups.google.com/d/msgid/graylog2/283fdfa6-9c37-40b8-a2d1-817b281c4a49%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/CAAE8D_DNVXSvNoq_Ud75iDDeyhO7Q1sJTpeFJo%3D3OZ1xoB1GGg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
