Sanbarrow.com


VMX-file parameters - Firewall with 4 Nics

Introduction

 


Filename: openbsd-firewall.vmx

 

config.version = "8"
virtualHW.version = "4"
displayName = "openbsd-firewall"
guestOS = "freebsd"
memsize = "128"

Setting the basics:
uptodate-current VM
useing OS-type FreeBSD as the best selection for OpenBSD
ide0:0.present = "true"
ide0:0.fileName = "openbsd-install.iso"
ide0:0.deviceType = "cdrom-image"
ide0:0.startConnected = "true"
Useing an iso-image to install the guest
scsi0.present = "true"
scsi0.virtualDev = "lsilogic"
this plugs in an LSI-logic SCSI-controller
scsi0:0.present = "true"
scsi0:0.deviceType = "disk"
scsi0:0.fileName = "lsi-1gb.vmdk"
useing a small 1Gb sparse disk - of course with descriptorfile
floppy0.present = "false"
usb.present = "false"
sound.present = "false"
all devices that are not needed are disabled
ethernet0.present= "true"
ethernet0.startConnected = "true"
ethernet0.virtualDev = "e1000"
ethernet0.connectionType = "custom"
ethernet0.vnet = "vmnet0"
connecting the first
Intel Pro E 1000 to
VMnet0
ethernet1.present= "true"
ethernet1.startConnected = "true"
ethernet1.virtualDev = "e1000"
ethernet1.connectionType = "custom"
ethernet1.vnet = "vmnet1"
connecting the second
Intel Pro E 1000 to
VMnet1
ethernet2.present= "true"
ethernet2.startConnected = "true"
ethernet2.virtualDev = "e1000"
ethernet2.connectionType = "custom"
ethernet2.vnet = "vmnet2"
connecting the third
Intel Pro E 1000 to
VMnet2
ethernet3.present= "true"
ethernet3.startConnected = "true"
ethernet3.virtualDev = "e1000"
ethernet3.connectionType = "custom"
ethernet3.vnet = "vmnet3"
connecting the fourth
Intel Pro E 1000 to
VMnet3



 

Files

 

lsi-1gb-vmdk.zip ................. Zipfile (2kb) includes virtual disk and vmx-file.


 Home    Top