I have a 64-bit Ubuntu server configured on a virtual machine (Virtualbox) using the Bitnami installation package with Magento. I can usually access the application through any computer on my network through the local installation address (eg 192.168.25.30).
The challenge here would be to configure so that I can access from outside this network, through the internet. I have already researched some topics of port-forwading, NAT network and the like.
My Settings:
Windows 8.1 as the main OS;
Linux Server Ubuntu 64 bit (Virtualbox);
Magento installation package from Bitnami site
In the virtual machine's network configuration, I left it in bridge mode;
I made the port redirection coming from port 80 to the local ip of the server on port 80 also (I did not fill the source ip because I was in doubt if I should put the external ip);
Has anyone ever set up something like this or is there any better way to display what has been developed in Magento without my hosting?