You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm working on a new camkes-based project.
This project is simulated by using Qemu, on Q35 machine for X86_64 arch and e1000e eth. I am using intel controller driver (82574 controller) for network communication. my project has built successfully and completed intel network driver initialized.
But when using network in my application in Qemu, no network packet is sent and received!
export TAP_DEV=tap0
sudo ip tuntap add dev $TAP_DEV mode tap
sudo ip addr flush dev $TAP_DEV
sudo ip addr add 10.10.100.1/24 brd 10.10.100.255 dev $TAP_DEV
sudo ip link set dev $TAP_DEV addr 02:00:ca:fe:01
sudo ip link set dev $TAP_DEV up
.
how to fix this problem?
thank you.
The text was updated successfully, but these errors were encountered:
Hi. I'm working on a new camkes-based project.
This project is simulated by using Qemu, on Q35 machine for X86_64 arch and e1000e eth. I am using intel controller driver (82574 controller) for network communication. my project has built successfully and completed intel network driver initialized.
But when using network in my application in Qemu, no network packet is sent and received!
Qemu command:
.
Appendix:
Create tap0 command:
.
how to fix this problem?
thank you.
The text was updated successfully, but these errors were encountered: