Connman

From ParabolaWiki
Jump to: navigation, search

Connman sets localhost in resolv.conf. Users set nameservers elsewhere: either with connmanctl for frequent connections or through /etc/connman/main.conf as a fallback if none are set through connmanctl at least for a given "service".

1 connmanctl nameservers

  1. Enter connmanctl as root.
  2. Optionally enter help.
  3. Enter services to display the services such as a connected Ethernet or detected/connected wifi networks.
  4. Enter 'services <service> --nameserver(s) ip [ip ...]' to set the nameserver(s).

2 /etc/connman/main.conf nameservers

  1. Users have to make the directory.
  2. Type 'FallbackNameservers=server[,...]' for the nameservers to be used when connected to a network that is not configured through connmanctl.