Guest User

Untitled

a guest
Jan 15th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. ## Global parameters
  2. VIRTUOZZO=yes
  3. LOCKDIR=/vz/lock
  4. DUMPDIR=/vz/dump
  5. VE0CPUUNITS=1000
  6.  
  7. ## Logging parameters
  8. LOGGING=yes
  9. LOGFILE=/var/log/vzctl.log
  10. LOG_LEVEL=0
  11. VERBOSE=0
  12.  
  13. ## Disk quota parameters
  14. DISK_QUOTA=yes
  15. VZFASTBOOT=yes
  16.  
  17. # Disable module loading. If set, vz initscript does not load any modules.
  18. #MODULES_DISABLED=yes
  19.  
  20. # The name of the device whose IP address will be used as source IP for CT.
  21. # By default automatically assigned.
  22. #VE_ROUTE_SRC_DEV="eth0"
  23.  
  24. # Controls which interfaces to send ARP requests and modify APR tables on.
  25. NEIGHBOUR_DEVS=detect
  26.  
  27. ## Fail if there is another machine in the network with the same IP
  28. ERROR_ON_ARPFAIL="no"
  29.  
  30. ## Template parameters
  31. TEMPLATE=/vz/template
  32.  
  33. ## Defaults for containers
  34. VE_ROOT=/vz/root/$VEID
  35. VE_PRIVATE=/vz/private/$VEID
  36. CONFIGFILE="basic"
  37. DEF_OSTEMPLATE="debian-6-i386-minimal"
  38.  
  39. ## Load vzwdog module
  40. VZWDOG="no"
  41.  
  42. ## IPv4 iptables kernel modules
  43. IPTABLES="iptable_filter iptable_mangle ipt_limit ipt_multiport ipt_tos ipt_TOS ipt_REJECT ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_LOG ipt_length ip_conntrack ip_conntrack_ftp ip_conntrack_irc ipt_state ipt_helper iptable_nat ip_nat_ftp ip_nat_irc ipt_REDIRECT ipt_recent ipt_MASQUERADE"
  44.  
  45. ## Enable IPv6
  46. IPV6="yes"
  47.  
  48. ## IPv6 ip6tables kernel modules
  49. IP6TABLES="ip6_tables ip6table_filter ip6table_mangle ip6t_REJECT"
Add Comment
Please, Sign In to add comment