I have found a lot of similar discussion, but non of it really helped.
When I tried to run PHP web project on Mac and access from virtualized Windows, I got correct result on multiple ports. I think, that this means that I have correct settings in parallels and firewall (I didn't set any port forwarding on parallels and I have set 'shared networking'). Also SQL db from virtualized Windows is accessible on Mac without any issue (in this case, db port is forwarded).
My issue appear when I tried to run Coldfusion project on Commandbox.
My project runnig on localhost:61212 for example.
I tried port forwarding on parallels, from 61212 to 61212 on correct IP address.
Also tried to edit /etc/pf.conf. I add pass in proto tcp from any to any port 61212
and did sudo pfctl -f /etc/pf.conf
.
But because of mentioned PHP experience, maybe I need to correct setup of Commandbox Coldfusion, but I don't have any clue where to do this.
Of course firewall is off on both.
Last think what I tried was install of Bonjour on Windows according to some discussion on other forum.
Thank you for any help.