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.82k stars 891 forks source link

Cannot ping config.ini ip after run helloword #783

Closed segment11 closed 1 year ago

segment11 commented 1 year ago

tools/sbin/ifconfig

there is a network interface named f-stack-0, show ip configured in config.ini

but I cannot ping the ip

jfb8856606 commented 1 year ago
  1. Check if you config corrected addr/netmask/broadcast in config.ini.
  2. Check if you enable kni in config.ini, if enabled kni, Check if you config corrected addr/netmask/broadcast/MAC, route, carrier=on, etc.
  3. Make sure your client is in another machine.
segment11 commented 1 year ago

Thanks a lot. It works.