@ryan_meagher You should be able to do this using the /etc/network/interfaces
approach you mentioned. voxl-modem
uses that approach in order to set a static IP for Microhard on eth0
. This is what the /etc/network/interfaces
file looks like in that case:
# This file describes the network interfaces available on your system
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.168.100
netmask 255.255.255.0
gateway 192.168.168.1