Hi All,
Basically, if you are running EPRNext from a VirtualBox and wish to connect to it, the simplest way to do so is:
- Go to Network settings in your VirtualBox Manager for the Virtual Device
- Select Bridged Adapter
- Select the type of connection you have, its either en1: Wi-Fi or en0: Ethernet
- Save your settings
- Start your Virtual Device
- After you are logged in check what is the IP of your Virtual Device is by typing the command ifconfig in the terminal of your device.
- Take the eth0 IP address and use that to access ERPNext from anywhere within your LAN network.
NOTES:
- If you installed ERPNext as development version you need to do a bench start.
- By default ERPNext running on the virtual device will use port 80 so there is no need to enter port number.
- If you wish to connect from outside your LAN network, you will need to map your Virtual Device’s IP to an external IP.
Hope this helps.
Regards
Said