A
A
Alex2020-06-25 13:14:50
Vagrant
Alex, 2020-06-25 13:14:50

Why can't the local machine see the running box homestead?

I deployed the project, then added homestead to it, did everything according to the instructions from Lara's off site. I set up a config like this (not much different from the default one)

ip: 192.168.10.10
memory: 2048
cpus: 2
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
    - ~/.ssh/id_rsa
folders:
    -
        map: 'D:\projects\cook'
        to: /home/vagrant/code
sites:
    -
        map: cook.test
        to: /home/vagrant/code/public
databases:
    - cook
features:
    -
        mariadb: false
    -
        ohmyzsh: false
    -
        webdriver: false
name: cook
hostname: cook.test


I also changed the APP_URL= cook.test

line in the .env file, then I run everything with the vagrant up command, no errors occur, but at the same time I can’t reach either the ip or the address from the local machine (the site is not available, pings from the console do not pass ). In hosts, the necessary lines are added automatically. Already completely confused, what am I doing wrong?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question