Configure fixed IP in the dev app-platform in VM
I need to assign a fixed IP address to my app-platform (running on WMWare virtual machine) to avoid that every time I restart it I have to reconfigure my connections in Visual Studio (not an easy task that).
When the app-platform Linux OS starts up on the virtual machine, it reads: "To set a static IP address, run /usr/sbin/setip --help".
However, if I run that command (with user 'admin' password 'ipapps') I get "Permission denied".
But if I try to login with user 'root', neither the password 'ipapps' nor the password 'pwd' works. I even tried 'ip811' with no luck.
So, my question is:
How can I configure fixed IP in the development app-platform in VM?