Jeremy A Tourville

Results 15 comments of Jeremy A Tourville

I have been working on this same issue recently. Have you tried running VNC at the VM OS level instead of inside the docker contaner? I'd love to collaborate with...

I appreciate the feedback. My use case scenario involved providing users the ability to login remotely using Guacamole and presenting the user with a GUI so that labtainers and CyberCIEGE...

Have you tried to login with UN/PW vagrant/vagrant (as a work around)? That should let you get into the VM.

Which hypervisor did you build the vms in?

You need to change one of the network adapters to bridged. SecGen/Vagrant sets up two NICs - one NAT and one host only. I'd change the NAT to bridged, reboot...

I have a basic Ansible playbook that can be used to create Vagrant Boxes. Right now it can handle various apt based systems (Debian, Ubuntu, etc) I am presently using...

> It would be nice to have documentation/instructions for how each base was installed (for example, a couple of commands to install the required software). I have documented my Vagrant...

> I look forward to seeing what you have come up with. It would be nice to include it in the main SecGen repo That is my intent. I'd be...

Hi @cliffe Yes, I can setup the playbook with parameters. I'll work on that in the next version. See my latest comment in #167. I want to confirm that the...

@dezull I am working on building a "base box" for oVirt. SecGen uses a template in oVirt instead of downloading a base box. My Ansible playbook takes a minimal install...