1
Good evening, people. I am developing a php/mysql system to improve my knowledge in the area. Knowing this, I now need to simulate a server, doing the following steps:
1° Create three virtual machines (with the S.O Ubuntu, in the virtual box) each with a distinct function being, respectively, the first with the database, the second with the php codes and the third as the client/end user who will access normally the created site/system. the connection would be made this way : 1°Bank > 2°PHP > 3° Client (one "chained" to the other). Result: I was able to install mysql on the first machine and put the codes in 2°. The problem I haven’t found yet is to connect 3° machine(client) to 2°(php).
Suggestions?
Rogério, welcome. Look I recommend you to do the Tour, your question is outside the scope of the community because it is a configuration of a Software which has nothing to do with Programming, but doing a search on Google you find several tutorials teaching to configure access to VM via network.
– NoobSaibot
See these articles: Virtualbox: Creating an internal network between Host and Vms with static ips, Learn to Configure Virtualbox to Simulate a Computer Network with Virtual Machines.
– NoobSaibot
Okay, thank you! and sorry about that, I’m new here..
– Rogério Filho