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

Error while setting F-stack on a remote machine #755

Open parthosa opened 1 year ago

parthosa commented 1 year ago

Following the steps mentioned for setting up in AWS. I am trying to setup the virtual NIC:

ifconfig veth0 xxx.xxx.219.144  netmask 255.255.248.0  broadcast xxx.xxx..223.255 hw ether xx:xx:xx:77:03:b0 up

Getting the following error:

SIOCSIFADDR: No such device
veth0: ERROR while getting interface flags: No such device
  1. What is the correct way to create the virtual NIC veth0? I have tried - ip add dummy, vde_switch and looked at other issues.
  2. Do I need to use SR-IOV for this?
jfb8856606 commented 1 year ago

You need enable kni in config.ini, and it is disable by default.