Hello, Did you try this Vagrantfile?
Vagrant.configure(2) do |config| config.vm.box = "cbednarski/ubuntu-1404" config.vm.network "private_network", ip: "192.168.33.10" end Can you share your Vagrantfile? Thanks On Thu, Jan 7, 2016 at 9:47 PM, Wolfgang Klinger <[email protected] > wrote: > > Hello, > > thanks for your reply, but I don't know where the solution is. > I already tried many different boxes. That problem must be somewhere else. > > > > > ----- guest: > # ifconfig 2>&1 | grep -B2 -i '192.168.42' > > eth1 Link encap:Ethernet HWaddr 08:00:27:27:81:95 > inet addr:192.168.42.42 Bcast:192.168.42.255 Mask:255.255.255.0 > > # arp > Address HWtype HWaddress Flags Mask > Iface > 192.168.42.1 ether 0a:00:27:00:00:02 C > eth1 > 10.0.2.3 ether 52:54:00:12:35:03 C > eth0 > 10.0.2.2 ether 52:54:00:12:35:02 C > eth0 > > > ----- host: > # ifconfig 2>&1 | grep -B2 -i '192.168.42' > vboxnet2: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu > 1500 > ether 0a:00:27:00:00:02 > inet 192.168.42.1 netmask 0xffffff00 broadcast 192.168.42.255 > > > # arp -i vboxnet2 -l -a > Neighbor Linklayer Address Expire(O) Expire(I) Netif > Refs Prbs > 192.168.42.42 8:0:27:27:81:95 expired expired vboxnet2 1 > 192.168.42.255 (incomplete) (none) (none) vboxnet2 > > > > > Any idea how I can debug this connection problems within the guest (e.g. > Debian)? > Any logs I can take a look? > > > > tia, > kind regards > Wolfgang > > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/2e1cd8d3-921e-4d32-9dfe-ef5f46a4614e%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/2e1cd8d3-921e-4d32-9dfe-ef5f46a4614e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezgRPv4oTVd_4FYW76601k9G-Fe%2BHddXcy1ZUtO2gTQPQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
