# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface #auto eth0 #iface eth0 inet dhcp # Example to keep MAC address between reboots #hwaddress ether DE:AD:BE:EF:CA:FE ##connman: ethX static config #connmanctl services #Using the appropriate ethernet service, tell connman to setup a static IP address for that service: #sudo connmanctl config --ipv4 manual --nameservers ##connman: WiFi # #connmanctl #connmanctl> tether wifi off #connmanctl> enable wifi #connmanctl> scan wifi #connmanctl> services #connmanctl> agent on #connmanctl> connect wifi_*_managed_psk #connmanctl> quit