- Download fresh ESXI 6.0 ISO
- Download ESXi-Customizer-PS Link
- Download Tulip VIB for Hyper-V NICs Link
- Create 1st Gen Hyper-V VM (Decent amount of RAM, 2vCPUs, 10GB VHD, Legacy Network Adapter)
- Configure the 'Legacy Network Adapter' with 'Mac Spoofing' enabled and Port Mirroring set to 'Source'
- Use the customizer to rebuild the ISO with the attached VIB
- Mount newly created ISO to DVD in VM
- Install ESXI 6.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
rdns.py | |
This is a Python script that helps you create | |
reverse DNS zone files for the Bind Name Server. | |
I published it together with this blog post: http://goo.gl/CJwly . | |
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker images --quiet --filter=dangling=true | xargs --no-run-if-empty docker rmi |