| ## Global parameters |
| VIRTUOZZO=yes |
| LOCKDIR=/vz/lock |
| DUMPDIR=/vz/dump |
| VE0CPUUNITS=1000 |
| |
| ## Logging parameters |
| LOGGING=yes |
| LOGFILE=/var/log/vzctl.log |
| LOG_LEVEL=0 |
| VERBOSE=0 |
| |
| ## Disk quota parameters |
| DISK_QUOTA=yes |
| VZFASTBOOT=no |
| |
| # Disable module loading. If set, vz initscript do not load any modules. |
| #MODULES_DISABLED=yes |
| |
| # The name of the device whose IP address will be used as source IP for CT. |
| # By default automatically assigned. |
| #VE_ROUTE_SRC_DEV="eth0" |
| |
| # Controls which interfaces to send ARP requests and modify APR tables on. |
| NEIGHBOUR_DEVS=detect |
| |
| ## Template parameters |
| TEMPLATE=/vz/template |
| |
| ## Defaults for containers |
| VE_ROOT=/vz/root/$VEID |
| VE_PRIVATE=/vz/private/$VEID |
| CONFIGFILE="basic" |
| DEF_OSTEMPLATE="centos-5" |
| |
| ## Load vzwdog module |
| VZWDOG="no" |
| |
| ## IPv4 iptables kernel modules |
| IPTABLES="ipt_REJECT ipt_tos ipt_limit ipt_multiport iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length" |
| |
| ## Enable IPv6 |
| IPV6="no" |
| |
| ## IPv6 ip6tables kernel modules |
| IP6TABLES="ip6_tables ip6table_filter ip6table_mangle ip6t_REJECT" |