How to run VM as a webserver, visible to public?
For example;
Code: Select all
Public address of PC - 111.222.333.444
Local IP address of the VM - 192.168.0.111Regards
Code: Select all
Public address of PC - 111.222.333.444
Local IP address of the VM - 192.168.0.111Hi,scottgus1 wrote:If 192.168.0 is your LAN's IP address, then you may be mostly there. ......
Code: Select all
192.168.0.111/site1
192.168.0.111/site2
192.168.0.111/site3
etc.Good. This means the network router can see the the guest as one of the LAN computers. Your guest is acting on the network as if it is a real computer attached to the network. There is nothing more in Virtualbox that you need to do.satimis wrote:On LAN, local network, users can browse the websites running on browser;
Ok, I'll make some search on Internet. All cloned websites can be browsed on LAN without problem.scottgus1 wrote:........
Now you have to forward ports in the router to point at 192.168.0.111. This part is standard networking, which you can learn about with web-searching, and is beyond the scope of the Virtualbox forum.