networking - Can't reach internal address from inside a CoreOs Vagrant box -


i'm running coreos inside vagrant box. i'm using stock configuration described coreos.

i can ping external address google. unfortunately can't reach address that' inside companies network.

pinging internal address windows host works fine. colleague has got no problems calling internal addresses inside vagrant box.

when calling ifconfig have 2 entries listed suspect cause (since colleague doesn't have two):

flannel0: flags=4305<up,pointopoint,running,noarp,multicast>  mtu xxx veth071c08e: flags=4163<up,broadcast,running,multicast>  mtu xxx 

do know , how can remove them?

i have removed flannel interface , service fleet service vagrant's user-data file , can reach internal addresses well.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -