# 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
# Static IP
auto eth0
iface eth0 inet static
address 172.16.0.189
netmask 255.255.255.0
gateway 172.16.0.254
broadcast 172.16.0.255
dns-nameservers 8.8.8.8
# 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 addr$
#sudo connmanctl config <service> --ipv4 manual <ip_addr> <netmask> <gateway> -$
##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
# Ethernet/RNDIS gadget (g_ether)
# Used by: /opt/scripts/boot/autoconfigure_usb0.sh
#iface usb0 inet static
# address 192.168.7.2
# netmask 255.255.255.252
# network 192.168.7.0
# gateway 192.168.7.1