#

##

#  Output directory for storing loopback images.

#

#  If you choose to use loopback images, which are simple to manage but

# slower than LVM partitions, then specify a directory here and uncomment

# the line.

#

#  New instances will be stored in subdirectories named after their

# hostnames.

# 

##

# dir = /home/xen

#


#

##

#

# If you don't wish to use loopback images then you may specify an 

# LVM volume group here instead

#

##

 lvm = debian

#

##

#  Disk and Sizing options.

##

#

size   = 4Gb      # Disk image size.

memory = 128Mb    # Memory size

swap   = 128Mb    # Swap size

# noswap = 1      # Don't use swap at all for the new system.

fs     = ext3     # use the EXT3 filesystem for the disk image.

dist   = `xt-guess-suite-and-mirror --suite` # Default distribution to install.

image  = sparse   # Specify sparse vs. full disk images.


#

#  See the README for currently supported and tested distributions. You can

# either find it in the root directory of the unpacked source or, on Debian

# and Ubuntu based systems, in /usr/share/doc/xen-tools/README.gz

#




##

# Networking setup values.

##


#

# Uncomment and adjust these network settings if you wish to give your

# new instances static IP addresses.

#

# gateway    = 192.168.1.1

# netmask    = 255.255.255.0

# broadcast  = 192.168.1.255

gateway = 192.168.0.1

netmask = 255.255.255.0

broadcast = 192.168.0.255

#

# Uncomment this if you wish the images to use DHCP

#

# dhcp = 1


#

# Uncomment and adjust this setting if you wish to give your new

# instances a specific nameserver.

#

# By default, nameserver is not set, and Dom0's /etc/resolv.conf will

# be copied to guest.

#

# nameserver = 192.168.1.1

#


#

# Setup bridge name for host vif. Usefull if you use bridged networking

# for guests.

#

# bridge = xendmz

#

bridge = lan

##

# Misc options

##