Menu

Attempting to get phpvirtualbox to connect to remote host within same LAN

Vincent B
2016-06-05
2016-07-21
  • Vincent B

    Vincent B - 2016-06-05

    Both Firewalls are down.
    Both computers are on same lan.
    Machine 1 is linux mint, apache2, with soap enabled in php.ini
    Machine 2 is Win81 with vboxwebsrv running

    I see no connection between the two appear in the cmd prompt of the vboxwebsrv on the win81 even through the phpvirtualbox is pointing to the win81.

    Win81 localhost:18083
    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    <SOAP-ENV:Envelope><SOAP-ENV:Body><SOAP-ENV:Fault SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><faultcode>SOAP-ENV:Client</faultcode><faultstring>HTTP GET method not implemented</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

    Webhost provider linuxmint
    Exception Object
    (
    [message:protected] => Could not connect to host (http://10.0.0.29:18083/)
    [string:Exception:private] =>
    [code:protected] => 64
    [file:protected] => /var/www/html/virtualbox/endpoints/api.php
    [line:protected] => 134
    [trace:Exception:private] => Array
    (
    )

    [previous:Exception:private] =>
    

    )

     
  • Michael Gracy

    Michael Gracy - 2016-07-21

    change Win81 localhost:18083 to: Win81 127.0.0.1:18083

     

Log in to post a comment.