11-24-2017, 03:45 PM
Not sure if it's 'better' in whatever way to the xenial image but I love my debian setup now, it's 'Rock'-solid .
Static IP can be configured in /etc/network/interfaces, remove what's there and replace it w smth like:
auto eth0
iface eth0 inet static
address 192.0.2.7
netmask 255.255.255.0
gateway 192.0.2.254
Static IP can be configured in /etc/network/interfaces, remove what's there and replace it w smth like:
auto eth0
iface eth0 inet static
address 192.0.2.7
netmask 255.255.255.0
gateway 192.0.2.254