Orange-Cyberdefense / GOAD

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

[Question] Bridge networking #196

Closed TechnoJaguar closed 6 months ago

TechnoJaguar commented 7 months ago

How can I configure this so that the IP's of the machines are accessible by the rest of my network? How do I change it from hostonlyif to a bridged, is this in a config somewhere?

I've tried changing IPs in the inventory and Vagrantfile but not getting far

Thanks!

Mayfly277 commented 6 months ago

please do not do that! goad is a super vulnerable lab you don't want to put it into your network. add a linux vm inside the same network as goad and use it to bounce on goad network.

TechnoJaguar commented 6 months ago

I want to test a pentesting app my company develops using it, so I can show what a, "vulnerable environment" looks like. This is in a purpose built DMZ.

Mayfly277 commented 6 months ago

ok do it at your own risk ^^ you should not touch the host_only adapter and change the "nat" adapter manually to bridged to get the vm into the network.

TechnoJaguar commented 6 months ago

ok do it at your own risk ^^ you should not touch the host_only adapter and change the "nat" adapter manually to bridged to get the vm into the network.

What file/line would this be in?

I want to put it in 10.10.50.0/24 subnet and just get DHCP for all machines so I don't have to worry if I decide to deploy a couple different environments (different groups within the business show different security products)

Using docker deployment method

Mayfly277 commented 6 months ago

no lines, you have to change it manually on the provider you use.

TechnoJaguar commented 6 months ago

Not sure if I'm clear on how I'd manually change that, I've not used vagrant before.

On Tue, Mar 26, 2024 at 5:54 AM Mayfly @.***> wrote:

no lines, you have to change it manually on the provider you use.

— Reply to this email directly, view it on GitHub https://github.com/Orange-Cyberdefense/GOAD/issues/196#issuecomment-2019980389, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUPZGFRIMZAEM26XRNJ6IDDY2EZVFAVCNFSM6AAAAABEAQZYFWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJZHE4DAMZYHE . You are receiving this because you authored the thread.Message ID: @.***>

cyberelic commented 3 days ago

yeah im also trying to do this. ive tried going through the vagrant files but no luck yet.