Just in case someone gets stuck setting up static IP on Kamikaze (like me

Just in case someone gets stuck setting up static IP on Kamikaze (like me just now).

Angstrom Linux seems to use connman to manage networking. Editing /etc/network/interfaces is a no go. Manually editing connman’s settings is a no-no.

It should be done through connmanctl. You can run it in interactive mode (neat because it has autocomplete).

Then you can do this:

config --ipv4 manual

You can list services with “services”.

Erh. Meant Debian, not Angstrom. But i believe Kamikaze inherited Connman from Angstrom distro.

And Angstrom is a debian-derivative as well. It all converges eventually :wink: The point about connman vs /etc/network/interfaces is important though.