How to change IP address of Open filer through command line
- Sarbjeet Sehra
- Sep 14, 2021
- 1 min read
Login with Openfiler through CLI mode .

Enter root credentials and password to login with Admin rights. Execute below command under CLI mode.
vi /etc/sysconfig/network-scripts/ifcfg-eth0

Change the IP address as per your requirement and press esc Key, type :w and hit Enter key to save the file.
Once you save a file, quit vim / Vi by pressing Esc key, type :x and hit Enter key
Reboot you device to reflect the changes and open the console through new IP address.




Comments