| ## Global parameters |
| VIRTUOZZO=yes |
| LOCKDIR=/vz/lock |
| VE0CPUUNITS=1000 |
| |
| ## Logging parameters |
| LOGGING=yes |
| LOGFILE=/var/log/vzctl.log |
| LOG_LEVEL=0 |
| |
| ## Disk quota parameters |
| DISK_QUOTA=yes |
| VZFASTBOOT=no |
| |
| # The name of the device whose ip address will be used as source ip for VE. |
| # By default automatically assigned. |
| #VE_ROUTE_SRC_DEV="eth0" |
| |
| ## Template parameters |
| TEMPLATE=/vz/template |
| |
| ## Defaults for VEs |
| VE_ROOT=/vz/root/$VEID |
| VE_PRIVATE=/vz/private/$VEID |
| CONFIGFILE="vps.basic" |
| DEF_OSTEMPLATE="fedora-core-4" |
| |
| ## Load vzwdog module |
| VZWDOG="no" |
| |
| IPTABLES="ipt_REJECT ipt_tos ipt_limit ipt_multiport iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length" |
| |