Dear List,
I am using the current snapshot (Dec 3 as of this post), and I am trying
to set the MAC address of a vm host in vm.conf.
However, the MAC address reported by ifconfig -a seems to change with
each restart. The lladdr that I had typed in was from a copy/paste of a
random assignment, so I hope that it is valid.
I know that this is still a WIP, but I thought I would ask in case I'm
making a dumb mistake.
Thanks,
Eric
-------------
/etc/vm.conf:
vm "current.ericcbrown.com" {
memory 2048M
kernel "/root/vmm/current/bsd"
disk "/var/vmm/current/disk.img"
interface tap {
lladdr fe:e1:ba:d1:77:24
switch uplink
}
}
switch uplink {
add bge0
}