VirtualBox - Using only NAT - Connect to SQL Server / PHP builtin webserver by Host PC

Costas

Administrator
Staff member
https://imgur.com/a/ABCFeph

src - https://stackoverflow.com/a/37616522

--

If want to make the web server accessible to any interface, use 0.0.0.0.

php -S 0.0.0.0:8000

src - https://stackoverflow.com/a/38570561
 
Top