Post Go back to editing

ADALM-2000 SET A STATIC IP

Category: Hardware
Product Number: ADALM2000 m2k
Software Version: V0.31

Hello everyone,

I have connected m2k to my network via an Ethernet Gigabit Lan,  but m2k uses DHCP by default, I not sure  about the IP.

I modify the /etc/network/interfaces , as show in the code, but it doesn't work, when I reboot, the ''eth0'' back to DHCP, Linux version: Linux m2k 5.10.0

#cat /etc/network/interfaces
auto lo
iface lo inet loopback

auto usb0
iface usb0 inet static
address 192.168.2.1
netmask 255.255.255.0

auto usb1
iface usb1 inet dhcp

auto eth0
iface eth0 inet static
address 192.168.10.110
netmask 255.255.255.0

So, I'm missing some other settings?

Best Regards.