Re: bosh-lite / cf fails in ~15 minutes
Kris Rice
Nope vbox shows the vm still running just no longer accessible. So I do a vagrant halt / up which brings it back up and the only one from running bosh vms that is ever running is the postgres one. This machine is brand newly created so everything is bone stock. The only thing I’ve wondered is we internally use the 10.244.x.x ranges however I’ve added the routes to the linux host but we do not use 192.168.x.x at all. Is there a way to move what’s used internally? However this doesn’t solve the fact that 192.168.50.4 becomes unacccessible unless that is simply doing a port-fwd to one of the 10.x IPs ?
toggle quoted message
Show quoted text
└─>netstat -rn Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 0.0.0.0 10.88.68.1 0.0.0.0 UG 0 0 0 eth0 10.88.68.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0 10.244.0.0 192.168.50.4 255.255.224.0 UG 0 0 0 vboxnet0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 usb0 169.254.182.0 0.0.0.0 255.255.255.0 U 0 0 0 usb0 192.168.50.0 0.0.0.0 255.255.255.0 U 0 0 0 vboxnet0 On Jul 8, 2015, at 14:40, Dmitriy Kalinin <dkalinin(a)pivotal.io> wrote: |
|