Re: [lwip-users] Not able to ping on IPV6 address in lwIP 2.0.2

2017-09-01 Thread Joan Lledó
Hi, note that for pinging link local addresses you must spacify an interface (-I option in GNU/Linux) For global addresses, I had the same problem and it was because Ethernet multicast was not enabled in my interface. Take a look at [1]. as it may be your problem too.

[lwip-users] Not able to ping on IPV6 address in lwIP 2.0.2

2017-09-01 Thread Shailesh Korat
I doing below configuration to enable IPv6 in lwIP 2.0.2. But some how I am not able to ping on link local or global address. I am using Ethernet. #define LWIP_IPV6 1 #define LWIP_IPV6_MLD 1 #define LWIP_IPV6_AUTOCONFIG 1 #define