F-Stack / f-stack

F-Stack is an user space network development kit with high performance based on DPDK, FreeBSD TCP/IP stack and coroutine API.
http://www.f-stack.org
Other
3.76k stars 879 forks source link

IPv6 address not pingable #781

Closed rajeshwarp2002 closed 10 months ago

rajeshwarp2002 commented 10 months ago

Hello, I have this IPv6 configured in /data/config,ini. This IP is not pingable mainly because my f-stack app doesn't receive Neighbour Solicitation message and hence it remains undiscovered. But when my f-stack app initiates a connection, then it becomes pingable. Maybe I have to configure multicast address but not sure how to do that. I have promiscuous mode disabled.

Any help would be appreciated.

rajeshwarp2002 commented 10 months ago

setting promiscuous to false was mistake