-
Notifications
You must be signed in to change notification settings - Fork 78
Virtual_Machine_Setup
bitexploder edited this page Feb 8, 2012
·
1 revision
A simple way to middle a system is to set mallory up as a virtual machine and share an interface with another virtual machine.
Setup a designated virtual interface. If you're using VMware, you can go into the Virtual Network Editor, choose the shared interface you want to use (e.g. VMNET3), and configure it to be host only. You'll also want to give it a designated subnet and enable DHCP (e.g. 192.168.2.0/24).
If you've configured it correctly, when a VM uses this interface, it will pull an IP address in the subnet of your choosing.
- NIC1: Bridged
- NIC2: Host Only (e.g. VMNET3)
- Static: 192.168.2.10
- NIC: Host Only (e.g. VMNET3)
- Static IP: 192.168.2.100, Gateway: 192.168.2.10 << uses mallory as the gateway