Created
August 2, 2014 18:12
-
-
Save mweisel/dd6904fe50e3dd6b6dd0 to your computer and use it in GitHub Desktop.
Virtual machine configuration (.vmx) for vSRX on VMware Fusion 6
This file contains hidden or 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
.encoding = "UTF-7" | |
displayname = "vSRX" | |
annotation = "Firefly Perimeter OVF Template" | |
guestos = "freebsd" | |
virtualhw.version = "7" | |
config.version = "8" | |
numvcpus = "2" | |
cpuid.coresPerSocket = "1" | |
memsize = "2048" | |
pciBridge0.present = "TRUE" | |
pciBridge4.present = "TRUE" | |
pciBridge4.virtualDev = "pcieRootPort" | |
pciBridge4.functions = "8" | |
pciBridge5.present = "TRUE" | |
pciBridge5.virtualDev = "pcieRootPort" | |
pciBridge5.functions = "8" | |
pciBridge6.present = "TRUE" | |
pciBridge6.virtualDev = "pcieRootPort" | |
pciBridge6.functions = "8" | |
pciBridge7.present = "TRUE" | |
pciBridge7.virtualDev = "pcieRootPort" | |
pciBridge7.functions = "8" | |
vmci0.present = "TRUE" | |
floppy0.present = "TRUE" | |
floppy0.fileType = "device" | |
floppy0.autodetect = "FALSE" | |
floppy0.startConnected = "FALSE" | |
floppy0.clientDevice = "FALSE" | |
ide0:0.present = "TRUE" | |
ide0:0.deviceType = "disk" | |
ide0:0.fileName = "VSRX-disk1.vmdk" | |
ide0:0.mode = "persistent" | |
ethernet0.present = "TRUE" | |
ethernet0.virtualDev = "e1000" | |
ethernet0.connectionType = "nat" | |
ethernet0.startConnected = "TRUE" | |
ethernet0.addressType = "generated" | |
ethernet1.present = "TRUE" | |
ethernet1.virtualDev = "e1000" | |
ethernet1.connectionType = "custom" | |
ethernet1.startConnected = "TRUE" | |
ethernet1.addressType = "generated" | |
vcpu.hotadd = "false" | |
mem.hotadd = "false" | |
toolscripts.afterpoweron = "true" | |
toolscripts.afterresume = "true" | |
toolscripts.beforepoweroff = "true" | |
toolscripts.beforesuspend = "true" | |
tools.syncTime = "false" | |
extendedConfigFile = "VSRX.vmxf" | |
virtualHW.productCompatibility = "hosted" | |
ethernet0.vnet = "vmnet11" | |
ethernet1.vnet = "vmnet11" | |
serial0.present = "TRUE" | |
serial0.yieldOnMsrRead = "TRUE" | |
serial0.fileType = "network" | |
serial0.fileName = "telnet://127.0.0.1:52151" | |
uuid.bios = "56 4d 48 4c e9 9a 63 3a-d0 c1 4c 81 cc b4 c9 e4" | |
uuid.location = "56 4d 48 4c e9 9a 63 3a-d0 c1 4c 81 cc b4 c9 e4" | |
replay.supported = "FALSE" | |
replay.filename = "" | |
ide0:0.redo = "" | |
pciBridge0.pciSlotNumber = "17" | |
pciBridge4.pciSlotNumber = "21" | |
pciBridge5.pciSlotNumber = "22" | |
pciBridge6.pciSlotNumber = "23" | |
pciBridge7.pciSlotNumber = "24" | |
ethernet0.pciSlotNumber = "32" | |
ethernet1.pciSlotNumber = "33" | |
vmci0.pciSlotNumber = "34" | |
ethernet0.generatedAddress = "00:0C:29:B4:C9:E4" | |
ethernet0.generatedAddressOffset = "0" | |
ethernet1.generatedAddress = "00:0C:29:B4:C9:EE" | |
ethernet1.generatedAddressOffset = "10" | |
vmci0.id = "-860567068" | |
monitor.phys_bits_used = "40" | |
vmotion.checkpointFBSize = "67108864" | |
cleanShutdown = "TRUE" | |
softPowerOff = "FALSE" | |
ethernet2.present = "TRUE" | |
ethernet2.connectionType = "custom" | |
ethernet2.virtualDev = "e1000" | |
ethernet2.wakeOnPcktRcv = "FALSE" | |
ethernet2.addressType = "generated" | |
ethernet2.vnet = "vmnet12" | |
ethernet2.pciSlotNumber = "35" | |
ethernet2.generatedAddress = "00:0c:29:b4:c9:f8" | |
ethernet2.generatedAddressOffset = "20" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment