Hi.

I'm trying to toggle the eth0 with ifconfig
I noticed that it I couldn't access my board after that.
After some more testing it seems like I can't access my board from a
different subnetwork.
So I did a route -nee (before and after eth0 down and up) and it seems lie
the gateway is gone.

root@imx6qsabresd:~# route -nee
Destination     Gateway         Genmask         Flags   MSS Window  irtt
Iface
0.0.0.0         192.168.55.1    0.0.0.0         UG        0 0          0
eth0
192.168.55.0    0.0.0.0         255.255.255.0   U         0 0          0
eth0
root@imx6qsabresd:~# ifconfig eth0 down
root@imx6qsabresd:~# ifconfig eth0 up

When link is back:
root@imx6qsabresd:~# route -nee
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt
Iface
192.168.55.0    0.0.0.0         255.255.255.0   U         0 0          0
eth0

I did this on a SabreSD and also my custom board.

Is there anything I'm missing in my setup?

Best regards,
Niklas
-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to