You need to manually configure it to forward other ports.
Mar 8, 2016
4
Level 1
Cannot access Homestead port outside VM ?
Please How can i make a port 9200 on Homestead accessible outside the Vm just like port 80 is accessible from my host machine and 443 and 22 are below
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp6 0 0 127.0.0.1:9200 :::* LISTEN
tcp6 0 0 ::1:9200 :::* LISTEN
Currently a curl to 192.168.10.10:9200 returns connection refused but localhost:9200 returns the desired result. So I'm guessing its due to the bind address being 127.0.0.1
Please or to participate in this conversation.