Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: example configurations of NetBSD and Xen



On Mon, Apr 28, 2014 at 7:03 PM, Erik Fair <fair%netbsd.org@localhost> wrote:
> So, I've read our documentation, such as it is, and tried resources 
> elsewhere, but I think it would be helpful if there were example working 
> configuration files for NetBSD as dom0, and NetBSD as domU, particularly (for 
> me) with complex xennet arrangements.

My domUs are pretty simple, I use bridged networking (dhcp+nat and
radv for ipv6), linux dom0 here:

#kernel="/home/justin/images/netbsd64/6.1.3/netbsd-INSTALL_XEN3_DOMU"
kernel="/home/justin/images/netbsd64/6.1.3/netbsd-XEN3_DOMU"

memory = 1024
name = "netbsd64"
vcpus = 2

vif = [ 'mac=00:xx:xx:xx:xx:xx, bridge=br0' ]

disk = [ 'phy:/dev/vg0/netbsd64,0x1,w' ]
root = "xbd0"

# extra parameters passed to the kernel
#extra = ""

#autorestart = True


Home | Main Index | Thread Index | Old Index