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 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.30.2 10.40.30.2
   dns-domain corp.seic.com
   dns-search corp.seic.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/*. 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/msgid/graylog2/77b4c609-615e-4798-9bd6-695e304c35d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to