Hi, We faced with the following problem: we have a virtual machine (debian 7.0 wheezy) that runs a postgresql, I configured a host-only private network to reach the guest machine. It works perfectly on my machine but not on my colleague's machine. I'm able to ping the machine (guest from host and host from guest) and can find the open port of postgresql with "nmap <ipaddress>" He cannot even ping the guest but he can ssh into it with "ssh vagrant@<ipaddress>". If we changed the connection type from private network to port-forwarding it works for him too.
Both of us use: Vagrant 1.4.3 OS X 10.9.2 VirtualBox 4.3.6r91406 Same output for "ifconfig" in the host and guest, same output for "cat /etc/network/interfaces" Same configuration under "VirtualBox -> Preferences -> Network -> Host only" and same things in the settings of the machine -> Network -> Adapter1 (NAT) -> Adapter2 (Host-only). The solution for the problem was deleting the host-only networks from "VirtualBox -> Preferences -> Network -> Host only" and do a "vagrant up" again. (vagrant created the same networks that we deleted) After we deleted those networks and vagrant up the machine, it works for him too and we cannot reproduce the issue anymore. Do you have any idea how could this happen, and why did this step solve the issue? Thanks in advance, Balazs -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
