vagrant, how to change dhcp to localhost? -


i have vagrant virtual machine installed in windows, first when used : vagrant ssh got: [vagrant@localhost ~]$

but : vagrant ssh got: [vagrant@dhcp-10-196-60-23 ~]$

can please tell me how go : [vagrant@localhost ~]$

thanks.

seems have following defined in vagrant file, , it's taking ip dhcp server. try commenting out.

config.vm.network "private_network", type: "dhcp"


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -