The error was on Server address: http://127.0.0.1:4000/. It seems that localhost is the default host for Jekyll, so I need to run jekyll serve --host 0.0.0.0 for the server to be available from outside.
I find the answer here: Vagrant port forwarding not working. Cups not accesible from host