# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

auto enp1s0
iface enp1s0 inet static
	hwaddress 00:11:22:33:44:55
	address 192.168.2.1/24

auto usb0 
iface usb0 inet static
	address 192.168.1.1/24
