User Tools

Site Tools


connman

This is an old revision of the document!


ConnMan is a command-line network manager designed for use with embedded devices and fast resolve times.

Although AGL Settings application provides a GUI for connecting to WiFi networks, in certain cases it could be necessary to do it from the command-line with ConnMan.

Networking configuration

Connecting to a Wi-Fi network

Setting up a static IP address

Follow the steps below to configure a static IP address: * Retrieve the interface you want to modify (the format is ethernet_<MAC_ADDR>_cable):

  connmanctl services

* Manually configure IP:

  connmanctl config <service> --ipv4 manual  <ip address> <netmask> <gateway>
connman.1532349958.txt.gz · Last modified: 2018/07/23 12:45 by leonanavi