# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback # external interface for control console (iPad or laptop) auto enx00e04c3601ed iface enx00e04c3601ed inet dhcp #iface enx00e04c3601ed inet static # address 10.10.1.1 # netmask 255.255.255.0 # hardware-irq-coalesce-rx-usecs 0 # switch for robots and heater controllers auto enp0s25 iface enp0s25 inet static address 10.10.10.1 netmask 255.255.255.0 hardware-irq-coalesce-rx-usecs 0