Giter Club home page Giter Club logo

ad-lab's Introduction

Active Directory Lab

This lab is made of five virtual machines:

  • Domain controller running on Windows Server 2019
  • Member server with a Microsoft ISS web-server and a Microsoft SQL server
  • Windows workstation running on Windows 10
  • Linux server inside the domain running on Ubuntu 20.04 LTS
  • Linux server outside the domain running on Ubuntu 20.04 LTS

The lab setup is automated using vagrant and ansible automation tools.

Requirements

So far the lab has only been tested on a linux machine, but it should work as well on macOS. Ansible has some problems with Windows hosts so I don't know about that.

For the setup to work properly you need to install:

  • vagrant from their official site vagrant. The version you can install through your favourite package manager (apt, yum, ...) is probably not the latest one.
  • ansible following the extensive guide on their website ansible.

Vagrant will be needed to provision the virtual machines and ansible to automate their configuration.

Setup

The default domain will be cyberloop/local, on the subnet 192.168.56.1/24 and each machine has only been allocated with 1024MB of memory. If you want to change some of these settings some small modifications are required inside the configuration files.

To have the lab up and running the two commands you need to run are:

  • vagrant up
  • ansible-playbook -i hosts labsetup.yml

If you run into some problems while running the main playbook, you can also the indipendent playbooks:

  • ansible-playbook -i hosts domain_controller.yml
  • ansible-playbook -i hosts member_server.yml
  • ansible-playbook -i hosts win_workstation.yml
  • ansible-playbook -i hosts linux_srv_domain.yml
  • ansible-playbook -i hosts linux_srv_no_domain.yml

Thanks to

This repo is based on the work of jckhmr and kkolk.

ad-lab's People

Contributors

alebov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.