I am trying to change the IP address of my Beagle. My google attemps have lead me to modifying the interfaces file using a nano editor.
I have edited the file to
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.80
netmask 255.255.255.0
gateway 192.168.1.1
…
# Ethernet/RNDIS gadget (g_ether)
iface usb0 inet static
address 192.168.7.4
netmask 255.255.255.0
network 192.168.7.0
gateway 192.168.7.1
I was expecting it to change when saved but it is clearly not. It still says 192.168.7.2.
I was ex