By: Ev Sus user 03 Sep 2020 at 3:37 p.m. CDT

4 Responses
Ev Sus gravatar
At the following location in the docs, the instructions refer to a file "/etc/network/interfaces" that needs to be modified, yet on modern CentOS this file is absent. I Have been unable to find the corresponding settings elsewhere in the operating system.** ** https://gluu.org/docs/gluu-server/installation-guide/#ip-address

By Mohit Mali staff 03 Sep 2020 at 9:56 p.m. CDT

Mohit Mali gravatar
hi Ev Sus, thank you for reaching out gluu support , let me check the how we can configure it on latest centos and get back to you asap. thanks and regards Mohit Mali

By Mohit Mali staff 04 Sep 2020 at 4:23 a.m. CDT

Mohit Mali gravatar
Hi EV Sus, In centos 7 this is how you can configured static ip to the system. ``` Create a file named /etc/sysconfig/network-scripts/ifcfg-eth0 as follows: DEVICE=eth0 BOOTPROTO=none ONBOOT=yes PREFIX=24 IPADDR=192.168.2.203 Restart network service: systemctl restart network ``` for more information check this [link](https://www.cyberciti.biz/faq/howto-setting-rhel7-centos-7-static-ip-configuration/) thanks and regards Mohit Mali

By Ev Sus user 09 Sep 2020 at 10:16 a.m. CDT

Ev Sus gravatar
Thank you for the information. Is there any chance the installation docs will be updated to reflect this case? Thanks, Ev Su

By Mohit Mali staff 11 Sep 2020 at 2:01 a.m. CDT

Mohit Mali gravatar
Hi Ev Sus, ok i will talk with team but since its related on Centos only while doc contain general information for almost all OS. Thanks and Regards Mohit Mali