Forum archive
Newbie LAMP Issue
I am trying to get Magento appliance up and running but am having difficutly. I was not able to ping either host -> guest or guest -> host in host only adapter mode. I disabled the Windows firewall and with still no luck I also ran a wireshark capture and the only thing I'm seeing is an ARP request and reply but no other traffic.
So I decided to see if I could access the webadmin locally by installing KDE and I wasn't able to access that either. I can see that apache2 is running (ps -aux) and I've verified the IP address. Would there be a config setting I could be missing?
So first I just want to be able to access the webadmin or magento locally and then I can work on getting the host to guest issue resolved.
Thanks for any help.
Lee
I'm going to assume you are using VMWare Player/Workstation on Windows, if nothing else, because that's what I use and have a possible answer for, and it's something that has everything to do with VMWare and nothing with TKL really.
This is something that gets me every time I use host only: VMWare should have created two new network connections in your computer called 'VMware Network Adapter VMnet1' and 'VMware Network Adapter VMnet1'. You have to change the IP address for the VMnet1 connection to an unused address in the same range than your host and your VM. For instance if your host pc has an address of 192.168.0.1 and your VM is 192.168.0.2, you can change the address of the VMnet1 adapter to 192.168.0.xxx where xxx is anything from 3 to 255.
Hope this helps.