Offtopic wrote: » OK everyone. Point taken. Nothing. Etter than having one's own little sandbox. I have a 4 gb spare pc with i5 so will double the ram. Should be enough for playing initially at least.
Offtopic wrote: » Since you guys are already familiar with lab set up, may I ask two quick questions? 1. Is it possible to set up lab using virtual box and vms on an external drive entirely? (I have 250 gb on internal drive, 3 TBl so wondering if everything can be set up on external drive w/o affecting internal drive? 2. Machine is limited to 8 GB max, will it be enough or should I invest in a new PC with 24-32 GB RAM? And thanks a lot for all the replies so far. Very helpful indeed.
Moldygr33nb3an wrote: » 3. Make sure you bridge your net connections on all VMs.
Offtopic wrote: » Thanks for confirming. I am not sure if i understand point 3 - do you mean i provide internet access to vms? I read that one should strictly isolate the lab so as avoid a call from ISP
BlackBeret wrote: » No, no. He's saying put them all on the same network as each other (I hope). Don't bridge them to the router, no need to give them internet access. A host only network is a good option. Also, CTF365 and Arizona Cyber Warfare Range. You're welcome.
Moldygr33nb3an wrote: » When you download virtual box, and get a VM running, go into the VM's network setting (In Virtual Box not on the actual VM system) and under network adapter, select Bridge. This will put all your VMs on the same subnet. If you don't do this, you will not be able to scan and play w/ your VMs from your kali box because they will be on a different network which is private and hiding behind NAT. All your VMs should be on your home network. (192.168.x.x) If your VMs are pulling a 10 or 172 (running ipconfig or ifconfig), then you didn't bridge the connection. It's really easy to do. If you run into any probs, you can post here or PM me.
Offtopic wrote: » Is this why all vms should be bridged and not given ethernet bind or am I supposed to select nat for each vm's ethernet in virtual box?
TheFORCE wrote: » Your setup is not the "recommended" way of setting up a lab. The above would would work for sure but it will not be the optimal way to do it. A bridged adapter will only confuse you when doing labs. The reason for this is that when you start your scans, your "live production" host machine that hosts the VMs and any other machine on the network will be included in the scans along with your lab machines, so you would have to remember to exclude how ever many machines you have so that only your lab machines remain. .
TheFORCE wrote: » The other reason is that if you do a bridged connection, you essentially allowing your vulnerable lab machines to be part of your "live" environment, this is not recommended. .