please follows the instruction for the VM MAIN appliance version 1.5
HOW TO: configure/install StartSNAP4CITYVM: starting appliance of Snap4City and the VM appliance Snap4CityMAIN includes tools
https://www.snap4city.org/drupal/node/487
in addition:
login with username/password as debian/debian from consol
$ su
write "debian"
$ pico /etc/network/interfaces
cut char "#" from line "iface eth0 inet dhcp"
and add char "#" on the following lines to obtain:
#iface eth0 inet static
#address 192.168.1.165
#netmask 255.255.255.0
#network 192.168.1.0
#broadcast 192.168.1.255
#gateway 192.168.1.2
#dns-nameservers 8.8.8.8
press: Ctrl+x and s to save
then press return to confirm the exit with saving.
Please retart network via:
sudo systemctl restart networking
The correct command may depend on the linux version and kind you are using.
Please note that if you adopt a DHCP approach the Host ETC file has to present the IP address assigned to the VM by the DHCP.
If you use a fixed IP approach, be sure to take a free IP address, and that the VM has only one NIC activated.
and https://www.snap4city.org/drupal/node/471