2020-12-07 01:09 AM
I am following the link https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-DK2/Let%27s_start/Execute_basic_commands
i have connected the board to a LAN and the following result is obtained:
Why don't i see the
"inet xx.xx.xx.xx/xx brd xx.xx.xx.xx scope global dynamic eth0" feild?
Solved! Go to Solution.
2021-01-25 11:29 PM
Hello,
Note that the right command is: "ip addr show eth0" ifcong beeing dreprecated (but still working).
Anyway both commands will give you same results. It seems your gateway is only assigning IPv6 ip address. Generally gateways
are assigning both ipv6 and ipv4 to stay compatible with both addressing schemes.
It is not an issue and probably a configuration of your gateway.
Anyway you can stay with ipv6 ip address. no pb.
2021-01-25 11:29 PM
Hello,
Note that the right command is: "ip addr show eth0" ifcong beeing dreprecated (but still working).
Anyway both commands will give you same results. It seems your gateway is only assigning IPv6 ip address. Generally gateways
are assigning both ipv6 and ipv4 to stay compatible with both addressing schemes.
It is not an issue and probably a configuration of your gateway.
Anyway you can stay with ipv6 ip address. no pb.
2021-01-29 12:00 AM
Thanks, @Bernard PUEL
Looks like there was an issue with my local network settings.
It is resolved now.