Menu

Right way to access to phpVB Console and RDP over the internet?

lpsantil
2019-09-16
2019-10-09
  • lpsantil

    lpsantil - 2019-09-16

    I'm looking setup access to phpVB Console and RDP over the internet (when I'm on the road) with TLS instead of VPN.

    To that end, I've setup phpVB behind TLS on port 443. I have that NAT'd behind my firewall on 8443. That works great. I can create VMs they run, I see the little Console preview window get updated. I have the VM in bridge mode with ports that need to be externally accessed NAT'd in. I have the VM running VRDP on 9000 and I have that NATd to the VirtualBox host.

    My two issues are
    1) On my RHEL7 laptop with FireFox, I cannot access the Console from outside of my LAN. I get Disconnect reason: E: TCP: SECURITY_ERROR Error #2048 errors.
    2) I cannot RDP from outside of the LAN. I get connection resets.

    I have copied a copuld relevant configs. I'm guessing I'm doing a couple things wrong in both the phpVB config and my firewall.

    // /etc/default/virtualbox
    VBOXWEB_USER=vbox
    VBOXWEB_HOST=0.0.0.0

    // /var/www/html/config.php
    var $location = 'http://127.0.0.1:18083/';
    var $vrdeports = '9000-9050';
    var $vrdeaddress = '0.0.0.0';
    //var $consoleHost = '192.168.aaa.aaa';

    Thanks

     

    Last edit: lpsantil 2019-09-17
  • Smart Guide

    Smart Guide - 2019-10-09

    Hi,

    Please note that this site is not monitored by phpvirtualbox developers. Please report all issues to Github here: https://github.com/phpvirtualbox/phpvirtualbox/issues

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.