xen/dom0config

57 lines
1.3 KiB
Plaintext

## Path:
## Description:
## Type: list(eth0 eth1 eth2 eth3)
## Default: "eth0 eth1 eth2"
## Config:
#
# Space delimited list of physical network
# devices to create traditional bridges on
#
NETDEV_LIST="eth0 eth1 eth2"
## Path:
## Description:
## Type: list(0 1 2 3)
## Default: "4 5 6 7"
## Config:
#
# Space delimited list of bridge numbers to
# create empty bridges on.
#
EMPTY_BRIDGE_LIST="4 5 6 7"
## Path:
## Description:
## Type: string(xenbr)
## Default: "xenbr"
## Config:
#
# Name of bridge to create (example: xenbr)
#
BRIDGE_NAME="xenbr"
## Path:
## Description:
## Type: list(veth1,00:16:3E:01:00:01,172.16.0.1/16 veth2,00:16:3E:01:00:02,172.17.0.1/16)
## Default: "veth3,00:16:3E:01:00:03,172.16.0.1/16"
## Config:
#
# Space delimited list of virtual network devices,mac addresses
# and IP addresses to create host bridges on using the
# following format:
#
# <virtual network device>,<mac address>,<IP address/CIDR NetMask>
#
HOST_BRIDGE_LIST="veth3,00:16:3E:01:00:03,172.16.0.1/16"
## Path:
## Type: string(/etc/xen/scripts)
## Default: "/etc/xen/scripts"
## Config:
#
# Path to the directory containing the xen
# network-bridge script (typically /etc/xen/scripts)
#
SCRIPT_PATH="/etc/xen/scripts"