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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: