Hi
I am using Beaglebone Black with new debian
I refered this link : https://www.digikey.com/eewiki/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-RootFileSystem
this time I tried to set static ip with eth0 as below
/etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.10.1
netmask 255.255.255.0
gateway 192.168.10.1
i reboot beaglebone black and then i did ‘sudo ifconfig’
then the ip is not 192.168.10.1

Please, Let me know how to set static ip with eth0.
and one more
could you explain how to set router on beaglebone black?
thank you