Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network/DNS/WIfI ISSUE #1551

Closed
cehlab24 opened this issue Aug 24, 2023 · 3 comments
Closed

Network/DNS/WIfI ISSUE #1551

cehlab24 opened this issue Aug 24, 2023 · 3 comments

Comments

@cehlab24
Copy link

cehlab24 commented Aug 24, 2023

I would like to have a validation of what I’m doing is the correct way. I’m trying to set up a LAB environment that uses.
what is wrong in this ps script.txt

I am trying to create a AD with three machines joined to it in a internal(private) network, create a switch to connect to internet and this would be an external(Public) network

Internal network - no internet and private
External network- with internet
I think the domain controller is internet facing

Errors 1:
Done
23:45:14|00:00:02|00:00:00.000| Validating lab definition
23:45:22|00:00:10|00:00:08.268| - Issue: '192.168.0.1'. Cause: The DNS server client address 192.168.0.1 does not point to a valid DNS server in the lab

I am trying to create a domain controller to which the below four VMs will be joined: all the below 4 will have internal network and external network for updating patches etc.. using internet

Add-LabMachineDefinition -Name KALILINUX -memory 4GB -Processors 2 -IpAddress 192.168.20.101 -OperatingSystem 'Kali Linux 2023.3'

Add-LabMachineDefinition -Name WIN10 -Memory 2GB -Processors 2 -IpAddress 192.168.20.102 -OperatingSystem 'Windows 10 Pro'

Add-LabMachineDefinition -Name WIN2019 -Memory 2GB -Processors 2 -IpAddress 192.168.20.103 -OperatingSystem 'Windows Server 2019 Datacenter (Desktop Experience)'

Add-LabMachineDefinition -Name ELK -Memory 4GB -Processors 4 -IpAddress 192.168.20.50 -OperatingSystem 'Windows Server 2019 Datacenter (Desktop Experience)'

@cehlab24
Copy link
Author

a quick update, this morning when i logged on, i saw the below: I was expecting to create a router and a windows machine got created and there is no internet in any of the VMs

PS C:\Windows\system32> get-labvmstatus

Name Value


DC Started
WIN2019 Started
Router Started
WIN10 Started

@cehlab24
Copy link
Author

for some reason this script does not like linux and Kali ?

22:55:04|00:12:27|00:00:00.000| - Starting remaining machines
22:55:04|00:12:27|00:00:00.008| - There are 1 Linux hosts in the lab.
On Windows, those are installed from scratch and do not use differencing disks.

            If you did not connect them to an external switch or deploy a router in your lab,
            AutomatedLab will not be able to reach your VMs, as PowerShell will not be installed.

            The timeout to wait for VMs to be accessible via PowerShell was reduced from 60 to 15
        minutes.

@nyanhp
Copy link
Member

nyanhp commented Sep 1, 2023

This is a duplicate of #1498, Kali, Ubuntu and similar are currently not supported.

@nyanhp nyanhp closed this as completed Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants