Endian Community (2.5.1)- Change the green IP address from console Rumi, February 18, 2019 Management URL: https://192.168.0.15:10443 Green IP: 192.168.0.15/24 ----------------- 0) Shell 1) Reboot 2) Change Root Password 3) Change Admin Password 4) Restore Factory Defaults Choice: 0[endian]: login root's password: Welcome to Endian Firewall Appliance release 2.5-0 (Deployset #0) [endian] root: bash When connecting to the serial console you see a menu like the one above. From the console menu type 0 to gain access to the Endian shell, then type login: you will be asked to insert your root password (which by factory settings is set to endian). When you are logged into the Endian shell, type bash to access the bash shell. To change the default GREENIP you need to edit the file /var/efw/ethernet/settings with nano text editor: bash-3.00# nano /var/efw/ethernet/settings Change the GREEN_ADDRESS to your preference like in the example below, in which not only the Endian GREEN IP but the whole green subnet is changed. When finished, press CTRL+o to save the modified file and then press CTRL+x to exit from the editor. Finally, type reboot in the bash to restart your Endian UTM Appliance with the new settings for the GREEN zone. You see the factory default: GREEN_ADDRESS=192.168.0.15 GREEN_BROADCAST=192.168.0.255 GREEN_IPS=192.168.0.15/24 GREEN_NETADDRESS=192.168.0.0 That you can change e.g., to: GREEN_ADDRESS=10.0.0.1 GREEN_BROADCAST=10.0.0.255 GREEN_IPS=10.0.0.1/24 GREEN_NETADDRESS=10.0.0.0 Troubleshooting File /var/efw/ethernet/settings is empty or it does not exist: This can happen before the configuration of the zones has been done. In this case, simply add the GREEN_* variables (with suitable values) plus the GREEN_DEV=br0 variable to the file, then reboot the Appliance. I experience errors when connecting, but the file /var/efw/ethernet/settings appears correct. You should make sure that the file has owner nobody:nobody, i.e,bash-3.00# chown nobody:nobody /var/efw/ethernet/settings Administrations Configurations (Linux) endian