Change IP-Address of Web Interface

I set up GrayLog with the provided OVA Image inside a VMWARE Environment.
When booting up the first time our DHCP assigned an IP-Address to that Machine.
Now I just want to manually change the IP to a static IP Address, but I can’t find any Documentation on how to do this.

Info: I am brand new to GrayLog so please be advised that I may not understand the “GrayLog Language” on the first try.

Thanks in advance.

http://docs.graylog.org/en/2.3/pages/configuration/graylog_ctl.html#assign-a-static-ip

Thanks a lot, I used this search for sure but didn’t find it.
Sorry for the trouble, thanks again.

How do I access the following:
“Edit the file /etc/network/interfaces like this (just the important lines):”

Trying to access /etc/network/interfaces via console gives me Permission denied.

You have to use sudo to edit the file as root user:

sudo nano -w /etc/network/interfaces

Worked perfectly.
Cheers

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.