Hello, Thanks for your quick answer ^^
This what i have on my local on /etc/hosts 127.0.0.1 localhost > 127.0.1.1 nicolasgirot-SATELLITE-S50-B > > # The following lines are desirable for IPv6 capable hosts > ::1 ip6-localhost ip6-loopback > fe00::0 ip6-localnet > ff00::0 ip6-mcastprefix > ff02::1 ip6-allnodes > ff02::2 ip6-allrouters > > And what i have with sudo netstat -anp | grep ':80' tcp6 0 0 :::80 :::* > LISTEN 1366/apache2 > tcp6 0 0 2a01:e34:ef43:6f9:36110 2a00:1450:4007:80d:::80 > TIME_WAIT - > tcp6 0 0 2a01:e34:ef43:6f9:59206 2607:f8b0:4007:80a::443 > ESTABLISHED 3723/firefox > I have also add in the vagrantFile : config.vm.hostname = "lucid64.localhost" Well, still not working. When i try to access localhost:4567, still no answer... I have desactivate ipv6 for my local and the virtual machine... Something strange, is that now i can open localhost:4567/phpmyadmin !! Trying to connect, but that fails. The error message is : phpMyAdmin - Erreur lors du démarrage de la session, veuillez vérifier les erreurs indiquées par PHP ou dans le fichier témoin du serveur web, et configurer PHP correctement. => Error when starting session, please check PHP erros ... :/ Thank you very much for all your answer ;) -- 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.
