NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
alouch47
Sep 16, 2010Guide
PHP VirtualBox Manager (Help)
Hi all. "WhoCares?" if you're around, maybe you can help me with this. I've installed you addon and once made it works, but by the time VB wasn't working. (VB installed trough APT) Now that my...
sphardy1
Sep 16, 2010Apprentice
alouch47 wrote: If the device is in a LAN with a firewall and nothing is forwarded to the box, there is no particular risk ?
Provided you trust all users on the local LAN.
Quick fix is to create the file "/frontview/ui/resource/html/phpvboxmgr/.htaccess" with the following contents to force an admin user login to get to the config page:
require user admin
<IfModule authnz_external_module>
AuthType Basic
AuthBasicProvider external
AuthExternal pwauth
</IfModule>
<IfModule !authnz_external_module>
LoadModule authnz_external_module /usr/lib/apache2/modules/mod_authnz_external.so
LoadModule auth_sys_group_module /usr/lib/apache2/modules/mod_auth_sys_group.so
AddExternalAuth pwauth /usr/bin/pwauth
SetExternalAuthMethod pwauth environment
</IfModule>
AuthName "PHPVboxMgr"
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!