Forum archive
web server redirecting?
I installed turnkey wordpress (turnkey-wordpress-14.0-jessie-amd64-disk1) on one computer and then I moved the vmdk to another computer.
Now when I boot up the VM I get the turnkey windows with all URL how to connect to it. The IP is 192.168.2.100
I can ping that IP and can ssh to that IP. If I do ifconfig on the box then can see the correct IP 192.168.2.100
When I type this IP to my web browser then I get The connection has timed out
The server at 192.168.15.101 is taking too long to respond.
and the browser's address bar changes from 192.168.2.100 to http://192.168.15.101/index.php/en/
I might have set up something on the VM box but I cannot remember.
Would someone be able to help me to fix that?
I am using
- Win10
- VirtualBox 5.1.8
- wifi adapger
One of my old WP turnkey VM works fine.
Thank you
Radek
On the VirtualBox main screen, ensure that the VM is stopped and select it in the left pane. From the "File" menu select "Export appliance..." and follow the prompts. Easy! :)
Having said that, fixing your new VM is probably fairly easy too. My guess is that it's a network config issue. From your post, it seems like your LAN subnet is 192.168.2.0/24. Notice that the new VM IP is on a different subnet?! I.e. 192.168.15.101 is on a totally different subnet (192.168.15.0/24) to your LAN.
The first thing I'd try is ensuring that you are using "Bridged" networking. If that's definitely ok, then I suggest removing the vNIC (virtual network interface) from the VM and re-add it.