Mellanox / docker-sriov-plugin

Docker networking plugin for SRIOV and passthrough interfaces
Apache License 2.0
79 stars 17 forks source link

Unable to reach anything from container #21

Open njavro opened 2 years ago

njavro commented 2 years ago

Hello,

I am trying to run quick tutorial. I follow all the steps exactly except the last one where I use alpine container instead of nginx in order to use ifconfig/ip/... It seems that I am not able to ping or reach anything outside of container for some reason?

Once I do ip neigh show I get: 194.168.1.1 dev eth0 used 0/0/0 probes 6 FAILED

And on route -n I get: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 194.168.1.1 0.0.0.0 UG 0 0 0 eth0 194.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0

However my host has PF with ip 10.10.1.1 that is able to ping PF on another connected host with ip 10.10.1.2 I can't seem to ping that other host (10.10.1.2) or anything else for that matter?

Any advice on how to connect and fully utilize that VF?

Thank you!