I have connected my host with an Android device over ethernet. I have an android device connected via ethernet cable to a router and a Host (linux-Ubuntu) connected to the same router.
Host Ip is :
eth1 : inet addr : 192.168.101.102 mask : 255.255.255.0
Device Ip(configured this IP static
not DHCP) :
192.168.101.105
Network Prefix Length : 24
Default Gateway : 192.168.0.1
I am able to ping the device from the host in normal mode. But when I enter into the fastboot mode via Power + Volume Down OR adb reboot bootloader: I am neither able to ping the device nor able to flash the device using fastboot -t flash boot
Device ethernet interface name is eth0 while the Host interface name is eth1.Does it matter?
How can I achieve this or is it not possible?