-
Notifications
You must be signed in to change notification settings - Fork 19
Description
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!