Orange-Cyberdefense / GOAD

game of active directory
GNU General Public License v3.0
5.11k stars 714 forks source link

Virtual Machines Ok, but no domain or topology #221

Closed Thebluephoenix88 closed 5 months ago

Thebluephoenix88 commented 5 months ago

Hi, I've been able with a real nightmare about config, to have Virtual Machines on an ubuntu 2304 with vmware workstation. My goal is having the possibility to migrate them on an esx environment for having a 1st level hypervisor lab. Actually i've downloaded all the 5 GOAD VM and they're up and running but they're simply servers with vagrant and administrator account. I think that i've to launch Ansible for making them personalized, isnt'it? Ok. The problem is that when i launch it with the command ./goad -t install -l -p -m substituting with ./goad -t install -l goad -p vmware -m local i receive a "not found folder" surely i'm losting something. Can you please explain how to complete the lab? PS..but..a simple template with already setted environment in vmware format or vbox or proxmox will not be simpliest? Really done 2 days of troubleshooting for having machines..

Thebluephoenix88 commented 5 months ago

Update: tried to re-download all the vm, set a static ip (right one) on the 2nd adapter. Nothing chages. Vm's are up and working but every try to customize them fail with the error here. It's the 3rd day i'm losting on that lab. The idea is good but really thousand of potential issues. I will remark that a ready to download environmet save hours of rage to people. :-) Also quite no one that answers to issues...frustrating. No other words.

PLAY [Read data files] ***** [started TASK: Gathering Facts on dc01] [started TASK: Gathering Facts on dc02] [started TASK: Gathering Facts on dc03] [started TASK: Gathering Facts on srv02] [started TASK: Gathering Facts on srv03]

TASK [Gathering Facts] ***** fatal: [dc02]: UNREACHABLE! => {"changed": false, "msg": "ssl: HTTPSConnectionPool(host='192.168.56.11', port=5986): Max retries exceeded with url: /wsman (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f00ef1b99d0>: Failed to establish a new connection: [Errno 113] No route to host'))", "unreachable": true} fatal: [dc01]: UNREACHABLE! => {"changed": false, "msg": "ssl: HTTPSConnectionPool(host='192.168.56.10', port=5986): Max retries exceeded with url: /wsman (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f00eefe7f50>: Failed to establish a new connection: [Errno 113] No route to host'))", "unreachable": true} fatal: [srv03]: UNREACHABLE! => {"changed": false, "msg": "ssl: HTTPSConnectionPool(host='192.168.56.23', port=5986): Max retries exceeded with url: /wsman (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f00ef2c3690>: Failed to establish a new connection: [Errno 113] No route to host'))", "unreachable": true} fatal: [dc03]: UNREACHABLE! => {"changed": false, "msg": "ssl: HTTPSConnectionPool(host='192.168.56.12', port=5986): Max retries exceeded with url: /wsman (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f00ef01f3d0>: Failed to establish a new connection: [Errno 113] No route to host'))", "unreachable": true}

Thebluephoenix88 commented 5 months ago

The problem is Vagrant Version. Downgrade to 2.2.18 and all worked...

Thebluephoenix88 commented 5 months ago

thx