-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not ping to IP address in VM #92
Comments
You may do such test:
|
I have tested this dpdk example. It works. Only this example gets failed. |
|
ip neigh show
ip link show
|
Something wrong with your nic. |
In my network card, port as a different name other than |
I have fixed Port down issue. But still it does not bind an IP for that.
IP assigning
But I still can not ping to it even inside the VM. |
ans is userspace tcp/ip stack, you can't ping to it from linux kernel inside the VM, you shall ping to it from another vm. |
Yes, VM to VM ping was working fine. Thanks for the support. |
Good morning Sachith, I have been facing what I think is a similiar issue to yours. I cannot ping 10.0.0.2 from other VM. |
You may try the command "./ans -c 0x4 -n 1 --base-virtaddr=0x2aaa2aa0000 -- -p 0x1 --config="(0,0,2)"" |
Good evening. Thank you for your answer. DPDK-ANS conf: veth0: mtu 1500 ANS IP routing table From another VM in the same network (i can ping the NAT interface), i cannot ping 10.0.0.2. Thank you very much in advance. |
Thanks for your talks! It is helpful! |
I have
dpdk-ans
running in my VirtualBox - Centos-7 environment.I can run everything without error
I ran ->
./build/ans -c 0x2 -n 1 -- -p 0x1 --config="(0,0,1)"
Opened another one and ran
./build/anscli
insidedpdk-ans/ans
But I can not ping to
10.0.0.2
from VM or my host PC. I have changed the IP but no luck.I would like to join
dpdk-ans
Slack community. Please let me know how to join.The text was updated successfully, but these errors were encountered: