No connection to xdebug

Hello,

I installed a trellis development stack. Everything works, but I do not get a connection to xdebug.

It is enabled in groupvars/development/php.yml (no settings were changed).

phpinfo says, it`s enabled, and running on remote port 9000.

But when I try to

telnet mydomain.dev 9000 on my mac osx client or
telnet mydomain.dev 9000 or telnet localhost 9000 on my vagrant remote machine, I do not get a connection (unable to connect to remote host, Connection refused).

What could I have done wrong?

telnet 127.0.0.1 9000?

Latest Trellis works with Intellij xdbeug debugging last time I checked. What tool are you using?

telnet 127.0.0.1 9000 doesn`t work either on the vagrant machines console. “unable to connect to remote host, Connection refused”

I tried to use sublime: http://www.sitepoint.com/debugging-xdebug-sublime-text-3/
After this got no connection I started telnet experiments.

But if telnet does not get it, nobody gets it, right?